Initial design based off original website, some things still to do

This commit is contained in:
2025-08-08 17:48:11 +09:30
parent d38c8fc694
commit ae3c38be17
185 changed files with 6799 additions and 1877 deletions

13
src/data/site.ts Normal file
View File

@@ -0,0 +1,13 @@
import person from "@data/person";
export default {
title: `${person.names.first} ${person.names.last} - Adelaide Composer, Orchestrator, Conductor, and Performer`,
description:
"Nathan Cummins is an award-winning composer, orchestrator, sound designer, and conductor known for his vibrant music across video games, film, and live performance. Based in Adelaide, he brings classical craft, bold creativity, and technical innovation to every project",
tagline: "Composer, Orchestrator, Conductor, Performer",
image: {
externalURL: `${import.meta.env.SITE}/nathan-cummins-composer-orchestrator-conductor.png`,
src: "nathan-cummins-composer-orchestrator-conductor.png",
alt: "Nathan Cummins"
} as SiteImage
};