Skip to content

Commit e631d93

Browse files
Christian Shearerclaude
andcommitted
Add team banner photo to about page hero section
Racebrook Retreat team photo (Sep 2022) displayed below the hero title as a full-width banner image. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fd32cdd commit e631d93

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/server/about.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ export function createAboutRoutes(baseUrl: string): Router {
5858
max-width: 640px; margin: 0 auto; line-height: 1.6;
5959
}
6060
61+
.about-banner {
62+
width: 100%; max-height: 400px; object-fit: cover;
63+
border-radius: 0 0 12px 12px;
64+
margin-top: -1px;
65+
}
6166
.about-body { padding: 56px 0 0; }
6267
.about-body h2 {
6368
font-size: 24px; font-weight: 800; color: var(--regen-navy);
@@ -230,6 +235,7 @@ export function createAboutRoutes(baseUrl: string): Router {
230235
<h1>Built by People Who <span>Love This Planet</span></h1>
231236
<p class="subtitle">Regenerative Compute didn&rsquo;t start in a tech incubator. It started in the soil &mdash; with people who spent decades working alongside farmers, ecologists, and indigenous communities before ever writing a line of code.</p>
232237
</div>
238+
<img class="about-banner" src="/team/team-banner.jpg" alt="The Regen Network team at Racebrook retreat, September 2022" loading="lazy">
233239
</section>
234240
235241
<section class="about-body">

0 commit comments

Comments
 (0)