Compare commits
2 Commits
b3064609cf
...
51db7a18f7
Author | SHA1 | Date | |
---|---|---|---|
51db7a18f7
|
|||
e629567d32
|
@@ -229,7 +229,7 @@ const link = `/projects/${slugify(project.data.type)}/${slugify(project.data.slu
|
||||
loading="lazy"
|
||||
layout="constrained"
|
||||
fit="cover"
|
||||
height={192}
|
||||
height={250}
|
||||
style={`animation-delay: -${Math.floor(Math.random() * (12 - 4) + 4)}s; animation-direction: ${Math.random() < 0.5 ? "normal" : "reverse"};`}
|
||||
quality={quality}
|
||||
/>
|
||||
|
@@ -20,6 +20,7 @@ import { Image } from "astro:assets";
|
||||
alt="A photo of Nathan conducting the Woodville Concert Band"
|
||||
class="mx-auto mb-8 size-96 rounded-full object-cover drop-shadow-lg/75 transition ease-in-out md:hover:scale-150 md:hover:shadow-xl/50"
|
||||
transition:name="aboutImage"
|
||||
height={576}
|
||||
/>
|
||||
<SectionTitle class="py-8">Dr Nathan Cummins</SectionTitle>
|
||||
<H2>{site.tagline}</H2>
|
||||
@@ -91,7 +92,7 @@ import { Image } from "astro:assets";
|
||||
</div>
|
||||
</section>
|
||||
<section id="orchestration">
|
||||
<div class="mx-auto max-w-4xl px-8 text-left">
|
||||
<div class="mx-auto mb-4 max-w-4xl px-8 text-left">
|
||||
<H2>Orchestration</H2>
|
||||
<Paragraph
|
||||
>As an orchestrator, Nathan is highly sought after for his ability to
|
||||
@@ -106,6 +107,21 @@ import { Image } from "astro:assets";
|
||||
ensembles and composers save valuable time and money while ensuring
|
||||
players can deliver their best performance.</Paragraph
|
||||
>
|
||||
<Paragraph>Recent projects include:</Paragraph>
|
||||
<ul class="list-disc pl-4">
|
||||
<li>
|
||||
<span class="font-bold">Hollow Knight: Silksong:</span> orchestration
|
||||
and typesetting for the score composed by <TextLink
|
||||
href="https://composerlarkin.com/">Christopher Larkin</TextLink
|
||||
>.
|
||||
</li>
|
||||
<li>
|
||||
<span class="font-bold">Submerged: Hidden Depths:</span> typesetting
|
||||
for the recording score composed by <TextLink
|
||||
href="https://jeffvandyck.com/">Jeff van Dyck</TextLink
|
||||
>.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
<section id="Conducting">
|
||||
|
@@ -94,6 +94,7 @@ const tracks = (
|
||||
alt="Nathan conducting the Woodville Concert Band"
|
||||
class="mx-auto mt-8 size-96 rounded-full object-cover drop-shadow-lg/75 transition ease-in-out md:hover:scale-150 md:hover:shadow-xl/50"
|
||||
transition:name="aboutImage"
|
||||
height={576}
|
||||
/>
|
||||
<span class="block w-full text-center"
|
||||
><a
|
||||
|
Reference in New Issue
Block a user