Files
portfolio/src/data/person.ts
Nathan Cummins 7805a7dfa9
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 15m51s
Sound designer, footer wasn't clickable
2025-08-22 10:22:25 +09:30

10 lines
212 B
TypeScript

export default {
names: {
first: "Nathan",
last: "Cummins"
},
title: "Dr",
jobTitle: "Composer, Orchestrator, Conductor, Sound Designer, Sound Designer",
email: "nathan@nathancummins.com.au"
};