Skip to content

Commit a4e4791

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
update OSS page
1 parent 475f4e8 commit a4e4791

File tree

1 file changed

+10
-19
lines changed

1 file changed

+10
-19
lines changed

src/oss/index.njk

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,36 +14,27 @@ title: Open Source
1414
<img src="/assets/goose-bsd.png" alt="BSD Daemon Goose" style="width: 150px; height: 150px; flex-shrink: 0;" />
1515
<div style="flex: 1; min-width: 250px;">
1616
<p style="margin: 0 0 10px 0; font-size: 24px; font-weight: 700; color: #333;">FREE FOR OPEN SOURCE PROJECTS. FOREVER.</p>
17-
<p style="margin: 0; font-size: 16px; line-height: 1.5; color: #333;">We believe in giving back to the community that created us. If your project is open source, our tools are free.</p>
17+
<p style="margin: 0; font-size: 16px; line-height: 1.5; color: #333;">We believe in giving back to the community that created us. If your project is open source, our tools are free forever! We're such fans of open-source that we reserve 10% of our profit to sponsoring projects we like and use.</p>
1818
</div>
1919
</div>
2020
</div>
2121

22+
<div style="background: var(--black); border: 8px solid var(--yellow); border-radius: 20px; padding: 30px; margin-bottom: 30px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);">
23+
<h2 style="margin-top: 0;">WHY WE DO THIS</h2>
24+
<p style="margin: 0 0 10px 0;">Open source maintainers already donate their time. The least we can do is make their workflows faster.</p>
25+
<p style="margin: 0;">We proudly donate to and support open-source projects such as: <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>, and <a href="https://osuosl.org/">OSU Open Source Lab</a>.</p>
26+
</div>
27+
2228
<div style="background: var(--black); border: 8px solid var(--cyan); border-radius: 20px; padding: 30px; margin: 40px 0; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);">
2329
<h2 style="margin-top: 0;">OUR PROJECTS</h2>
2430

25-
<div style="margin-bottom: 30px;">
26-
<h3 style="margin-bottom: 10px; color: var(--yellow); padding-bottom: 8px; border-bottom: 3px solid var(--yellow); display: inline-block;">Ready to Review</h3>
27-
<p>Turn-based PR tracking. Know whose turn it is, every time.</p>
28-
<p style="margin-bottom: 0;"><a href="https://github.com/codeGROOVE-dev/ready-to-review">View on GitHub →</a></p>
29-
</div>
31+
<p><strong style="color: var(--yellow);">Ready to Review</strong> — Turn-based PR tracking. Know whose turn it is, every time. <a href="https://github.com/codeGROOVE-dev/ready-to-review">View on GitHub →</a></p>
3032

31-
<div style="margin-bottom: 30px;">
32-
<h3 style="margin-bottom: 10px; color: var(--yellow); padding-bottom: 8px; border-bottom: 3px solid var(--yellow); display: inline-block;">Goose</h3>
33-
<p>PR tracker that honks when you're the bottleneck.</p>
34-
<p style="margin-bottom: 0;"><a href="https://github.com/codeGROOVE-dev/goose">View on GitHub →</a></p>
35-
</div>
33+
<p><strong style="color: var(--yellow);">Goose</strong> — PR tracker that honks when you're the bottleneck. <a href="https://github.com/codeGROOVE-dev/goose">View on GitHub →</a></p>
3634

37-
<div style="margin-bottom: 0;">
38-
<h3 style="margin-bottom: 10px; color: var(--yellow); padding-bottom: 8px; border-bottom: 3px solid var(--yellow); display: inline-block;">All Our Projects</h3>
39-
<p style="margin-bottom: 0;">Explore all our open source work at <a href="https://github.com/orgs/codeGROOVE-dev/repositories">github.com/codeGROOVE-dev</a></p>
40-
</div>
35+
<p style="margin-bottom: 0;">Explore all our open source work at <a href="https://github.com/orgs/codeGROOVE-dev/repositories">github.com/codeGROOVE-dev</a></p>
4136
</div>
4237

43-
<h2>WHY WE DO THIS</h2>
44-
<p>Open source maintainers already donate their time. The least we can do is make their workflows faster.</p>
45-
<p>We proudly donate to open-source projects such as: <a href="https://www.netbsd.org/">NetBSD</a>, <a href="https://github.com/golangci/golangci-lint">golangci-lint</a>, and <a href="https://projectbluefin.io/">Bluefin Linux</a>.</p>
46-
4738
<h2>GET STARTED</h2>
4839
<p>Sign up at <a href="https://dash.ready-to-review.dev">dash.ready-to-review.dev</a> with your GitHub account.</p>
4940
<p>Questions? <a href="mailto:[email protected]">[email protected]</a></p>

0 commit comments

Comments
 (0)