Skip to content

Commit 7417555

Browse files
committed
better security page
1 parent 10e0440 commit 7417555

File tree

5 files changed

+34
-65
lines changed

5 files changed

+34
-65
lines changed

src/_layouts/base.njk

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
<span class="brand-name">codeGROOVE</span>
2323
</a>
2424
<ul class="nav-menu" id="nav-menu" role="navigation" aria-label="Main navigation">
25-
<li><a href="/" {% if page.url == '/' %}class="active" aria-current="page"{% endif %}>Home</a></li>
26-
<li><a href="/products/" {% if page.url == '/products/' %}class="active" aria-current="page"{% endif %}>Ready to Review</a></li>
25+
<li><a href="/products/" {% if page.url == '/products/' %}class="active" aria-current="page"{% endif %}>Products</a></li>
2726
<li><a href="/open-source/" {% if page.url == '/open-source/' %}class="active" aria-current="page"{% endif %}>Open Source</a></li>
2827
<li><a href="/security/" {% if page.url == '/security/' %}class="active" aria-current="page"{% endif %}>Security</a></li>
2928
<li><a href="/about/" {% if page.url == '/about/' %}class="active" aria-current="page"{% endif %}>About</a></li>
@@ -48,7 +47,7 @@
4847
<div class="footer-content" style="text-align: center; grid-template-columns: 1fr;">
4948
<div>
5049
<p style="font-size: 0.875rem; margin-bottom: 1rem;">
51-
<a href="/products/">Ready to Review</a> ·
50+
<a href="/products/">Products</a> ·
5251
<a href="/open-source/">Open Source</a> ·
5352
<a href="/about/">About</a> ·
5453
<a href="/blog/">Blog</a> ·

src/index.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: Great tools amplify human capability without getting in the way. We
88
<div class="container">
99
<div class="hero-content">
1010
<div class="hero-text">
11-
<h1>Developer tools that bring back the joy of coding.</h1>
11+
<h1>Bring the joy back to coding.</h1>
1212
<p class="tagline">Code review and collaboration tools that make shipping feel like jamming with your favorite band.</p>
1313
<p style="font-size: 1.125rem; margin: 2rem 0; color: var(--color-gray-dark);">
1414
Out-ship your competition with joy and intent. Because coding should be fun, collaborative, and fast.

src/open-source.njk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,25 @@ 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-
Built transparently because many eyeballs make all bugs shallow—but only when those eyes can comprehend what they're seeing.
17+
On a long enough timeline, open-source always wins. No single company can compete with millions of engineers worldwide.
1818
</p>
1919

2020
<div class="feature-grid mt-4">
2121
<div class="card groove-card">
2222
<h3>🚀 For Contributors</h3>
23-
<p>Fix that annoying bug. Add that missing feature. Your contributions ship to production, not into a black hole. Integrate with your existing CI/CD workflows.</p>
23+
<p>Ship real fixes to real users. Your code matters here.</p>
2424
</div>
2525
<div class="card groove-card">
2626
<h3>🏢 For Enterprises</h3>
27-
<p>Complete source code access for security audits. Deploy in air-gapped environments. Customize to match your compliance requirements.</p>
27+
<p>Security through transparency. Deploy anywhere. Customize everything.</p>
2828
</div>
2929
<div class="card groove-card">
3030
<h3>🛡️ For Open Source Projects</h3>
31-
<p>No more commercial tools pulling the rug out with license changes. Fork and self-host if needed. Community governance where your voice matters.</p>
31+
<p>Companies perish. Communities persist. Your tools outlive their creators.</p>
3232
</div>
3333
<div class="card groove-card">
3434
<h3>🔍 For Everyone</h3>
35-
<p>Debug that weird edge case by reading the source. Learn from battle-tested code. Trust what you can verify. Tools that outlive their creators.</p>
35+
<p>Better docs. Better code. Better tools. Open-source forces excellence.</p>
3636
</div>
3737
</div>
3838

src/products.njk

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,11 @@ description: Real-time code reviews that preserve your flow state. Friendly robo
3939
</div>
4040

4141
<div style="margin: 60px 0;">
42-
<p style="font-size: 1.6rem; font-weight: bold; margin-bottom: 10px;">
43-
<span style="background: var(--color-primary); padding: 5px 15px; border: 3px solid var(--color-secondary); display: inline-block; transform: skew(-2deg);">
44-
Coming Soon
42+
<p style="font-size: 1.3rem; margin-bottom: 40px;">
43+
<span style="background: var(--color-primary); padding: 8px 20px; border: 3px solid var(--color-secondary); display: inline-block; transform: skew(-2deg);">
44+
Coming Soon: Be the first to experience the future of code review
4545
</span>
4646
</p>
47-
<p style="font-size: 1.2rem; margin-bottom: 40px;">
48-
Be the first to experience the future of code review.
49-
</p>
5047

5148
<a href="#" class="cta-button" onclick="sendEmail(); return false;">
5249
Join Early Access

src/security.njk

Lines changed: 23 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -6,70 +6,43 @@ description: Security that amplifies your development without getting in the way
66

77
<section class="page-header">
88
<div class="container">
9-
<h1>Security In Harmony</h1>
10-
<p class="tagline">Protection that doesn't break your flow</p>
9+
<h1>Security</h1>
10+
<p class="tagline">Ship fast. Stay secure.</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.5rem; line-height: 1.8; text-align: center; margin-bottom: 3rem; color: var(--color-accent);">
17-
Great security doesn't slow you down—it lets you ship with confidence.
16+
<p style="font-size: 1.25rem; line-height: 1.8; text-align: center; color: var(--color-gray); margin-bottom: 3rem;">
17+
Simple is secure. Complex systems breed bugs. Security isn't a feature—it's how we build.
1818
</p>
1919

20-
<p style="font-size: 1.25rem; line-height: 1.8; margin-bottom: 3rem;">
21-
We've spent years navigating SOC 2, ISO 27001, and enterprise security requirements. We learned that <strong>simplicity scales, complexity breeds insecurity</strong>. Transparent architectures reveal bugs faster. Lean systems perform predictably. Fewer dependencies mean fewer vulnerabilities.
22-
</p>
23-
24-
<p style="font-size: 1.125rem; line-height: 1.8; margin-bottom: 3rem;">
25-
This isn't ideology—it's what we've observed across thousands of projects. Many eyeballs make all bugs shallow, but only when those eyes can actually comprehend what they're seeing.
26-
</p>
27-
28-
<div class="groove-card" style="margin-bottom: 3rem;">
29-
<h2 style="color: var(--color-secondary); margin-bottom: 1.5rem;">🛡️ Found Something? Let's Fix It Together</h2>
30-
<p style="margin: 1.5rem 0; font-size: 1.125rem;">We believe in transparent security. If you've discovered a vulnerability, we want to hear from you—and we'll work with you to fix it fast.</p>
31-
<div style="display: grid; gap: 1rem; margin-top: 2rem;">
32-
<p><strong>Report vulnerabilities:</strong> <a href="https://github.com/codeGROOVE-dev/vulnerability-reports" style="color: var(--color-secondary); font-weight: bold;">github.com/codeGROOVE-dev/vulnerability-reports</a></p>
33-
<p><strong>Urgent? Signal us:</strong> <a href="sgnl://signal.me/#p/+16786080428" style="background: var(--color-white); padding: 0.5rem 1rem; border-radius: 4px; color: var(--color-secondary); text-decoration: none; font-family: monospace; display: inline-block;">+1 678-608-0428</a></p>
34-
<p style="margin-top: 0.5rem; color: var(--color-gray);">Also available in <a href="/.well-known/security.txt">security.txt</a> for automated tools</p>
35-
</div>
36-
</div>
37-
38-
<h2 style="text-align: center; margin: 3rem 0 2rem; font-size: 2rem;">Our Security Rhythm</h2>
39-
<div class="funk-divider"></div>
4020

41-
<div class="feature-grid" style="margin-top: 3rem;">
42-
<div class="groove-card">
43-
<h3>🎸 Simple = Secure</h3>
44-
<p>Complex platforms create new problems. Our tools work like instruments—you already know how to play them. No mysterious black boxes, no vendor lock-in, just tools that do what they say.</p>
21+
<div class="feature-grid mt-4">
22+
<div class="card groove-card">
23+
<h3>🔒 For Your Code</h3>
24+
<p>Less complexity. Fewer bugs. More confidence.</p>
4525
</div>
46-
<div class="groove-card">
47-
<h3>🥁 Minimal Surface, Maximum Protection</h3>
48-
<p>We only store what's absolutely necessary for your workflow. Less data means less risk, and more time for you to focus on building instead of worrying.</p>
26+
<div class="card groove-card">
27+
<h3>🏢 For Enterprises</h3>
28+
<p>SOC 2. ISO 27001. Air-gapped. We speak compliance.</p>
4929
</div>
50-
<div class="groove-card">
51-
<h3>🎹 Transparent by Design</h3>
52-
<p>Open architectures let your security team actually understand what's happening. When everyone can see the code, vulnerabilities get spotted and fixed faster.</p>
30+
<div class="card groove-card">
31+
<h3>🛡️ For Your Data</h3>
32+
<p>Minimal storage. Maximum protection. Zero surprises.</p>
5333
</div>
54-
<div class="groove-card">
55-
<h3>🎵 Continuous Improvement</h3>
56-
<p>Security isn't a feature you ship once—it's a practice. We patch fast, communicate clearly, and keep your tools secure without disrupting your flow.</p>
34+
<div class="card groove-card">
35+
<h3>🚀 For Your Team</h3>
36+
<p>Security that ships. No bureaucracy. Just protection.</p>
5737
</div>
5838
</div>
5939

60-
<div style="background: #f8f8f8; padding: 2rem; border-radius: 8px; margin: 3rem 0;">
61-
<h3 style="color: var(--color-secondary); margin-bottom: 1rem;">🔒 Compliance Without the Bureaucracy</h3>
62-
<p style="font-size: 1.125rem; line-height: 1.8;">
63-
We've danced with SOC 2, waltzed through ISO 27001, and jammed with enterprise security teams. We know the compliance game—and we've built our tools to help you win it without losing your soul.
64-
</p>
65-
<p style="font-size: 1.125rem; line-height: 1.8; margin-bottom: 0;">
66-
Automated enforcement, smart exceptions, clear audit trails. Stay compliant while staying human.
67-
</p>
68-
</div>
6940

70-
<p style="font-size: 1.25rem; text-align: center; margin-top: 3rem; font-weight: 600; color: var(--color-accent);">
71-
Security that amplifies your capability without getting in the way.<br>
72-
<span style="font-size: 1rem; color: var(--color-gray); font-weight: normal;">That's the codeGROOVE promise.</span>
73-
</p>
41+
<div style="background: var(--color-gray-light); padding: 2rem; border-radius: 8px; margin: 3rem 0; text-align: center;">
42+
<h3 style="margin-bottom: 1rem;">🎵 Found a vulnerability?</h3>
43+
<p style="margin-bottom: 1.5rem;">Let's fix it together. Fast response, clear communication.</p>
44+
<a href="https://github.com/codeGROOVE-dev/vulnerability-reports" class="cta-button">Report a Vulnerability</a>
45+
<p style="margin-top: 1rem; font-size: 0.875rem; color: var(--color-gray);">Urgent? Signal: +1 678-608-0428</p>
46+
</div>
7447
</div>
7548
</section>

0 commit comments

Comments
 (0)