From d002c97846e4758526c7e6d8cbcb6a6787acae17 Mon Sep 17 00:00:00 2001 From: denizk0461 Date: Wed, 8 Apr 2026 15:36:28 +0200 Subject: [PATCH] main page: moved projects page to upper row; removed art feed --- src/routes/+page.svelte | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 6edf210..10da6bf 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -47,11 +47,11 @@ link: "projects/projectn5", }, { - title: "Art Feed", - description: "[major update] My creative side lives here", - img: "feed/banner.webp", - altText: "A rainbow-like holographic effect produced by bending a reflective sheet of cardboard.", - link: "feed", + title: "Projects", + description: "[updated] An overview of all my projects!", + img: "projects/banner.webp", + altText: "An upside-down New 3DS XL lying open on a desk with a small USB-C breakout board attached to it, and a USB-C cable plugged in. The 3DS is glowing to indicate that it is charging.", + link: "projects", }, ]; @@ -63,13 +63,6 @@ altText: "View at a tram bridge rising and then curving to the left.", link: "blog", }, - { - title: "Projects", - description: "An overview of my more technical projects", - img: "projects/banner.webp", - altText: "An upside-down New 3DS XL lying open on a desk with a small USB-C breakout board attached to it, and a USB-C cable plugged in. The 3DS is glowing to indicate that it is charging.", - link: "projects", - }, { title: "Files", description: "Find things I've put for download on my Copyparty instance",