added link to art page to main page; added appropriate banner to art page; changed banner of project n5 page on main page to match the actual page banner

This commit is contained in:
2026-03-09 17:40:30 +01:00
parent 71010be02c
commit a9756725da
4 changed files with 14 additions and 4 deletions

View File

@@ -17,8 +17,8 @@
{ {
title: "Project N5 devlog", title: "Project N5 devlog",
description: `My active Godot game project about finding yourself in an unfamiliar future. <i>latest update: ${latestDevlogDate}</i>`, description: `My active Godot game project about finding yourself in an unfamiliar future. <i>latest update: ${latestDevlogDate}</i>`,
img: "projects/projectn5/devlog/2025/0523/birds_eye.webp", img: "projects/projectn5/banner2.webp",
altText: "Project N5 screenshot of Laura looking down at two cuboids.", 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", link: "projects/projectn5",
}, },
{ {
@@ -33,11 +33,18 @@
const galleryBottomRow: GalleryRowEntry[] = [ const galleryBottomRow: GalleryRowEntry[] = [
{ {
title: "Projects", title: "Projects",
description: "An overview of what I do and have done", description: "An overview of my more technical projects",
img: "projects/banner.webp", 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.", 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", 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", 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",

View File

@@ -28,6 +28,8 @@
<Content> <Content>
<Banner2 <Banner2
title="Art" title="Art"
banner="banner.webp"
bannerAlt="A rainbow-like holographic effect produced by bending a reflective sheet of cardboard."
subtitle="my creative side" /> subtitle="my creative side" />
<p>Here I have collected the products of some of my creative endeavours. Check them out below!</p> <p>Here I have collected the products of some of my creative endeavours. Check them out below!</p>

View File

@@ -35,7 +35,8 @@
<Content> <Content>
<Banner2 <Banner2
title="Project N5" title="Project N5"
banner="/projects/projectn5/banner2.webp" /> 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." />
<p>I am currently working on a game under the working title <b>Project N5</b>! I'm aiming for it to be an action-adventure jump-and-run game inspired by games such as Ratchet & Clank. Development started on <b>2023-09-16</b> and rebooted on <b>2025-05-16</b>.</p> <p>I am currently working on a game under the working title <b>Project N5</b>! I'm aiming for it to be an action-adventure jump-and-run game inspired by games such as Ratchet & Clank. Development started on <b>2023-09-16</b> and rebooted on <b>2025-05-16</b>.</p>

BIN
static/art/banner.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 KiB