diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 3c3c4f9..0e6d99c 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -17,8 +17,8 @@ { title: "Project N5 – devlog", description: `My active Godot game project about finding yourself in an unfamiliar future. latest update: ${latestDevlogDate}`, - img: "projects/projectn5/devlog/2025/0523/birds_eye.webp", - altText: "Project N5 screenshot of Laura looking down at two cuboids.", + img: "projects/projectn5/banner2.webp", + 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", }, { @@ -33,11 +33,18 @@ const galleryBottomRow: GalleryRowEntry[] = [ { title: "Projects", - description: "An overview of what I do and have done", + 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: "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", diff --git a/src/routes/art/+page.svelte b/src/routes/art/+page.svelte index 848c293..f679b7a 100644 --- a/src/routes/art/+page.svelte +++ b/src/routes/art/+page.svelte @@ -28,6 +28,8 @@

Here I have collected the products of some of my creative endeavours. Check them out below!

diff --git a/src/routes/projects/projectn5/+page.svelte b/src/routes/projects/projectn5/+page.svelte index 1b26e6d..9c3e814 100644 --- a/src/routes/projects/projectn5/+page.svelte +++ b/src/routes/projects/projectn5/+page.svelte @@ -35,7 +35,8 @@ + banner="/projects/projectn5/banner2.webp" + bannerAlt="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." />

I am currently working on a game under the working title Project N5! I'm aiming for it to be an action-adventure jump-and-run game inspired by games such as Ratchet & Clank. Development started on 2023-09-16 and rebooted on 2025-05-16.

diff --git a/static/art/banner.webp b/static/art/banner.webp new file mode 100644 index 0000000..46aa348 Binary files /dev/null and b/static/art/banner.webp differ