add Owen Zimmerman badge

This commit is contained in:
MeowcaTheoRange 2024-01-24 09:05:51 -06:00
parent 8aa3d5531d
commit c7883652b0
3 changed files with 6 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -5,6 +5,11 @@ const buttons = [
img: "/assets/88x31/jaiden_sh.png",
alt: "jaiden.sh",
},
{
href: "https://owenzimmerman.com/",
img: "/assets/88x31/owenzimmerman_com.png",
alt: "owenzimmerman.com",
},
{
href: "https://acidicalchemist.neocities.org/",
img: "/assets/88x31/acidicalchemist_neocities_org.gif",

View file

@ -2,6 +2,7 @@
display: flex;
align-items: center;
overflow-x: scroll;
overflow-y: hidden;
gap: 8px;
max-width: 50em;
margin: auto;