Skip to content

Commit 125139e

Browse files
etzmclaude
andcommitted
Fix section alternation and increase accent background intensity
- Swap alternating pattern so hero flows into white section - New order: hero → white → shaded → white → shaded → white → shaded - Increase bg-alt color intensity from #f7f3fa to #f0eaf5 - Add German BioImaging (Josh Moore) to team, remove Dr. prefix Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent dc177ff commit 125139e

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

_includes/challenge.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section class="section section-alt" id="challenge">
1+
<section class="section" id="challenge">
22
<div class="container">
33
<h2 class="section-title">{{ site.data.challenge.section_title }}</h2>
44
<div class="challenge-grid">

_includes/features.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section class="section section-alt" id="features">
1+
<section class="section" id="features">
22
<div class="container">
33
<p class="section-eyebrow">{{ site.data.features.section_eyebrow }}</p>
44
<h2 class="section-title">{{ site.data.features.section_title }}</h2>

_includes/integrations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section class="section section-alt" id="integrations">
1+
<section class="section" id="integrations">
22
<div class="container">
33
<p class="section-eyebrow">{{ site.data.integrations.section_eyebrow }}</p>
44
<h2 class="section-title">{{ site.data.integrations.section_title }}</h2>

_includes/iscc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section class="section" id="iscc">
1+
<section class="section section-alt" id="iscc">
22
<div class="container">
33
<p class="section-eyebrow">{{ site.data.iscc.standard.iso }}</p>
44
<h2 class="section-title">{{ site.data.iscc.standard.name }}</h2>

_includes/team.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section class="section" id="team">
1+
<section class="section section-alt" id="team">
22
<div class="container">
33
<p class="section-eyebrow">{{ site.data.team.section_eyebrow }}</p>
44
<h2 class="section-title">{{ site.data.team.section_title }}</h2>

_includes/tools.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section class="section" id="tools">
1+
<section class="section section-alt" id="tools">
22
<div class="container">
33
<p class="section-eyebrow">{{ site.data.tools.section_eyebrow }}</p>
44
<h2 class="section-title">{{ site.data.tools.section_title }}</h2>

assets/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/* ── Variables ─────────────────────────────────────────────────── */
2121
:root {
2222
--color-bg: #ffffff;
23-
--color-bg-alt: #f7f3fa;
23+
--color-bg-alt: #f0eaf5;
2424
--color-text: #1a1a2e;
2525
--color-text-light: #6b6b80;
2626
--color-accent: #7B2D8E;

0 commit comments

Comments
 (0)