Skip to content

Commit 6e46c99

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
integrate about
1 parent ff7affb commit 6e46c99

File tree

4 files changed

+484
-97
lines changed

4 files changed

+484
-97
lines changed

src/_layouts/base.njk

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,66 @@
5050
{{ content | safe }}
5151
</main>
5252

53+
<footer class="footer-brutal">
54+
<div class="footer-brutal__container">
55+
<div class="footer-brutal__inner">
56+
<div class="footer-brutal__grid">
57+
<div class="footer-brutal__brand">
58+
<a href="/" class="footer-brutal__logo">codeGROOVE</a>
59+
<p class="footer-brutal__brand-text">
60+
Developer productivity tools that eliminate code review latency. Built by developers, for developers.
61+
</p>
62+
<div class="footer-brutal__social">
63+
<a href="https://github.com/codeGROOVE-dev/" target="_blank" rel="noopener noreferrer" class="footer-brutal__social-link" aria-label="GitHub">
64+
<i class="ri-github-fill"></i>
65+
</a>
66+
<a href="https://linkedin.com/company/codegroove" target="_blank" rel="noopener noreferrer" class="footer-brutal__social-link" aria-label="LinkedIn">
67+
<i class="ri-linkedin-fill"></i>
68+
</a>
69+
</div>
70+
</div>
71+
72+
<div>
73+
<h3 class="footer-brutal__section-title">Products</h3>
74+
<ul class="footer-brutal__links">
75+
<li><a href="/products/" class="footer-brutal__link">Ready to Review</a></li>
76+
<li><a href="/products/goose/" class="footer-brutal__link">Review Goose</a></li>
77+
</ul>
78+
</div>
79+
80+
<div>
81+
<h3 class="footer-brutal__section-title">Company</h3>
82+
<ul class="footer-brutal__links">
83+
<li><a href="/about/" class="footer-brutal__link">About Us</a></li>
84+
<li><a href="/support/" class="footer-brutal__link">Contact</a></li>
85+
</ul>
86+
</div>
87+
88+
<div>
89+
<h3 class="footer-brutal__section-title">Resources</h3>
90+
<ul class="footer-brutal__links">
91+
<li><a href="/support/" class="footer-brutal__link">Documentation</a></li>
92+
<li><a href="/security/" class="footer-brutal__link">Security</a></li>
93+
<li><a href="/opensource/" class="footer-brutal__link">Open Source</a></li>
94+
</ul>
95+
</div>
96+
</div>
97+
98+
<div class="footer-brutal__bottom">
99+
<div class="footer-brutal__bottom-content">
100+
<p class="footer-brutal__copyright">
101+
© 2025 codeGROOVE. All rights reserved.
102+
</p>
103+
<div class="footer-brutal__bottom-links">
104+
<a href="#" class="footer-brutal__bottom-link">Privacy Policy</a>
105+
<a href="#" class="footer-brutal__bottom-link">Terms of Service</a>
106+
</div>
107+
</div>
108+
</div>
109+
</div>
110+
</div>
111+
</footer>
112+
53113
<script>
54114
(function() {
55115
const hamburger = document.querySelector('.nav-hamburger');

src/about/index.njk

Lines changed: 73 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -3,52 +3,88 @@ layout: base.njk
33
title: About
44
---
55

6-
<section class="content-hero">
7-
<img src="/assets/hero-bg.jpg" alt="Abstract technical background pattern" class="content-hero-bg" />
8-
9-
<div class="content-hero-inner">
10-
<h1>ABOUT</h1>
11-
<p class="about-mission">We eliminate code review latency. Enterprise-grade tools. Startup speed.</p>
12-
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>
18-
</div>
19-
</div>
6+
<section class="about-hero">
7+
<div class="about-hero__container">
8+
<h1 class="about-hero__title">ABOUT</h1>
9+
<p class="about-hero__subtitle">Enterprise grade, startup speed.</p>
10+
</div>
11+
</section>
2012

21-
<h2>FOUNDER</h2>
13+
<section class="about-story">
14+
<div class="about-story__container">
15+
<div class="about-story__grid">
16+
<div class="about-story__card about-story__card--white">
17+
<div class="about-story__header">
18+
<img src="/assets/goose-lab-techs.webp" alt="Origin story" class="about-story__image">
19+
<h2 class="about-story__title">STARTED AT GOOGLE. FINISHED HERE.</h2>
20+
</div>
21+
<p class="about-story__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" class="about-story__link">Triage Party</a> (used by Kubernetes), the more difficult parts needed more time to percolate. It's time is now.</p>
22+
</div>
2223

23-
<div class="card card--flex card--compact">
24-
<img src="/assets/tstromberg.jpg" alt="Thomas Stromberg" class="founder-portrait" />
25-
<div class="founder-bio">
26-
<p><strong>Thomas Stromberg</strong> — 30 years in open source. Engineering leader at Google and Equinix, Director of Security at Chainguard. Technical lead for minikube (millions of downloads), created <a href="https://github.com/google/triage-party">Triage Party</a> for Kubernetes, and <a href="https://github.com/chainguard-dev/malcontent">malcontent</a> for supply chain security.</p>
27-
<p>Founded codeGROOVE to solve the code review latency problem that costs engineering teams days of productivity every week.</p>
28-
<p><a href="https://www.linkedin.com/in/thomas-str%C3%B6mberg-9977261/">LinkedIn</a></p>
24+
<div class="about-story__card about-story__card--yellow">
25+
<div class="about-story__founder-header">
26+
<img src="/assets/tstromberg.webp" alt="Thomas Stromberg" class="about-story__founder-image">
27+
<div>
28+
<h2 class="about-story__founder-label">FOUNDER</h2>
29+
<p class="about-story__founder-name">Thomas Stromberg</p>
30+
</div>
31+
</div>
32+
<p class="about-story__founder-bio">30 years in open source. Engineering leader at Google and Equinix, Director of Security at Chainguard. Technical lead for minikube (millions of downloads), created <a href="https://github.com/google/triage-party" class="about-story__link">Triage Party</a> for Kubernetes, and <a href="https://github.com/chainguard-dev/malcontent" class="about-story__link">malcontent</a> for supply chain security.</p>
33+
<a href="https://www.linkedin.com/in/thomas-str%C3%B6mberg-9977261/" target="_blank" rel="noopener noreferrer" class="about-story__linkedin">
34+
<i class="ri-linkedin-fill"></i>
35+
LinkedIn
36+
</a>
2937
</div>
3038
</div>
39+
</div>
40+
</section>
3141

32-
<h2>PRINCIPLES</h2>
42+
<section class="about-principles">
43+
<div class="about-principles__container">
44+
<h2 class="about-principles__title">PRINCIPLES</h2>
45+
<div class="about-principles__grid">
46+
<div class="about-principles__card about-principles__card--yellow">
47+
<div class="about-principles__icon">
48+
<i class="ri-shield-check-fill"></i>
49+
</div>
50+
<h3 class="about-principles__card-title">Security First</h3>
51+
<p class="about-principles__card-text">OAuth-only authentication. No persistent access tokens. Your code stays with GitHub.</p>
52+
</div>
3353

34-
<div class="about-principles">
35-
<ul class="about-principles-list">
36-
<li><strong>Security First</strong> OAuth-only authentication. No persistent access tokens. Your code stays with GitHub.</li>
37-
<li><strong>Developer Focused</strong> Built by developers who've felt the pain of slow reviews at scale.</li>
38-
<li><strong>Open Source Friendly</strong> Free tier for public repositories. We believe in giving back.</li>
39-
<li><strong>Sustainably Bootstrapped</strong> No VC pressure. Building for the long term, not the exit.</li>
40-
</ul>
41-
</div>
54+
<div class="about-principles__card about-principles__card--white">
55+
<div class="about-principles__icon">
56+
<i class="ri-code-s-slash-fill"></i>
57+
</div>
58+
<h3 class="about-principles__card-title">Developer Focused</h3>
59+
<p class="about-principles__card-text">Built by developers who've felt the pain of slow reviews at scale.</p>
60+
</div>
61+
62+
<div class="about-principles__card about-principles__card--white">
63+
<div class="about-principles__icon">
64+
<i class="ri-open-source-fill"></i>
65+
</div>
66+
<h3 class="about-principles__card-title">Open Source Friendly</h3>
67+
<p class="about-principles__card-text">Free tier for public repositories. We believe in giving back.</p>
68+
</div>
4269

43-
<div class="about-contact-section">
44-
<h2>LET'S TALK</h2>
45-
<p>Want to discuss how Ready to Review can help your team?</p>
46-
<div class="about-contact-links">
47-
<a href="#" class="cta-button cta-button--yellow" id="email-contact" data-email-prefix="lets-connect">Email us</a>
48-
<a href="https://calendar.app.google/TbQmeX8iWnvx6Ci89" class="cta-button">Book a call</a>
70+
<div class="about-principles__card about-principles__card--yellow">
71+
<div class="about-principles__icon">
72+
<i class="ri-plant-fill"></i>
73+
</div>
74+
<h3 class="about-principles__card-title">Sustainably Bootstrapped</h3>
75+
<p class="about-principles__card-text">No VC pressure. Building for the long term, not the exit.</p>
4976
</div>
5077
</div>
5178
</div>
5279
</section>
5380

54-
<script src="/assets/js/contact.js"></script>
81+
<section class="about-contact">
82+
<div class="about-contact__container">
83+
<h2 class="about-contact__title">LET'S TALK</h2>
84+
<p class="about-contact__text">Want to discuss how Ready to Review can help your team?</p>
85+
<div class="about-contact__buttons">
86+
<a href="mailto:[email protected]" class="about-contact__button about-contact__button--primary">Email us</a>
87+
<a href="https://calendar.app.google/TbQmeX8iWnvx6Ci89" target="_blank" rel="noopener noreferrer" class="about-contact__button about-contact__button--secondary">Book a call</a>
88+
</div>
89+
</div>
90+
</section>

0 commit comments

Comments
 (0)