add Owen Zimmerman badge
This commit is contained in:
parent
8aa3d5531d
commit
c7883652b0
3 changed files with 6 additions and 0 deletions
BIN
views/assets/88x31/owenzimmerman_com.png
Normal file
BIN
views/assets/88x31/owenzimmerman_com.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
|
@ -5,6 +5,11 @@ const buttons = [
|
||||||
img: "/assets/88x31/jaiden_sh.png",
|
img: "/assets/88x31/jaiden_sh.png",
|
||||||
alt: "jaiden.sh",
|
alt: "jaiden.sh",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
href: "https://owenzimmerman.com/",
|
||||||
|
img: "/assets/88x31/owenzimmerman_com.png",
|
||||||
|
alt: "owenzimmerman.com",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
href: "https://acidicalchemist.neocities.org/",
|
href: "https://acidicalchemist.neocities.org/",
|
||||||
img: "/assets/88x31/acidicalchemist_neocities_org.gif",
|
img: "/assets/88x31/acidicalchemist_neocities_org.gif",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
|
overflow-y: hidden;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
max-width: 50em;
|
max-width: 50em;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|
Loading…
Reference in a new issue