Added 88x31 btn

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
Sid 2025-06-02 22:33:57 +02:00
parent c49809833d
commit 262fe8c3a0
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6
3 changed files with 5 additions and 3 deletions

BIN
public/88x31.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 834 B

View file

@ -1,4 +1,4 @@
<footer class="flex justify-evenly py-5 mt-5 footerbg"> <footer class="flex justify-between py-5 mt-5 footerbg">
<div class="flex gap-6"> <div class="flex gap-6">
<a href="https://code.kjelsrud.dev/sidski" target="_blank" aria-label="Link to my ForgeJo instance"> <a href="https://code.kjelsrud.dev/sidski" target="_blank" aria-label="Link to my ForgeJo instance">
<div id="forgejoIcon"> <div id="forgejoIcon">
@ -22,4 +22,7 @@
</div> </div>
</a> </a>
</div> </div>
<a href="/88x31.webp" class="hover:scale-125">
<img src="/88x31.webp" />
</a>
</footer> </footer>

View file

@ -4,13 +4,12 @@ description: ""
layout: "../layouts/Layout.astro" layout: "../layouts/Layout.astro"
--- ---
> _Last update: February 16, 2025_ > _Last update: June 02, 2025_
List of changes and new features I plan for this website. List of changes and new features I plan for this website.
- Add log-page for wine/gin I like and have tried - Add log-page for wine/gin I like and have tried
- Add page dedicated to work I'm proud of - Add page dedicated to work I'm proud of
- Add an 88x31 button (One Piece themed)
- Fix helmet to show individual site-titles instead of the same one - Fix helmet to show individual site-titles instead of the same one
- Add `/concerts`-page (like [Kyrre](https://kyrremann.no/concert-vitae/) & [Wand3r](https://wand3r.net/concerts/)) - Add `/concerts`-page (like [Kyrre](https://kyrremann.no/concert-vitae/) & [Wand3r](https://wand3r.net/concerts/))
- Add changelog to website using `git cliff -o CHANGELOG.md` - Add changelog to website using `git cliff -o CHANGELOG.md`