mirror of
https://codeberg.org/cyrneko/pages.git
synced 2025-05-04 18:13:07 +00:00
make buttons more pixelated, and add more of them!
This commit is contained in:
parent
2200762412
commit
0625657ebd
2 changed files with 18 additions and 9 deletions
23
index.html
23
index.html
|
@ -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">
|
||||
|
|
|
@ -162,4 +162,8 @@ span.badge {
|
|||
opacity: 1;
|
||||
top: 120;
|
||||
}
|
||||
}
|
||||
|
||||
div.button-wrapper {
|
||||
image-rendering: pixelated;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue