Skip to content

Commit 6a800d2

Browse files
committed
welp, I guess that's that
1 parent b7c6c54 commit 6a800d2

File tree

8 files changed

+28
-32
lines changed

8 files changed

+28
-32
lines changed

src/_layouts/base.njk

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>{{ title }} - codeGROOVE</title>
77
<meta name="description" content="{{ description }}">
8+
<link rel="preconnect" href="https://fonts.googleapis.com">
9+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10+
<link href="https://fonts.googleapis.com/css2?family=Ojuju:wght@200;300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap" rel="stylesheet">
811
<link rel="stylesheet" href="/css/main.css">
912
<link rel="icon" type="image/png" href="/media/logo.png">
1013
<link rel="alternate" type="application/atom+xml" title="codeGROOVE Blog" href="/feed.xml">
@@ -19,11 +22,11 @@
1922
<span class="brand-name">codeGROOVE</span>
2023
</a>
2124
<ul class="nav-menu">
22-
<li><a href="/about/" {% if page.url == '/about/' %}class="active"{% endif %}>About</a></li>
23-
<li><a href="/products/" {% if page.url == '/products/' %}class="active"{% endif %}>Products</a></li>
24-
<li><a href="/blog/" {% if page.url.startsWith('/blog/') %}class="active"{% endif %}>Blog</a></li>
25+
<li><a href="/" {% if page.url == '/' %}class="active"{% endif %}>Home</a></li>
26+
<li><a href="/products/" {% if page.url == '/products/' %}class="active"{% endif %}>Ready to Review</a></li>
2527
<li><a href="/open-source/" {% if page.url == '/open-source/' %}class="active"{% endif %}>Open Source</a></li>
2628
<li><a href="/security/" {% if page.url == '/security/' %}class="active"{% endif %}>Security</a></li>
29+
<li><a href="/about/" {% if page.url == '/about/' %}class="active"{% endif %}>About</a></li>
2730
<li><a href="/contact/" {% if page.url == '/contact/' %}class="active"{% endif %}>Contact</a></li>
2831
</ul>
2932
<button class="nav-toggle" aria-label="Toggle navigation">
@@ -44,10 +47,10 @@
4447
<div class="footer-content" style="text-align: center; grid-template-columns: 1fr;">
4548
<div>
4649
<p style="font-size: 0.875rem; margin-bottom: 1rem;">
50+
<a href="/products/">Ready to Review</a> ·
51+
<a href="/open-source/">Open Source</a> ·
4752
<a href="/about/">About</a> ·
48-
<a href="/products/">Products</a> ·
4953
<a href="/blog/">Blog</a> ·
50-
<a href="/open-source/">Open Source</a> ·
5154
<a href="/security/">Security</a> ·
5255
<a href="/contact/">Contact</a>
5356
</p>

src/_layouts/post.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ layout: base.njk
2727
<div class="highlight-box text-center">
2828
<h3>Ready to out-ship your competition?</h3>
2929
<p>Let's discuss how codeGROOVE can transform your development velocity.</p>
30-
<a href="#" class="cta-button-small mt-2" onclick="sendEmail(); return false;">Get in Touch</a>
30+
<a href="#" class="cta-button-small mt-2" onclick="sendEmail(); return false;">Join Early Access</a>
3131
</div>
3232

3333
<div class="mt-4 text-center">

src/about.njk

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,29 +38,29 @@ description: codeGROOVE builds developer tools that respect your flow.
3838
<h2 style="font-size: 1.75rem; margin-bottom: 1.5rem;">Here's What We Believe</h2>
3939

4040
<p style="font-size: 1.125rem; line-height: 1.8; margin-bottom: 1.5rem;">
41-
<strong>🚀 Small teams are the future.</strong><br>
41+
<strong>Small teams are the future.</strong><br>
4242
AI is letting solo devs and tiny teams build what used to take armies. We're here for it.
4343
</p>
4444

4545
<p style="font-size: 1.125rem; line-height: 1.8; margin-bottom: 1.5rem;">
46-
<strong>🌍 Great ideas come from everywhere.</strong><br>
46+
<strong>Great ideas come from everywhere.</strong><br>
4747
The next breakthrough won't care if you're using Rust or COBOL. We build tools that work wherever innovation happens.
4848
</p>
4949

5050
<p style="font-size: 1.125rem; line-height: 1.8;">
51-
<strong>Simple beats clever every time.</strong><br>
51+
<strong>Simple beats clever every time.</strong><br>
5252
Complex systems create bugs, vulnerabilities, and 3am debugging sessions. We choose boring technology that just works.
5353
</p>
5454
</div>
5555

5656
<div style="text-align: center; padding: 3rem 0;">
5757
<h2 style="font-size: 2rem; margin-bottom: 1rem;">
58-
Ready to Out-ship Your Competition?
58+
Ready to Amplify Your Capability?
5959
</h2>
6060
<p style="font-size: 1.25rem; margin-bottom: 2rem; color: var(--color-gray);">
61-
Let's build something amazing together.
61+
Let's save your most valuable resource—time—so you can focus on problems worth solving.
6262
</p>
63-
<a href="/contact/" class="cta-button">Start the Conversation</a>
63+
<a href="/contact/" class="cta-button">Contact Us</a>
6464
</div>
6565
</div>
6666
</section>

src/contact.njk

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,13 @@ description: Get in touch with the codeGROOVE team.
1414
<section class="container">
1515
<div class="content-section text-center" style="max-width: 600px; margin: 0 auto;">
1616
<p style="font-size: 1.25rem; line-height: 1.8; margin-bottom: 3rem;">
17-
Ready to out-ship your competition? Let's discuss how codeGROOVE can transform your development velocity.
17+
Ready to find your groove? Let's discuss how we can help you focus on problems worth solving.
1818
</p>
1919

2020
<a href="#" class="cta-button" onclick="sendEmail(); return false;">Get in Touch</a>
2121

2222
<div class="mt-4">
2323
<p style="color: var(--color-gray);">We typically respond within 24-48 hours.</p>
2424
</div>
25-
26-
<div class="feature-grid mt-4">
27-
<div class="card">
28-
<h3>Security</h3>
29-
<p>For security issues, see our <a href="/security/">security page</a>.</p>
30-
</div>
31-
<div class="card">
32-
<h3>Open Source</h3>
33-
<p>For OSS questions, visit our <a href="/open-source/">open source page</a>.</p>
34-
</div>
35-
</div>
3625
</div>
3726
</section>

src/js/main.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ function sendEmail() {
3030
const parts = ["ohai", "codegroove", "dev"];
3131
const email = parts[0] + "@" + parts[1] + "." + parts[2];
3232

33-
const subject = "Let's talk about making dev life better";
34-
const body = "Hi codeGROOVE team,\n\nI'm interested in learning how we can reduce our push-to-merge cycle time from 4 days to 3.5 hours and bring back the fun to software development.\n\nThanks!";
33+
const subject = "Early Access Request - CodeGroove";
34+
const body = "Hi codeGROOVE team,\n\nI'm interested in getting early access to your developer tools.\n\nThanks!";
3535

3636
const mailtoLink = "mailto:" + email + "?subject=" + encodeURIComponent(subject) + "&body=" + encodeURIComponent(body);
3737

@@ -75,10 +75,10 @@ function showPopup(email, mailtoLink) {
7575

7676
popup.innerHTML = `
7777
<h3 style="font-family: var(--font-primary); font-size: 2rem; font-weight: 700; margin-bottom: 20px; color: var(--color-secondary);">
78-
Let's Talk
78+
Join Early Access
7979
</h3>
8080
<p style="font-size: 1.1rem; line-height: 1.6; margin-bottom: 25px; color: var(--color-secondary);">
81-
Email us at <a href="${mailtoLink}" style="color: var(--color-secondary); font-weight: bold;">${email}</a> to learn how we can help you ship faster and have more fun doing it.
81+
Contact us at <a href="${mailtoLink}" style="color: var(--color-secondary); font-weight: bold;">${email}</a> and we'll give you first access to tools that will change how your team ships code.
8282
</p>
8383
<button onclick="closePopup()" class="cta-button-small" style="
8484
background: var(--color-white);

src/open-source.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: Real tools for real developers. Always open, always free.
1414
<section class="container">
1515
<div class="content-section" style="max-width: 800px; margin: 0 auto;">
1616
<p style="font-size: 1.25rem; line-height: 1.8; text-align: center; color: var(--color-gray); margin-bottom: 3rem;">
17-
Everything we've built stands on the shoulders of open source giants. Our tools are our way of giving back to the community that built us.
17+
Built transparently because many eyeballs make all bugs shallow—but only when those eyes can comprehend what they're seeing.
1818
</p>
1919

2020
<div class="feature-grid mt-4">
@@ -37,7 +37,7 @@ description: Real tools for real developers. Always open, always free.
3737
</div>
3838

3939
<div class="text-center" style="margin-top: 3rem;">
40-
<a href="#" class="cta-button" onclick="sendEmail(); return false;">Join the Waitlist</a>
40+
<a href="#" class="cta-button" onclick="sendEmail(); return false;">Join Early Access</a>
4141
</div>
4242
</div>
4343
</section>

src/products.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ description: Developer tools designed to help you ship better software, faster.
1515
<div class="content-section text-center" style="max-width: 600px; margin: 0 auto;">
1616
<h2>Ready to Review</h2>
1717
<p style="font-size: 1.25rem; line-height: 1.8; color: var(--color-gray); margin: 2rem 0;">
18-
Developer Acceleration Platform: where humans and bots come together in beautiful harmony.
18+
Code review that gets out of the way. Making the simple path the obvious path.
1919
</p>
2020

2121
<p style="font-size: 1.125rem; margin-bottom: 3rem;">
2222
Coming soon.
2323
</p>
2424

25-
<a href="#" class="cta-button" onclick="sendEmail(); return false;">Get in Touch</a>
25+
<a href="#" class="cta-button" onclick="sendEmail(); return false;">Join Early Access</a>
2626
</div>
2727
</section>

src/security.njk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ description: Security is at the core of everything we do at codeGROOVE.
3838
<h3>Transparent Security</h3>
3939
<p>Simple systems are easier to audit and understand.</p>
4040
</div>
41+
<div class="card text-center">
42+
<h3>Regular Updates</h3>
43+
<p>Continuous security improvements and timely vulnerability patching.</p>
44+
</div>
4145
</div>
4246

4347
</div>

0 commit comments

Comments
 (0)