diff --git a/index.html b/index.html index 980c81c..76c6fb9 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ sneexy dot pages dot gay - + @@ -16,7 +16,7 @@
-
my profile picture, which is most likely a grey yoshi
+
my profile picture, which is most likely a grey yoshi
@@ -51,7 +51,7 @@
- Fediverse/Firefish + Fediverse/Firefish

@sneexy@lea.pet

@@ -60,7 +60,7 @@
- Fediverse/Akkoma + Fediverse/Akkoma

@sneexy@akko.wtf

@@ -73,7 +73,7 @@
- Revolt + Revolt

Sneexy#3963@revolt.chat

@@ -82,7 +82,7 @@
- Matrix + Matrix

@sneexy:tchncs.de

@@ -91,7 +91,7 @@
- XMPP + XMPP

sneexy@trashserver.net

@@ -104,7 +104,7 @@
- Listenbrainz + Listenbrainz

Sneexy@listenbrainz.org

@@ -113,7 +113,7 @@
- Forgejo on git.gay + Forgejo on git.gay

Sneexy@git.gay

@@ -122,7 +122,7 @@
- GitHub + GitHub

Sneexy@github.com

@@ -135,7 +135,7 @@
- Retrospring - Ask me anything! + Retrospring - Ask me anything!

@Sneexy@retrospring.net

@@ -144,7 +144,7 @@
- Internet Archive + Internet Archive

@sneexy@archive.org

@@ -153,7 +153,7 @@
- Nextcloud + Nextcloud

shitposts drive!

@@ -237,31 +237,34 @@ a bunch of cool buttons, links and stuff to other people and randomness which i think are cool! :D
- Slips - Beebles - soafen - powered by arch btw - Yoshi Lore - Nintendo 3DS - Nintendo Wii - Get Firefox - Bunny Browser - same shit, different asshole (chrome and internet explorer/microsoft edge) - tucows - hey all, scott here! - Homestar Runner dot com! - Rave Now! - NFT: No Fucking Thanks - Discord? No Thanks! - it's morally ok to pirate from AAA - Soulseek - Nextcloud + Slips + Beebles + soafen +
+ +
+ powered by arch btw + Yoshi Lore + Nintendo 3DS + Nintendo Wii + Get Firefox + Bunny Browser + same shit, different asshole (chrome and internet explorer/microsoft edge) + tucows + hey all, scott here! + Homestar Runner dot com! + Rave Now! + NFT: No Fucking Thanks + Discord? No Thanks! + it's morally ok to pirate from AAA + Soulseek + Nextcloud
my buttons, feel free to use on your site to link back to me :3c
- sneexy @ sneexy.pages.gay - sneexy @ sneexy.pages.gay (alternate, shorter button) + sneexy @ sneexy.pages.gay + sneexy @ sneexy.pages.gay (alternate, shorter button)
@@ -272,12 +275,12 @@ -GIF of a dancing yoshi +GIF of a dancing yoshi diff --git a/style.css b/style.css index d9121bb..c1c162b 100644 --- a/style.css +++ b/style.css @@ -606,17 +606,40 @@ footer > .dot { grid-row: 6; } -.buttons-area { - margin-top: 1em; - text-align: center; +.buttons-img:first-child { + display: grid; + grid-template-rows: repeat(1, 1fr); + grid-template-columns: repeat(3, 1fr); + margin: 0.6em 19em 1em 19em; + place-items: center; } -.buttons-img, .buttons-img > a { - font-size: 1px; +.buttons-img:nth-child(2) { + display: grid; + grid-template-rows: repeat(2, 1fr); + grid-template-columns: repeat(9, 1fr); + margin: 0.2em 1em 0.6em 1em; + place-items: center; +} + +.buttons-img:nth-child(4) { + display: grid; + grid-template-rows: repeat(1, 1fr); + grid-template-columns: repeat(2, 1fr); + margin: 0.2em 22em 0px 22em; +} + +.buttons-img > a { + font-size: 0px; } .buttons-img > a > img { - margin: 1px; + margin: 3px; +} + +.buttons-area > small { + display: flex; + justify-content: center; } .yoshi { @@ -670,6 +693,13 @@ footer > .dot { padding-left: unset; } + .buttons-img:first-child, .buttons-img:nth-child(2), .buttons-img:nth-child(4), .buttons-img { + display: flow-root; + margin: 1em 0px 1px 0px; + text-align: center; + justify-content: center; + } + footer { flex-direction: column; text-align: center;