Skip to content

Commit b2532b4

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
refactor the about page
1 parent 8920261 commit b2532b4

File tree

3 files changed

+165
-326
lines changed

3 files changed

+165
-326
lines changed

src/about/index.njk

Lines changed: 16 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -6,73 +6,31 @@ title: About
66
<section class="about-hero">
77
<div class="about-hero__container">
88
<h1 class="about-hero__title">About us</h1>
9-
<p class="about-hero__subtitle">We make tools we'd want to use ourselves.</p>
9+
<p class="about-hero__subtitle">An independent software publisher focused on open-source productivity and security tooling.</p>
1010
</div>
1111
</section>
1212

1313
<section class="about-story">
1414
<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">reviewGOOSE 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. Its time is now.</p>
22-
</div>
23-
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>
37-
</div>
15+
<div class="about-story__content">
16+
<p>We build developer productivity and security tools. We take on custom engineering contracts. We're bootstrapped, profitable, and <a href="/opensource/">committed to open source</a>.</p>
17+
<p>No VC runway to burn. No pressure to chase exits. Built to last.</p>
18+
<p>reviewGOOSE started as an internal prototype at Google. Some ideas shipped as <a href="https://github.com/google/triage-party">Triage Party</a> (used by Kubernetes). The rest needed a company.</p>
3819
</div>
3920
</div>
4021
</section>
4122

42-
<section class="about-principles">
43-
<div class="about-principles__container">
44-
<h2 class="about-principles__title">What we believe</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>
53-
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>
69-
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>
23+
<section class="about-founder">
24+
<div class="about-founder__container">
25+
<div class="about-founder__card">
26+
<img src="/assets/tstromberg.webp" alt="Thomas Stromberg" class="about-founder__image">
27+
<div class="about-founder__info">
28+
<h2 class="about-founder__name">Thomas Stromberg</h2>
29+
<p class="about-founder__title">Founder</p>
30+
<p class="about-founder__bio">3 decades in open-source automation and security. Founded security at Chainguard (seed → $3B valuation). Tech lead for minikube at Google. Created <a href="https://github.com/chainguard-dev/malcontent">malcontent</a>, <a href="https://github.com/google/triage-party">Triage Party</a>, and <a href="https://github.com/chainguard-dev/osquery-defense-kit">osquery-defense-kit</a>.</p>
31+
<a href="https://www.linkedin.com/in/thomrstrom/" target="_blank" rel="noopener noreferrer" class="about-founder__linkedin">
32+
<i class="ri-linkedin-fill"></i> LinkedIn
33+
</a>
7634
</div>
7735
</div>
7836
</div>

0 commit comments

Comments
 (0)