Skip to content

Commit d226578

Browse files
committed
yellow cards are back
1 parent 7c4ed4a commit d226578

File tree

4 files changed

+32
-9
lines changed

4 files changed

+32
-9
lines changed

src/css/main.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,18 @@ footer::before {
410410
border-left: 6px solid var(--color-primary);
411411
}
412412

413+
/* Yellow card variant - HIG compliant with proper contrast */
414+
.groove-card--yellow {
415+
background: var(--color-primary);
416+
color: var(--color-secondary);
417+
border: 3px solid var(--color-secondary);
418+
box-shadow: 6px 6px 0 var(--color-secondary);
419+
}
420+
421+
.groove-card--yellow:hover {
422+
box-shadow: 8px 8px 0 var(--color-secondary);
423+
}
424+
413425
/* Hub page specific styles */
414426
.hub-hero-title {
415427
font-size: 2.25rem;
@@ -719,6 +731,17 @@ footer::before {
719731
letter-spacing: 0;
720732
}
721733

734+
/* Yellow product card variant */
735+
.product--yellow {
736+
background: var(--color-primary);
737+
color: var(--color-secondary);
738+
box-shadow: 4px 4px 0 var(--color-secondary);
739+
}
740+
741+
.product--yellow:hover {
742+
box-shadow: 6px 6px 0 var(--color-secondary);
743+
}
744+
722745
/* CTA Button */
723746
.cta {
724747
font-family: var(--font-display);

src/index.njk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ description: 15X faster pull requests. From 4 days to 4 hours. Fast, smooth, con
6464
<p class="text-bold text-uppercase mb-2">Two ways to stop wasting time</p>
6565

6666
<div class="products">
67-
<article class="product">
67+
<article class="product product--yellow">
6868
<h3>Ready to Review</h3>
6969
<p><strong>For individual developers</strong></p>
7070
<p>Personal dashboard for GitHub pull requests. Never miss a review.</p>
@@ -94,13 +94,13 @@ description: 15X faster pull requests. From 4 days to 4 hours. Fast, smooth, con
9494

9595
<h2>THE SOLUTION</h2>
9696

97-
<div class="groove-card">
97+
<div class="groove-card groove-card--yellow">
9898
<p class="text-large text-bold mb-0">TURN-BASED TRACKING</p>
9999
<p class="mt-2">✓ Clear responsibility handoffs<br>
100100
✓ Automated bottleneck detection<br>
101101
✓ Context-aware notifications<br>
102102
✓ Conflict prevention alerts</p>
103-
<p class="text-small text-muted mt-2">LIKE JAMES BROWN DESIGNED A PR SYSTEM</p>
103+
<p class="text-small mt-2">LIKE JAMES BROWN DESIGNED A PR SYSTEM</p>
104104
</div>
105105

106106
<ul>

src/products/hub.njk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ description: 15X faster pull requests. Reduce PR latency from 4 days to 4 hours.
1212
<span class="hub-hero-highlight">4 days → 4 hours. Measurable in week one.</span></p>
1313
</section>
1414

15-
<div class="math-card">
15+
<div class="groove-card groove-card--yellow">
1616
<h3>The Math</h3>
1717
<p>
1818
<strong>20 engineers × $200K salary = $4M/year</strong><br>
1919
23% of their time waiting on reviews = $920K wasted<br>
20-
<span class="math-highlight">grooveHUB costs $8,192.00. You save $920,000.</span><br>
21-
<span class="math-subtext">That's 112× ROI. In year one.</span>
20+
<span class="text-bold text-large">grooveHUB costs $8,192.00. You save $920,000.</span><br>
21+
<span>That's 112× ROI. In year one.</span>
2222
</p>
2323
</div>
2424

@@ -162,12 +162,12 @@ description: 15X faster pull requests. Reduce PR latency from 4 days to 4 hours.
162162

163163
<p class="text-center text-muted">All billing handled via GitHub. Custom contracts available for Funk Master tier.</p>
164164

165-
<div class="promise-card">
165+
<div class="groove-card groove-card--yellow text-center">
166166
<h3>Our Promise</h3>
167167
<p>
168168
We'll reduce your pull request latency by 15X.<br>
169169
From 4 days to 4 hours. In 7 days.<br>
170-
<strong class="promise-highlight">If we don't deliver, you pay nothing.</strong>
170+
<strong class="text-large">If we don't deliver, you pay nothing.</strong>
171171
</p>
172172
</div>
173173

src/products/r2r.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ description: Your personal PR dashboard. Never miss a review again.
4141
<h2>USE CASES</h2>
4242

4343
<div class="products">
44-
<article class="product">
44+
<article class="product product--yellow">
4545
<h3>For Burned-Out OSS Maintainers</h3>
4646
<ul>
4747
<li><strong>Stop losing contributors:</strong> First-time PRs get buried? Not anymore.</li>

0 commit comments

Comments
 (0)