+
+
+
+ if you ABSOLUTELY need to contact me via discord, just ask me for my username. i'd highly prefer not using it though and if you could please use something else to contact me with.
@@ -97,7 +175,7 @@
-
+
diff --git a/style.css b/style.css
index 9f68787..1edaefa 100644
--- a/style.css
+++ b/style.css
@@ -326,6 +326,32 @@ a {
font-size: 16px;
}
+.dot {
+ color: var(--accent-1);
+ text-shadow: 0px 0px 8px var(--accent-1);
+ font-size: 16px;
+}
+
+.dot2 {
+ color: var(--accent-1);
+ text-shadow: 0px 0px 8px var(--accent-1);
+ margin-top: 22px;
+ margin-left: 14px;
+ margin-right: 14px;
+}
+
+.separator {
+ display: flex;
+ margin-left: auto;
+ margin-right: auto;
+ margin-top: 20px;
+ margin-bottom: -1px;
+}
+
+.separator > small {
+ color: var(--bg-t);
+}
+
.intro-box, .links-n-socials, .about-me, .fun-facts {
position: relative;
display: flex;
@@ -352,33 +378,126 @@ 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 -- */
-.social-lists {
+.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 {
display: flex;
-}
-
-.social-links {
- display: grid;
+ flex-direction: row;
+ margin-left: auto;
margin-right: auto;
- align-content: start;
}
-.social-links > h2 {
- margin-bottom: -7px;
+.firefish-icon, .akkoma-icon, .revolt-icon, .matrix-icon, .xmpp-icon, .listenbrainz-icon, .gitgay-icon, .github-icon, .retrospring-icon, .idle, .amoguscloud {
+ margin-top: 20px;
+ margin-right: 8px;
+ width: 30px;
+ height: 30px;
}
-.social-links > ul {
- margin-left: -22px;
-}
+/* -- fedi section -- */
-.fedi > small > a, .revolt > small > a, .matrix > small > a, .xmpp > small > a, .shitcord > small > a {
+/* -- firefish -- */
+.firefish > p > small, .firefish > p > small > a {
font-size: 16px;
+ background: #E74788;
+ background: linear-gradient(to right, #E74788 0%, #F6AE4A 100%);
+ background-clip: text;
+ -webkit-text-fill-color: transparent;
+ text-shadow: 0px 0px 8px #F1775D;
+}
+/* -- */
+
+/* -- akkoma -- */
+.akkoma > p > small, .akkoma > p > small > a {
+ font-size: 16px;
+ color: #CBA6D7;
+ text-shadow: 0px 0px 8px #CBA6D7;
+}
+/* -- */
+
+/* -- messaging section -- */
+
+/* -- revolt -- */
+.revolt > p > small, .revolt > p > small > a {
+ font-size: 16px;
+ background: #FF4654;
+ background: linear-gradient(to right, #FF4654 0%, #FF558B 100%);
+ background-clip: text;
+ -webkit-text-fill-color: transparent;
+ text-shadow: 0px 0px 8px #FF4654;
+}
+/* -- */
+
+/* -- matrix -- */
+.matrix > p > small, .matrix > p > small > a {
+ font-size: 16px;
+ background: #FFFFFF;
+ background: linear-gradient(to right, #FFFFFF 0%, #4B4B4B 100%);
+ background-clip: text;
+ -webkit-text-fill-color: transparent;
+ text-shadow: 0px 0px 8px #4B4B4B;
+}
+/* -- */
+
+/* -- xmpp -- */
+.xmpp > p > small, .xmpp > p > small > a {
+ font-size: 16px;
+ background: #EED49F;
+ background: linear-gradient(to right, #A6DA95 0%, #EED49F 100%);
+ background-clip: text;
+ -webkit-text-fill-color: transparent;
+ text-shadow: 0px 0px 8px #11A4D8;
+}
+/* -- */
+
+/* -- other platforms that i guess count as social -- */
+
+/* -- listenbrainz -- */
+.listenbrainz > p > small, .listenbrainz > p > small > a {
+ font-size: 16px;
+ background: #DA9014;
+ background: linear-gradient(to right, #8AADf4 0%, #EB743B 100%);
+ background-clip: text;
+ -webkit-text-fill-color: transparent;
+ text-shadow: 0px 0px 8px #D58C17;
+}
+/* -- */
+
+/* -- git.gay -- */
+.gitgay > p > small, .gitgay > p > small > a {
+ font-size: 16px;
+ background: #69CB86;
+ background: linear-gradient(to right, #FE9494 0%, #FFC783 31%, #69CB86 56%, #83A8FF 79%, #C56AD4 100%);
+ background-clip: text;
+ -webkit-text-fill-color: transparent;
+ text-shadow: 0px 0px 8px #69CB86;
+}
+/* -- */
+
+/* -- gith*b -- */
+.github > p > small, .github > p > small > a {
+ font-size: 16px;
+ color: #CDD6F4;
+ text-shadow: 0px 0px 8px #CDD6F4;
+}
+/* -- */
+
+/* -- misc. links -- */
+
+/* -- retrospring -- */
+.retrospring > p > small, .retrospring > p > small > a {
+ font-size: 16px;
+ color: #CA9EE6;
+ text-shadow: 0px 0px 8px #5E35B1;
}
-.fedi {
- list-style: url("/home/ruben/Documents/Unnamed.png");
- width: 10px;
- height: 10px;
+/* -- lil warning message :3 -- */
+.warning {
+ margin-top: 3rem;
+ text-align: center;
+ font-size: 16px;
+ color: #E78284;
+ text-shadow: 0px 0px 8px #E78284;
}
+
/* -- end of puke code -- */
.yoshi {
@@ -414,8 +533,12 @@ a {
margin-bottom: 20px;
}
- .social-lists {
+ .fedi, .messaging, .platforms, .misc, .shitcord, .warning {
flex-direction: column;
}
+
+ .dot2:not(:nth-child(1)) {
+ display: none;
+ }
}
/* -- yea -- */
\ No newline at end of file