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:
@@ -17,8 +17,8 @@
|
||||
{
|
||||
title: "Project N5 – devlog",
|
||||
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",
|
||||
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",
|
||||
|
||||
Reference in New Issue
Block a user