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",
|
||||
|
||||
@@ -28,6 +28,8 @@
|
||||
<Content>
|
||||
<Banner2
|
||||
title="Art"
|
||||
banner="banner.webp"
|
||||
bannerAlt="A rainbow-like holographic effect produced by bending a reflective sheet of cardboard."
|
||||
subtitle="my creative side" />
|
||||
|
||||
<p>Here I have collected the products of some of my creative endeavours. Check them out below!</p>
|
||||
|
||||
@@ -35,7 +35,8 @@
|
||||
<Content>
|
||||
<Banner2
|
||||
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>
|
||||
|
||||
|
||||
BIN
static/art/banner.webp
Normal file
BIN
static/art/banner.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 303 KiB |
Reference in New Issue
Block a user