Commit graph

10 commits

Author SHA1 Message Date
121d0898a6
chore: Move blog tags button onto blog page 2024-12-29 12:36:20 +11:00
0178f3bb80 style: 🎨 Run biome format 2024-12-20 17:41:56 +11:00
6d1c644f2c feat(NavHeader.astro): use image-set to supply multiple file types for heder background
I missed image-sets in looking for a solution to this, thanks @ackwell for spotting this!
2024-12-20 15:29:15 +11:00
22fb93357c refactor(NavHeader.astro): ♻️ Increase quality of header images
The images are compressed more optimally with production builds allowing for an increase in quality
2024-12-20 15:11:02 +11:00
1a271786b0 refactor(NavHeader.astro): Optimise size and scale of pfp in header
set's the header to be 320x320 with a quality of 65 which get's it just under 20kb in avif
2024-12-20 15:06:44 +11:00
8f5c40bed5 refactor(NavHeader.astro): Optimise the header background image size and resolution
Moved to using Astro's `getImage()` function to serve the image as an avif image wich was been scaled down so it's isn't larger resolution than it need to be
2024-12-20 15:05:50 +11:00
f7488934f2 feat(NavHeader): Supply client with avif, webp, jpeg and png options for profile picture 2024-12-20 13:02:02 +11:00
495057fa2b
fix(NavHeader.astro): I had 33x31 instead of 88x31... 2024-12-18 23:10:19 +11:00
e1c5eafc1d
Create a new page to display more buttons 2024-12-17 02:07:01 +11:00
4bdb2ca436
Finally finish this enough to post
From here I will actually track changed with git but I just needed a base to work from.

RIP this attomic ass commit
2024-12-17 01:01:43 +11:00