Sound designer, footer wasn't clickable
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 15m51s
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 15m51s
This commit is contained in:
@@ -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">
|
||||
|
@@ -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"
|
||||
};
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user