From 3f9a1a0e0b68e631d32947f3421523492a08e193 Mon Sep 17 00:00:00 2001 From: pancakes
Date: Wed, 20 Aug 2025 17:23:40 +1000 Subject: [PATCH] Update accounts section --- src/data/links.json | 18 +++---- src/routes/+page.svelte | 101 ++++++++++++++++++++++++++++------------ src/routes/style.css | 9 ++++ 3 files changed, 90 insertions(+), 38 deletions(-) diff --git a/src/data/links.json b/src/data/links.json index 7228408..6a9caf4 100644 --- a/src/data/links.json +++ b/src/data/links.json @@ -3,7 +3,7 @@ "href": "https://bsky.app/profile/pancakes.gay", "icon": "bluesky.png", "mainOnly": true, - "name": "Bluesky (inactive)", + "name": "Bluesky", "username": "@pancakes.gay" }, { @@ -18,27 +18,27 @@ "name": "Discord", "username": "pancakesmeow" }, + { + "href": "https://git.meow.company/pancakes", + "icon": "forgejo.png", + "name": "Forgejo", + "username": "pancakes" + }, { "href": "https://github.com/pancakesmeow", "icon": "github-mark.png", "iconInvert": true, "mainOnly": true, - "name": "GitHub (inactive)", + "name": "GitHub", "username": "pancakesmeow" }, { "href": "https://shrimp.meow.company/@pancakes", "icon": "iceshrimp-logo-black.svg", "iconInvert": true, - "name": "meow.company", + "name": "Iceshrimp.NET (Fediverse)", "username": "@pancakes@meow.company" }, - { - "href": "https://git.meow.company/pancakes", - "icon": "forgejo.png", - "name": "meow forge", - "username": "pancakes" - }, { "href": "https://pronouns.cc/@pancakes", "icon": "pronouns_cc.png", diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 235ac62..6646b60 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -61,24 +61,25 @@
Other places you can find me
- {#each links as link} -