From 064dc56f121b3ea2cd0bc4205676dc2767e91d4d Mon Sep 17 00:00:00 2001 From: Feufochmar Date: Thu, 29 Dec 2022 21:13:23 +0100 Subject: [PATCH] Update links to my accounts elsewhere. --- src/pages/home.rkt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/pages/home.rkt b/src/pages/home.rkt index 6e57e05..2119f6d 100644 --- a/src/pages/home.rkt +++ b/src/pages/home.rkt @@ -35,7 +35,7 @@ (p ((style "display: none;")) "You can find me on " (ul ((style "display: none;")) - (li (a ((href "https://social.surfnet.space/@Feufochmar")(rel "me")) "Social.surfnet.space")) + (li (a ((href "https://surfnet.space/Feufochmar")(rel "me")) "Surfnet.space")) (li (a ((href "https://functional.cafe/@Feufochmar")(rel "me")) "Functional.cafe")) (li (a ((href "https://donphan.social/@Feufochmar")(rel "me")) "Donphan.social")) )) @@ -52,9 +52,8 @@ (h2 "Myself") (p "I'm a ghost haunting the labyrinth named Internet, and I like to write code and play video games. ") (p "You can also find me on " - (a ((href "http://feufochmar.deviantart.com/")) "deviantArt") ", " - (a ((href "https://twitter.com/Feufochmar")) "Twitter") ", " - (a ((href "https://social.surfnet.space/Feufochmar")) "Mastodon") "." + (a ((href "https://feufochmar.tumblr.com/")) "Tumblr") ", or " + (a ((href "https://surfnet.space/Feufochmar")) "the Fediverse") "." (br) "You can also contact me at " (code "contact [at] feuforeve [dot] fr") ".") )