Skip to content

Commit

Permalink
pixelated rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
mudkipdev committed May 11, 2024
1 parent 89c0a62 commit 017067e
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
---
---
<footer>
<a href="https://mudkip.dev"><img src="/buttons/mudkip.png"></a>
<a href="https://matdoes.dev"><img src="/buttons/mat.png" /></a>
<a href="https://zeffo.me"><img src="/buttons/aman.webp" /></a>
<a href="https://goldenstack.net"><img src="/buttons/golden.png" /></a>
<a href="https://mozilla.org/firefox/"><img src="/buttons/firefox.png" /></a>
<a href="https://code.visualstudio.com"><img src="/buttons/vsc.gif" /></a>
<a href="https://nixos.org/"><img src="/buttons/nixos.png" /></a>
<a href="https://mudkip.dev"><img src="/buttons/mudkip.png"></a>
<a href="https://matdoes.dev"><img src="/buttons/mat.png" /></a>
<a href="https://zeffo.me"><img src="/buttons/aman.webp" /></a>
<a href="https://goldenstack.net"><img src="/buttons/golden.png" /></a>
<a href="https://mozilla.org/firefox/"><img src="/buttons/firefox.png" /></a>
<a href="https://code.visualstudio.com"><img src="/buttons/vsc.gif" /></a>
<a href="https://nixos.org/"><img src="/buttons/nixos.png" /></a>
</footer>

<style>
.button {
#webring {
display: flex;
}

footer a {
width: 88;
height: 31;
image-rendering: pixelated;
Expand Down

0 comments on commit 017067e

Please sign in to comment.