From 67f0f6e8bc12d9406e6836ac757ea4e565ffc033 Mon Sep 17 00:00:00 2001 From: denizk0461 Date: Tue, 14 Apr 2026 09:28:43 +0200 Subject: [PATCH] removed gitea from main page gallery and added feed links to header and footer --- src/lib/viewport/footer.svelte | 1 + src/lib/viewport/header.svelte | 1 + src/routes/+page.svelte | 11 ++--------- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/src/lib/viewport/footer.svelte b/src/lib/viewport/footer.svelte index 9d13a24..97dbb29 100644 --- a/src/lib/viewport/footer.svelte +++ b/src/lib/viewport/footer.svelte @@ -26,6 +26,7 @@
Content
Projects Homesick + Feed Blog
diff --git a/src/lib/viewport/header.svelte b/src/lib/viewport/header.svelte index c55760c..4492bb3 100644 --- a/src/lib/viewport/header.svelte +++ b/src/lib/viewport/header.svelte @@ -1,6 +1,7 @@ {#snippet headerLinks()} home projects + feed blog about {/snippet} diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 9a4539b..059f48d 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -56,7 +56,7 @@ title: "Creative Feed", description: `The small things I make find a home here`, img: "feed/banner.webp", - altText: ".", + altText: "A blue screen with the text 'how do you do art ? 1. face your fears 2. become your heroes'. The 'art' looks to have been edited in. The music artist Porter Robinson is standing in the bottom right corner.", link: "feed", }, { @@ -68,18 +68,11 @@ }, { title: "Files", - description: "Find things I've put for download on my Copyparty instance", + description: "Find things I've put for download on my copyparty instance", img: "main/hypertext.webp", altText: "Screenshot of Hypertext Unity level. Crates are strewn across the floor, Waluigi is flying in front of the camera, and text such as 'COME AND TRY OUR ALL-NEW BLENDER' and 'omg! it's the brandenbur ger tor!' is displayed.", link: "https://files.natconf.dev/public/", }, - { - title: "Gitea", - description: "I now also self-host a Gitea instance where I am likely migrating all my projects to", - img: "main/magic.webp", - altText: "A 'magic' command written in Java. The command shuts down the computer when ran.", - link: "https://code.natconf.dev/", - }, ];