Add MWM, fix max-h
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 16m13s
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 16m13s
This commit is contained in:
@@ -34,7 +34,7 @@ import { Image } from "astro:assets";
|
||||
><Image
|
||||
src={generalImage}
|
||||
alt="Nathan conducting, asking all members of the ensemble to stand for applause."
|
||||
class="mx-auto h-64 w-auto object-cover pb-8 md:float-right md:h-94 md:pl-8"
|
||||
class="mx-auto max-h-64 w-auto object-cover pb-8 md:float-right md:h-94 md:pl-8"
|
||||
layout="full-width"
|
||||
fit="cover"
|
||||
height={256}
|
||||
@@ -93,7 +93,6 @@ import { Image } from "astro:assets";
|
||||
<section id="orchestration">
|
||||
<div class="mx-auto max-w-4xl px-8 text-left">
|
||||
<H2>Orchestration</H2>
|
||||
|
||||
<Paragraph
|
||||
>As an orchestrator, Nathan is highly sought after for his ability to
|
||||
bring clarity, energy, and colour to music across genres. His
|
||||
@@ -119,16 +118,18 @@ import { Image } from "astro:assets";
|
||||
and is equally at home on the podium of a symphonic performance or in
|
||||
the precision-driven environment of a recording session.</Paragraph
|
||||
>
|
||||
|
||||
<Paragraph
|
||||
><Image
|
||||
src={conductingImage}
|
||||
alt="Nathan conducting the Woodville Concert Band, smiling while standing in front of the ensemble with his arm outstretched."
|
||||
class="mx-auto h-96 w-auto pb-8 md:float-left md:h-94 md:pr-8"
|
||||
class="mx-auto max-h-96 w-auto pb-8 md:float-left md:h-94 md:pr-8"
|
||||
layout="full-width"
|
||||
fit="cover"
|
||||
height={384}
|
||||
/>Highlights of his conducting work include <span class="italic"
|
||||
>Music With Motion</span
|
||||
>, a cross-media concert series tying the performance of video game
|
||||
music with live video projection, and <span class="italic"
|
||||
>Pixelated Symphonies</span
|
||||
>, a landmark concert with the <TextLink
|
||||
href="https://www.awo.org.au/">Adelaide Wind Orchestra</TextLink
|
||||
@@ -137,7 +138,6 @@ import { Image } from "astro:assets";
|
||||
classical works, and cross-genre collaborations, always with a focus on
|
||||
clarity, energy, and connection with performers.</Paragraph
|
||||
>
|
||||
|
||||
<Paragraph
|
||||
>Nathan is also the Artistic Director of the <TextLink
|
||||
href="https://www.woodvillecb.com.au/"
|
||||
|
Reference in New Issue
Block a user