From 3d5bb5e096756e4a1d29c4649d6064f519a2baf3 Mon Sep 17 00:00:00 2001 From: denizk0461 Date: Mon, 6 Apr 2026 20:27:09 +0200 Subject: [PATCH] updated main page --- src/routes/+page.svelte | 28 +++--- src/routes/art/drawings/+page.svelte | 137 --------------------------- src/routes/art/drawings/drawings.ts | 98 ------------------- 3 files changed, 16 insertions(+), 247 deletions(-) delete mode 100644 src/routes/art/drawings/+page.svelte delete mode 100644 src/routes/art/drawings/drawings.ts diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index f6c302a..6edf210 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -46,6 +46,16 @@ altText: "The protagonist Laura standing on a floating platform in the purple test level. Ziplines are all around her and the text 'When this text is spinning, the game is not paused' is frozen in the sky.", 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", + }, + ]; + + const galleryBottomRow: GalleryRowEntry[] = [ { title: "Blog", description: `A place where I write about random things. latest post: ${latestBlogDate}`, @@ -53,9 +63,6 @@ altText: "View at a tram bridge rising and then curving to the left.", link: "blog", }, - ]; - - const galleryBottomRow: GalleryRowEntry[] = [ { title: "Projects", description: "An overview of my more technical projects", @@ -63,13 +70,6 @@ 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: "Art", - description: "My creative side lives here", - img: "art/banner.webp", - altText: "A rainbow-like holographic effect produced by bending a reflective sheet of cardboard.", - link: "art", - }, { title: "Files", description: "Find things I've put for download on my Copyparty instance", @@ -114,8 +114,12 @@