diff --git a/content/posts/2021-01-13-512kb-club.md b/content/posts/2021-01-13-512kb-club.md index e9c4a6e..8bb2dc6 100644 --- a/content/posts/2021-01-13-512kb-club.md +++ b/content/posts/2021-01-13-512kb-club.md @@ -8,7 +8,7 @@ JavaScript rules the web, literally. In fact, this website is built with JavaScr There is a new (no, not that new) philosophy called [the lean web](https://leanweb.dev/). It essentially tries to keep websites tiny and semantically correct. This has many benefits, ranging from less pollution generated by your site to improved SEO, since many search engines favor a semantically correct website over a site that abuses JavaScript to mimic the features, that are baked into html anyway. -In order to get lean, I descided to join [the 512KB club](https://512kb.club/). This website lists sites that are below 512KB in total (uncompressed, with all dependencies). To get below that mark, I had to remove my face from the frontpage (I'm sure you'll miss it๐Ÿ˜…), since the image itself was roughly 750KB. I'm now just below 500KB, which qualifies me to join the green team. +In order to get lean, I decided to join [the 512KB club](https://512kb.club/). This website lists sites that are below 512KB in total (uncompressed, with all dependencies). To get below that mark, I had to remove my face from the frontpage (I'm sure you'll miss it๐Ÿ˜…), since the image itself was roughly 750KB. I'm now just below 500KB, which qualifies me to join the green team. [![Green Team](https://512kb.club/images/green-team.svg)](https://512kb.club)