Skip to content

Commit db51de1

Browse files
committed
better about page
1 parent 0211e3b commit db51de1

File tree

2 files changed

+47
-35
lines changed

2 files changed

+47
-35
lines changed

src/about.njk

Lines changed: 43 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -6,53 +6,61 @@ description: codeGROOVE builds developer tools that respect your flow.
66

77
<section class="page-header">
88
<div class="container">
9-
<h1>About</h1>
10-
<p class="tagline">Building tools that respect developers.</p>
9+
<h1>About codeGROOVE</h1>
10+
<p class="tagline">Building tools that actually get out of your way.</p>
1111
</div>
1212
</section>
1313

1414
<section class="container">
1515
<div class="content-section" style="max-width: 800px; margin: 0 auto;">
16-
<p style="font-size: 1.25rem; line-height: 1.8;">
17-
We're developers who got tired of fighting our tools. So we're building better ones.
16+
<p style="font-size: 1.5rem; line-height: 1.8; font-weight: 500; margin-bottom: 2rem;">
17+
Remember the last time a tool just... worked? No 47-step setup. No fighting with configs. Just you, your code, and that sweet flow state.
1818
</p>
1919

20-
<p style="font-size: 1.25rem; line-height: 1.8; margin-top: 2rem;">
21-
Tools that eliminate context switching. Tools that respect your workflow. Tools that let you stay in flow state and ship great software.
20+
<p style="font-size: 1.25rem; line-height: 1.8; margin-bottom: 3rem;">
21+
That's what we're chasing at codeGROOVE. Because after scaling datacenter automation at Google, leading teams at Equinix, and founding the security team at Chainguard, we've seen enough tool-induced suffering to last several lifetimes.
2222
</p>
2323

24-
<h2 style="margin-top: 4rem;">Our Principles</h2>
25-
26-
<div class="feature-grid mt-3">
27-
<div class="card">
28-
<h3>Developer First</h3>
29-
<p>If it doesn't make your life easier, we don't build it.</p>
30-
</div>
31-
<div class="card">
32-
<h3>Simplicity is Security</h3>
33-
<p>Fewer dependencies, simpler architecture. Easier to secure, easier to maintain.</p>
34-
</div>
35-
<div class="card">
36-
<h3>Automate the Mundane</h3>
37-
<p>Don't feed the machine with human blood. If it can be automated, do so rather than needlessly requiring human involvement.</p>
38-
</div>
39-
<div class="card">
40-
<h3>Open by Default</h3>
41-
<p>Open source isn't just code. It's how we work.</p>
42-
</div>
43-
<div class="card">
44-
<h3>Degrade Gracefully</h3>
45-
<p>Former Google SREs who know how to deploy ultra-reliable infrastructure that fails gracefully and gradually.</p>
46-
</div>
47-
<div class="card">
48-
<h3>Privacy Matters</h3>
49-
<p>Your code, your data, your choice. Always.</p>
24+
<div style="display: flex; align-items: center; gap: 3rem; margin-bottom: 3rem; flex-wrap: wrap;">
25+
<img src="/media/founder.jpg" alt="Thomas Stromberg" style="width: 200px; height: 200px; border-radius: 50%; object-fit: cover;">
26+
<div style="flex: 1; min-width: 300px;">
27+
<h2 style="margin-bottom: 1rem;">Hi, I'm Thomas</h2>
28+
<p style="font-size: 1.125rem; line-height: 1.8;">
29+
I've spent 30 years in open source, contributing to projects you probably use daily (Kubernetes, Firefox, FreeBSD). Built some tools too—Triage Party, malcontent—because sometimes you need to scratch your own itch.
30+
</p>
31+
<p style="font-size: 1.125rem; line-height: 1.8; margin-top: 1rem;">
32+
Now I'm on a mission: help every developer ship like they're on the world's best team. No friction. No nonsense. Just pure productivity.
33+
</p>
5034
</div>
5135
</div>
5236

53-
<div class="text-center" style="margin-top: 4rem;">
54-
<p style="font-size: 1.125rem; color: var(--color-gray);">Ready to ship 90% faster?</p>
55-
<a href="/contact/" class="cta-button mt-2">Get in Touch</a>
37+
<div style="background: var(--card-bg); border-radius: 16px; padding: 2.5rem; margin-bottom: 3rem;">
38+
<h2 style="font-size: 1.75rem; margin-bottom: 1.5rem;">Here's What We Believe</h2>
39+
40+
<p style="font-size: 1.125rem; line-height: 1.8; margin-bottom: 1.5rem;">
41+
<strong>🚀 Small teams are the future.</strong><br>
42+
AI is letting solo devs and tiny teams build what used to take armies. We're here for it.
43+
</p>
44+
45+
<p style="font-size: 1.125rem; line-height: 1.8; margin-bottom: 1.5rem;">
46+
<strong>🌍 Great ideas come from everywhere.</strong><br>
47+
The next breakthrough won't care if you're using Rust or COBOL. We build tools that work wherever innovation happens.
48+
</p>
49+
50+
<p style="font-size: 1.125rem; line-height: 1.8;">
51+
<strong>✨ Simple beats clever every time.</strong><br>
52+
Complex systems create bugs, vulnerabilities, and 3am debugging sessions. We choose boring technology that just works.
53+
</p>
54+
</div>
55+
56+
<div style="text-align: center; padding: 3rem 0;">
57+
<h2 style="font-size: 2rem; margin-bottom: 1rem;">
58+
Ready to Ship 90% Faster?
59+
</h2>
60+
<p style="font-size: 1.25rem; margin-bottom: 2rem; color: var(--color-gray);">
61+
Let's build something amazing together.
62+
</p>
63+
<a href="/contact/" class="cta-button">Start the Conversation</a>
5664
</div>
5765
</div>
5866
</section>

src/products.njk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ description: Developer tools designed to help you ship better software, faster.
3737
<h3>Enterprise Velocity</h3>
3838
<p>Ship 90% faster without sacrificing security or compliance.</p>
3939
</div>
40+
<div class="card">
41+
<h3>Ready to Review</h3>
42+
<p>Coming soon.</p>
43+
</div>
4044
</div>
4145
</div>
4246
</section>

0 commit comments

Comments
 (0)