Skip to content

Commit 0cda594

Browse files
committed
standardize the design language more
1 parent 5f21982 commit 0cda594

File tree

10 files changed

+717
-431
lines changed

10 files changed

+717
-431
lines changed

src/about/index.njk

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ title: About
1010
<h1>ABOUT</h1>
1111
<p class="about-mission">We eliminate code review latency. Enterprise-grade tools. Startup speed.</p>
1212

13-
<div class="about-origin-card">
14-
<img src="/assets/goose-lab-techs.png" alt="Origin story" class="about-origin-image" />
15-
<div class="about-origin-content">
16-
<p class="about-origin-title">STARTED AT GOOGLE. FINISHED HERE.</p>
17-
<p class="about-origin-text">Ready to Review began as a prototype within Google's developer experience team. The triage automation concepts eventually shipped as <a href="https://github.com/google/triage-party">Triage Party</a> (4.1K stars), but the turn-based notification system—the piece that actually solves review latency—needed more than 20% time could provide. So we built it properly.</p>
13+
<div class="card card--white">
14+
<img src="/assets/goose-lab-techs.png" alt="Origin story" class="card__image" />
15+
<div class="card__content">
16+
<p class="card__title">STARTED AT GOOGLE. FINISHED HERE.</p>
17+
<p class="card__text">Ready to Review began as a prototype created by our founder while at Google. Some of its ideas were released with <a href="https://github.com/google/triage-party">Triage Party</a> (used by Kubernetes), the more difficult parts needed more time to percolate. It's time is now.</p>
1818
</div>
1919
</div>
2020

2121
<h2>FOUNDER & PRINCIPLES</h2>
2222

23-
<div class="founder-section">
23+
<div class="card card--flex card--compact">
2424
<img src="/assets/tstromberg.jpg" alt="Thomas Stromberg" class="founder-portrait" />
2525
<div class="founder-bio">
2626
<p><strong>Thomas Stromberg</strong> — 30 years in open source development. Engineering leader at Google and Equinix, Director of Security at Chainguard.</p>

0 commit comments

Comments
 (0)