make buttons more pixelated, and add more of them!

This commit is contained in:
cyrneko 2025-03-30 19:48:08 +02:00
parent 2200762412
commit 0625657ebd
No known key found for this signature in database
GPG key ID: 801B4BD878A984A4
2 changed files with 18 additions and 9 deletions

View file

@ -100,15 +100,20 @@
<div class="card">
<h2>Silly buttons :3</h2>
<!-- a mess of buttons...who dropped them? -->
<a href="https://freeplay.floof.company"><img src="/assets/free.gif" alt="Freeplay" width="88px"
height="31px"></a> <img src="/assets/fediverse.gif" alt="Join the fediverse" width="88px" height="31px">
<img src="/assets/discordnoway.gif" alt="Discord? NO Way!" width="88px" height="31px"> <img
src="/assets/firefox.png" alt="Firefox: Take back the web" width="88px" height="31px"> <a
href="https://n.cyrneko.eu"><img src="https://n.kitsu.page/button.png" width="88" height="31" alt="n*"></a>
<img src="/assets/wetdryworld.png" alt="WetDry.world" width="88px" height="31px"> <a
href="https://www.youtube.com/channel/UC4rqhyiTs7XyuODcECvuiiQ"><img src="/assets/scotthere.gif"
alt="Hey All, Scott Here!" width="88px" height="31px"></a> <img src="/assets/ublock.png" alt="uBlock Origin"
width="88px" height="31px">
<div class="button-wrapper">
<a href="https://freeplay.floof.company"><img src="/assets/free.gif" alt="Freeplay" width="88px"
height="31px"></a> <img src="/assets/fediverse.gif" alt="Join the fediverse" width="88px" height="31px">
<img src="/assets/discordnoway.gif" alt="Discord? NO Way!" width="88px" height="31px"> <img
src="/assets/firefox.png" alt="Firefox: Take back the web" width="88px" height="31px"> <a
href="https://n.cyrneko.eu"><img src="https://n.kitsu.page/button.png" width="88" height="31" alt="n*"></a>
<img src="/assets/wetdryworld.png" alt="WetDry.world" width="88px" height="31px"> <a
href="https://www.youtube.com/channel/UC4rqhyiTs7XyuODcECvuiiQ"><img src="/assets/scotthere.gif"
alt="Hey All, Scott Here!" width="88px" height="31px"></a> <img src="/assets/ublock.png"
alt="uBlock Origin" width="88px" height="31px"> <a href="https://fluoritebyte.neocities.org"><img
src="https://fluoritebyte.neocities.org/88x31.png" height="31" width="88"></a> <a
href="https://starlightnet.work"><img src="https://starlightnet.work/88x31.png" width="88" height="31"
alt="The Starlight Network Button" /></a>
</div>
<hr>
<h3>My very own 88x31!</h3>
<img src="/assets/88x31.png" alt="my own 88x31 courtesy of kuropy" width="88px" height="31px">

View file

@ -162,4 +162,8 @@ span.badge {
opacity: 1;
top: 120;
}
}
div.button-wrapper {
image-rendering: pixelated;
}