feat(about): wire bio portraits, swap images, circular frame, widen pull-quote

Portraits (1365 square) rendered as circles via border-radius:50%; parallax
tamed to fit. Process figure swapped to dd-mixer-2; Home Our Origin split
swapped to dd-pedals. Pull-quote widened 22ch to 44ch.
This commit is contained in:
daniel-c-harvey
2026-06-17 21:45:55 -04:00
parent 9850be8a49
commit c7d627b817
10 changed files with 19 additions and 14 deletions
+11 -7
View File
@@ -94,11 +94,11 @@
Image2="@member.PortraitImage2"
Alt1="@($"{member.Name} — portrait")"
NaturalWidth="1365"
NaturalHeight="2048"
WindowHeightFraction="0.62"
NaturalHeight="1365"
WindowHeightFraction="1.0"
ImageHeight="auto"
ImageWidth="100%"
ParallaxSpeed="0.5" />
ParallaxSpeed="0.3" />
}
else
{
@@ -180,8 +180,8 @@
@* IMG SLOT D — hands-on-gear inset, the literal proof-of-effort image,
captioned in the rail rather than run full-bleed. *@
<figure class="movement-figure">
<ParallaxImage Image1="img/mixer-bw.jpg"
Image2="img/mixer.jpg"
<ParallaxImage Image1="img/dd-mixer-2-bw.jpeg"
Image2="img/dd-mixer-2.jpg"
Alt1="Deep DRFT — hands on the gear"
NaturalWidth="2048"
NaturalHeight="1365"
@@ -353,10 +353,14 @@
new(
Name: "Khabran Peters",
Role: "Production · Sound Design · Live",
Bio: null),
Bio: null,
PortraitImage1: "img/dd-khabran-bw.jpeg",
PortraitImage2: "img/dd-khabran.jpeg"),
new(
Name: "Daniel Harvey",
Role: "Production · Sound Design · Live",
Bio: "Daniel started on drums at ten and embarked in electronic music at seventeen — synthesizers first. A metalhead at from a young age, he spent ten years as an engineer living near Detroit filling the nights with synthesized tones and rhythms, shaped most of all by modern underground Detroit techno. Art & engineering cannot be separated: custom plugins, hardware recording & performance rigs, the tools behind the tracks are just as important as the finished sound. To him the science and the math matter as much as the beauty — tension and release, built deliberately."),
Bio: "Daniel started on drums at ten and embarked in electronic music at seventeen — synthesizers first. A metalhead at from a young age, he spent ten years as an engineer living near Detroit filling the nights with synthesized tones and rhythms, shaped most of all by modern underground Detroit techno. Art & engineering cannot be separated: custom plugins, hardware recording & performance rigs, the tools behind the tracks are just as important as the finished sound. To him the science and the math matter as much as the beauty — tension and release, built deliberately.",
PortraitImage1: "img/dd-daniel-bw.jpeg",
PortraitImage2: "img/dd-daniel.jpeg"),
];
}