@@ -49,13 +49,13 @@
@sneexy@akko.wtf
diff --git a/assets/socials/archive.png b/assets/socials/archive.png new file mode 100644 index 0000000..ec7e667 Binary files /dev/null and b/assets/socials/archive.png differ diff --git a/index.html b/index.html index 6682943..d617249 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@
@@ -49,13 +49,13 @@
@sneexy@akko.wtf
@@ -80,13 +80,13 @@
sneexy@trashserver.net
@@ -111,13 +111,13 @@
Sneexy@github.com
@@ -127,6 +127,15 @@
●
+
+
+ @sneexy@archive.org
+i enjoy messing around with random technology things, especially retro and unique things. modern tech things too depending on how much i can actually do with them.
as my subtitle says, i love me some FOSS and privacy stuff although i don't think i nerd too much over it, i will prefer it over anything. not a programmer or anything special though.
enthusiast in open, possibly decentralized or federated social networks or services. favorites include the fediverse and listenbrainz.
-"certified" arch linux user/"""nerd""" ~ i hate corporations with a passion 😊💕
+"certified" arch linux user/nerd ~ i hate corporations with a passion 😊💕
Certified™ idiot (full of adhd and constantly using it as an excuse according to irl's)
i am usually pretty drained and exhausted in both ways, sometimes i get myself into random unnecessary internet arguments, but from what i can tell that doesn't seem to be the case often. (unless i know you well, then i'll probably do it in a joking or pissy way.)
if you're looking to get in contact with me, refer to the links and info i have in the card above. 👋
diff --git a/style.css b/style.css index 1edaefa..64f5e19 100644 --- a/style.css +++ b/style.css @@ -378,14 +378,14 @@ a { } /* -- below is all the css used only for the social cards, and its probably Very Bad so get a puke bag or something read -- */ -.fedi, .firefish, .firefish-icon, .akkoma, .akkoma-icon, .messaging, .revolt, .revolt-icon, .matrix, .matrix-icon, .xmpp, .xmpp-icon, .platforms, .listenbrainz, .listenbrainz-icon, .gitgay, .gitgay-icon, .github, .github-icon, .misc, .retrospring, .retrospring-icon, .dotfiles, .idle, .shitposts, .amoguscloud, .warning { +.fedi, .firefish, .firefish-icon, .akkoma, .akkoma-icon, .messaging, .revolt, .revolt-icon, .matrix, .matrix-icon, .xmpp, .xmpp-icon, .platforms, .listenbrainz, .listenbrainz-icon, .gitgay, .gitgay-icon, .github, .github-icon, .misc, .retrospring, .retrospring-icon, .archiveorg, .archive-icon, .dotfiles, .idle, .shitposts, .amoguscloud, .warning { display: flex; flex-direction: row; margin-left: auto; margin-right: auto; } -.firefish-icon, .akkoma-icon, .revolt-icon, .matrix-icon, .xmpp-icon, .listenbrainz-icon, .gitgay-icon, .github-icon, .retrospring-icon, .idle, .amoguscloud { +.firefish-icon, .akkoma-icon, .revolt-icon, .matrix-icon, .xmpp-icon, .listenbrainz-icon, .gitgay-icon, .github-icon, .retrospring-icon, .archive-icon, .idle, .amoguscloud { margin-top: 20px; margin-right: 8px; width: 30px; @@ -401,6 +401,7 @@ a { background: linear-gradient(to right, #E74788 0%, #F6AE4A 100%); background-clip: text; -webkit-text-fill-color: transparent; + -webkit-background-clip: text; text-shadow: 0px 0px 8px #F1775D; } /* -- */ @@ -422,6 +423,7 @@ a { background: linear-gradient(to right, #FF4654 0%, #FF558B 100%); background-clip: text; -webkit-text-fill-color: transparent; + -webkit-background-clip: text; text-shadow: 0px 0px 8px #FF4654; } /* -- */ @@ -433,6 +435,7 @@ a { background: linear-gradient(to right, #FFFFFF 0%, #4B4B4B 100%); background-clip: text; -webkit-text-fill-color: transparent; + -webkit-background-clip: text; text-shadow: 0px 0px 8px #4B4B4B; } /* -- */ @@ -444,6 +447,7 @@ a { background: linear-gradient(to right, #A6DA95 0%, #EED49F 100%); background-clip: text; -webkit-text-fill-color: transparent; + -webkit-background-clip: text; text-shadow: 0px 0px 8px #11A4D8; } /* -- */ @@ -457,6 +461,7 @@ a { background: linear-gradient(to right, #8AADf4 0%, #EB743B 100%); background-clip: text; -webkit-text-fill-color: transparent; + -webkit-background-clip: text; text-shadow: 0px 0px 8px #D58C17; } /* -- */ @@ -468,6 +473,7 @@ a { background: linear-gradient(to right, #FE9494 0%, #FFC783 31%, #69CB86 56%, #83A8FF 79%, #C56AD4 100%); background-clip: text; -webkit-text-fill-color: transparent; + -webkit-background-clip: text; text-shadow: 0px 0px 8px #69CB86; } /* -- */ @@ -489,6 +495,17 @@ a { text-shadow: 0px 0px 8px #5E35B1; } +/* -- are chives dot org -- */ +.archiveorg > p > small, .archiveorg > p > small > a { + font-size: 16px; + background: #FFFFFF; + background: linear-gradient(to right, #FFFFFF 0%, #000000 100%); + background-clip: text; + -webkit-text-fill-color: transparent; + -webkit-background-clip: text; + text-shadow: 0px 0px 8px #777777; +} + /* -- lil warning message :3 -- */ .warning { margin-top: 3rem;