Sound designer, footer wasn't clickable
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 15m51s

This commit is contained in:
2025-08-22 10:22:25 +09:30
parent 41079e93c1
commit 7805a7dfa9
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ import TextLink from "@components/TextLink.astro";
---
<footer
class="footer -z-10 bg-gray-900 px-8 py-8 text-center text-white"
class="footer bg-gray-900 px-8 py-8 text-center text-white"
transition:name="footer"
>
<div class="socials p-2">

View File

@@ -4,6 +4,6 @@ export default {
last: "Cummins"
},
title: "Dr",
jobTitle: "Composer, Orchestrator, Conductor, Sound Designer, Performer",
jobTitle: "Composer, Orchestrator, Conductor, Sound Designer, Sound Designer",
email: "nathan@nathancummins.com.au"
};

View File

@@ -1,10 +1,10 @@
import person from "@data/person";
export default {
title: `${person.names.first} ${person.names.last} - Adelaide Composer, Orchestrator, Conductor, and Performer`,
title: `${person.names.first} ${person.names.last} - Adelaide Composer, Orchestrator, Conductor, and Sound Designer`,
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",
tagline: "Composer, Orchestrator, Conductor, Sound Designer",
image: {
externalURL: `${import.meta.env.SITE}/nathan-cummins-composer-orchestrator-conductor.jpg`,
src: "nathan-cummins-composer-orchestrator-conductor.jpg",