Skip to content

Commit

Permalink
feat: add links and cat pics (#364)
Browse files Browse the repository at this point in the history
* feat: add more cat pics

* feat: add more links
  • Loading branch information
dustinwhisman authored Nov 9, 2024
1 parent e7cb164 commit a079bd7
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions pages/_data/bookmarks.json
Original file line number Diff line number Diff line change
Expand Up @@ -560,5 +560,31 @@
"link": "https://js13kgames.com/2024/",
"title": "Js13kGames",
"description": "This coding challenge should dispel the notion that you need frameworks and third party libraries to build highly interactive websites. Just look at what you can do with 13KB!"
},
{
"link": "https://muan.co/posts/javascript",
"title": "JavaScript dos and donts",
"author": "Mu-An Chiou",
"authorLink": "https://muan.co/",
"description": "A handy guide to when you actually need to use JavaScript."
},
{
"link": "https://ecograder.com/",
"title": "Ecograder",
"description": "A nice way to quickly check whether your site has any glaring sustainability issues. A tiny, simple site like mine gets an A+, whereas something like YouTube gets an E (the scale is A to E)."
},
{
"link": "https://jakelazaroff.com/words/whats-a-single-page-app/",
"title": "What's a Single-Page App?",
"author": "Jake Lazaroff",
"authorLink": "https://jakelazaroff.com/",
"description": "Taxonomy is a tricky thing, but Jake does a good job breaking down all the ways we can architect sites from SSR to CSR and MPA to SPA."
},
{
"link": "https://alistairshepherd.uk/writing/accessibility-overlays-email/",
"title": "My anti-overlay client letter",
"author": "Alistair Shepherd",
"authorLink": "https://alistairshepherd.uk/",
"description": "For when a client or your boss asks you to install that accessibility overlay and you need to convince them otherwise."
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/public/images/cats/IMG_20241103_152954417.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/public/images/cats/IMG_20241104_224348882.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit a079bd7

Please sign in to comment.