Skip to content

Commit 8920261

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
more rebranding work
1 parent 208bd3c commit 8920261

File tree

5 files changed

+132
-40
lines changed

5 files changed

+132
-40
lines changed

src/assets/css/style.css

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4796,6 +4796,74 @@ hr.text-separator {
47964796
}
47974797
}
47984798

4799+
/* Open Source Pledge Section */
4800+
.opensource-pledge {
4801+
padding: calc(var(--space) * 8) calc(var(--space) * 3);
4802+
background: var(--yellow);
4803+
}
4804+
4805+
@media (min-width: 1024px) {
4806+
.opensource-pledge {
4807+
padding: calc(var(--space) * 8) calc(var(--space) * 6);
4808+
}
4809+
}
4810+
4811+
.opensource-pledge__container {
4812+
max-width: var(--max-width);
4813+
margin: 0 auto;
4814+
}
4815+
4816+
.opensource-pledge__title {
4817+
font-size: clamp(24px, 3vw, 32px);
4818+
font-weight: 900;
4819+
margin-bottom: calc(var(--space) * 4);
4820+
text-transform: uppercase;
4821+
}
4822+
4823+
.opensource-pledge__grid {
4824+
display: grid;
4825+
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
4826+
gap: calc(var(--space) * 3);
4827+
margin-bottom: calc(var(--space) * 4);
4828+
}
4829+
4830+
.opensource-pledge__item {
4831+
background: var(--white);
4832+
border: 3px solid var(--black);
4833+
padding: calc(var(--space) * 3);
4834+
}
4835+
4836+
.opensource-pledge__item-title {
4837+
font-size: 18px;
4838+
font-weight: 900;
4839+
margin-bottom: calc(var(--space) * 1);
4840+
text-transform: uppercase;
4841+
}
4842+
4843+
.opensource-pledge__item-text {
4844+
font-size: 15px;
4845+
line-height: 1.5;
4846+
color: var(--gray-700);
4847+
margin: 0;
4848+
}
4849+
4850+
.opensource-pledge__support {
4851+
font-size: 15px;
4852+
line-height: 1.6;
4853+
color: var(--gray-800);
4854+
margin: 0;
4855+
}
4856+
4857+
.opensource-pledge__support a {
4858+
color: var(--black);
4859+
text-decoration: underline;
4860+
transition: color 0.2s;
4861+
}
4862+
4863+
.opensource-pledge__support a:hover {
4864+
color: var(--gray-600);
4865+
}
4866+
47994867
/* Open Source Content Section */
48004868
.opensource-content {
48014869
padding: calc(var(--space) * 8) calc(var(--space) * 3);

src/opensource/index.njk

Lines changed: 57 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Open Source
88
<div class="opensource-hero__content">
99
<div class="opensource-hero__text">
1010
<h1 class="opensource-hero__title">OPEN SOURCE</h1>
11-
<p class="opensource-hero__subtitle">Free for open source projects. Forever. We reinvest 10% of revenue into the OSS projects in our own stack.</p>
11+
<p class="opensource-hero__subtitle">Free for open-source projects. Forever.</p>
1212
</div>
1313
<div class="opensource-hero__image">
1414
<img src="/assets/goose-bsd.png" alt="Open Source">
@@ -17,44 +17,68 @@ title: Open Source
1717
</div>
1818
</section>
1919

20+
<section class="opensource-pledge">
21+
<div class="opensource-pledge__container">
22+
<h2 class="opensource-pledge__title">Our Pledge</h2>
23+
<div class="opensource-pledge__grid">
24+
<div class="opensource-pledge__item">
25+
<h3 class="opensource-pledge__item-title">10% Back</h3>
26+
<p class="opensource-pledge__item-text">We reinvest 10% of revenue into the open-source projects we depend on.</p>
27+
</div>
28+
<div class="opensource-pledge__item">
29+
<h3 class="opensource-pledge__item-title">Sunset Promise</h3>
30+
<p class="opensource-pledge__item-text">If we discontinue a product or shut down, we release all source code and assets under a permissive open-source license.</p>
31+
</div>
32+
<div class="opensource-pledge__item">
33+
<h3 class="opensource-pledge__item-title">No Lock-In</h3>
34+
<p class="opensource-pledge__item-text">Open standards. Open formats. Your data stays yours.</p>
35+
</div>
36+
<div class="opensource-pledge__item">
37+
<h3 class="opensource-pledge__item-title">Upstream First</h3>
38+
<p class="opensource-pledge__item-text">Fixes and features go back to the projects we use. No private forks.</p>
39+
</div>
40+
<div class="opensource-pledge__item">
41+
<h3 class="opensource-pledge__item-title">License Clarity</h3>
42+
<p class="opensource-pledge__item-text">OSI-approved licenses only. We will never relicense community contributions under more restrictive terms.</p>
43+
</div>
44+
</div>
45+
<p class="opensource-pledge__support">Projects we fund: <a href="https://projectbluefin.io/">Bluefin Linux</a>, <a href="https://freebsd.org/">FreeBSD</a>, <a href="https://ghostbsd.org/">GhostBSD</a>, <a href="https://github.com/golangci/golangci-lint">golangci-lint</a>, <a href="https://www.netbsd.org/">NetBSD</a>, <a href="https://osuosl.org/">OSU OSL</a></p>
46+
</div>
47+
</section>
48+
2049
<section class="opensource-content">
2150
<div class="opensource-content__container">
22-
<div class="opensource-content__grid">
23-
<div class="opensource-content__why">
24-
<div class="opensource-why-box">
25-
<h2 class="opensource-why-box__title">Why We Do This</h2>
26-
<p class="opensource-why-box__text">You're already donating your time. We eliminate the context-switching overhead that kills your flow state—so you can spend more time shipping code, less time chasing PR status.</p>
27-
<p class="opensource-why-box__support">We proudly support: <a href="https://projectbluefin.io/" class="opensource-why-box__link">Bluefin Linux</a>, <a href="https://freebsd.org/" class="opensource-why-box__link">FreeBSD</a>, <a href="https://ghostbsd.org/" class="opensource-why-box__link">GhostBSD</a>, <a href="https://github.com/golangci/golangci-lint" class="opensource-why-box__link">golangci-lint</a>, <a href="https://www.netbsd.org/" class="opensource-why-box__link">NetBSD</a>, <a href="https://osuosl.org/" class="opensource-why-box__link">OSU OSL</a></p>
28-
</div>
29-
</div>
51+
<div class="opensource-content__projects">
52+
<h2 class="opensource-projects__title">Our Projects</h2>
53+
<div class="opensource-projects__grid">
54+
<a href="https://github.com/codeGROOVE-dev/fido" class="opensource-project-card">
55+
<h3 class="opensource-project-card__title">fido</h3>
56+
<p class="opensource-project-card__desc">High-performance multi-level cache for Go</p>
57+
</a>
3058

31-
<div class="opensource-content__projects">
32-
<h2 class="opensource-projects__title">Our Projects</h2>
33-
<div class="opensource-projects__grid">
34-
<a href="https://github.com/codeGROOVE-dev/goose" class="opensource-project-card">
35-
<h3 class="opensource-project-card__title">reviewGOOSE Desktop</h3>
36-
<p class="opensource-project-card__desc">Menubar app with honk notifications</p>
37-
</a>
59+
<a href="https://github.com/codeGROOVE-dev/goose" class="opensource-project-card">
60+
<h3 class="opensource-project-card__title">reviewGOOSE:Desktop</h3>
61+
<p class="opensource-project-card__desc">Menubar app with honk notifications</p>
62+
</a>
3863

39-
<a href="https://github.com/codeGROOVE-dev/best-reviewer" class="opensource-project-card">
40-
<h3 class="opensource-project-card__title">best-reviewer</h3>
41-
<p class="opensource-project-card__desc">Intelligent reviewer assignment bot</p>
42-
</a>
64+
<a href="https://github.com/codeGROOVE-dev/best-reviewer" class="opensource-project-card">
65+
<h3 class="opensource-project-card__title">best-reviewer</h3>
66+
<p class="opensource-project-card__desc">Intelligent reviewer assignment bot</p>
67+
</a>
4368

44-
<a href="https://github.com/codeGROOVE-dev/slacker" class="opensource-project-card">
45-
<h3 class="opensource-project-card__title">reviewGOOSE Slack</h3>
46-
<p class="opensource-project-card__desc">Smart PR notifications for Slack</p>
47-
</a>
69+
<a href="https://github.com/codeGROOVE-dev/slacker" class="opensource-project-card">
70+
<h3 class="opensource-project-card__title">reviewGOOSE:Slack</h3>
71+
<p class="opensource-project-card__desc">Smart PR notifications for Slack</p>
72+
</a>
4873

49-
<a href="https://github.com/codeGROOVE-dev/sprinkler" class="opensource-project-card">
50-
<h3 class="opensource-project-card__title">sprinkler</h3>
51-
<p class="opensource-project-card__desc">GitHub webhook→websocket service</p>
52-
</a>
74+
<a href="https://github.com/codeGROOVE-dev/sprinkler" class="opensource-project-card">
75+
<h3 class="opensource-project-card__title">sprinkler</h3>
76+
<p class="opensource-project-card__desc">GitHub webhook→websocket service</p>
77+
</a>
5378

54-
<a href="https://github.com/orgs/codeGROOVE-dev/repositories" class="opensource-project-card opensource-project-card--view-all">
55-
<span class="opensource-project-card__view-all-text">View All →</span>
56-
</a>
57-
</div>
79+
<a href="https://github.com/orgs/codeGROOVE-dev/repositories" class="opensource-project-card opensource-project-card--view-all">
80+
<span class="opensource-project-card__view-all-text">View All →</span>
81+
</a>
5882
</div>
5983
</div>
6084
</div>
@@ -65,7 +89,7 @@ title: Open Source
6589
<div class="opensource-cta__content">
6690
<div>
6791
<h2 class="opensource-cta__title">Get Started</h2>
68-
<p class="opensource-cta__text">Sign up takes 30 seconds. Free for open source projects, forever.</p>
92+
<p class="opensource-cta__text">Sign up takes 30 seconds. Free for open-source projects, forever.</p>
6993
</div>
7094
<div class="opensource-cta__actions">
7195
<a href="https://docs.codegroove.dev/getting-started/" target="_blank" rel="noopener noreferrer" class="opensource-cta__button">Start Now</a>

src/products/goose/index.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ permalink: /products/goose/index.html
77
<meta charset="UTF-8">
88
<meta http-equiv="refresh" content="0;url=/reviewgoose/desktop">
99
<link rel="canonical" href="/reviewgoose/desktop">
10-
<title>Redirecting to reviewGOOSE Desktop...</title>
10+
<title>Redirecting to reviewGOOSE:Desktop...</title>
1111
</head>
1212
<body>
13-
<p>Redirecting to reviewGOOSE Desktop...</p>
13+
<p>Redirecting to reviewGOOSE:Desktop...</p>
1414
<p>If you are not redirected automatically, <a href="/reviewgoose/desktop">click here</a>.</p>
1515
</body>
1616
</html>

src/reviewgoose/desktop.njk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: base.njk
3-
title: reviewGOOSE Desktop App - HONK
3+
title: reviewGOOSE:Desktop App - HONK
44
---
55

66
<section class="rg-desktop-hero">
@@ -19,7 +19,7 @@ title: reviewGOOSE Desktop App - HONK
1919
<p class="rg-desktop-hero__social-proof">Used by engineers at Google, Cisco, and Chainguard.</p>
2020
</div>
2121
<div class="rg-desktop-hero__image">
22-
<img src="/assets/goose-logo-small.png" alt="reviewGOOSE Desktop">
22+
<img src="/assets/goose-logo-small.png" alt="reviewGOOSE:Desktop">
2323
</div>
2424
</div>
2525
</div>
@@ -30,7 +30,7 @@ title: reviewGOOSE Desktop App - HONK
3030
<h2 class="rg-desktop-demo__title">See It In Action</h2>
3131
<p class="rg-desktop-demo__description">Lives in your menubar. Shows PRs waiting on you and PRs you're waiting on.</p>
3232
<a href="/assets/screenshots/goose-screenshot.png" target="_blank" rel="noopener noreferrer">
33-
<img src="/assets/screenshots/goose-screenshot.png" alt="reviewGOOSE Desktop App Screenshot" class="rg-desktop-demo__screenshot">
33+
<img src="/assets/screenshots/goose-screenshot.png" alt="reviewGOOSE:Desktop App Screenshot" class="rg-desktop-demo__screenshot">
3434
</a>
3535
</div>
3636
</section>

src/reviewgoose/slack.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: base.njk
3-
title: reviewGOOSE Slack Integration
3+
title: reviewGOOSE:Slack Integration
44
---
55

66
<section class="rg-slack-hero">
@@ -31,7 +31,7 @@ title: reviewGOOSE Slack Integration
3131
<a href="/assets/screenshots/slack-screenshot.png" target="_blank" rel="noopener noreferrer">
3232
<picture>
3333
<source srcset="/assets/screenshots/slack-screenshot.webp" type="image/webp">
34-
<img src="/assets/screenshots/slack-screenshot.png" alt="reviewGOOSE Slack Integration Screenshot" class="rg-slack-demo__screenshot">
34+
<img src="/assets/screenshots/slack-screenshot.png" alt="reviewGOOSE:Slack Integration Screenshot" class="rg-slack-demo__screenshot">
3535
</picture>
3636
</a>
3737
</div>

0 commit comments

Comments
 (0)