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 @@