Skip to content

Commit a07b59d

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
improve OSS page
1 parent 4efb58b commit a07b59d

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

src/oss/index.njk

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,24 @@ title: Open Source
99
<div class="content-hero-inner">
1010
<h1>OPEN SOURCE</h1>
1111

12-
<p class="text-large">Free for open source projects. Forever.</p>
12+
<div class="groove-card groove-card--yellow">
13+
<p style="margin: 0; font-size: 20px; font-weight: 700;">FREE FOR OPEN SOURCE PROJECTS. FOREVER.</p>
14+
</div>
15+
16+
<p>We believe in giving back to the community that raised us. If your project is open source, our tools are free.</p>
1317

1418
<h2>OUR PROJECTS</h2>
15-
<ul>
16-
<li><strong>Goose</strong> - PR tracker that honks when you're the bottleneck</li>
17-
<li><strong>Ready to Review</strong> - Turn-based PR notifications (<a href="https://github.com/codeGROOVE-dev/ready-to-review">GitHub</a>)</li>
18-
<li>More at <a href="https://github.com/codeGROOVE-dev">github.com/codeGROOVE-dev</a></li>
19+
<ul style="margin: 0 0 20px 20px;">
20+
<li style="margin-bottom: 12px;"><strong>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">GitHub</a>]</li>
21+
<li style="margin-bottom: 12px;"><strong>Goose</strong> PR tracker that honks when you're the bottleneck. [<a href="https://github.com/codeGROOVE-dev/goose">GitHub</a>]</li>
22+
<li style="margin-bottom: 0;">More at <a href="https://github.com/orgs/codeGROOVE-dev/repositories">github.com/codeGROOVE-dev</a></li>
1923
</ul>
2024

25+
<h2>WHY WE DO THIS</h2>
26+
<p>Open source maintainers already donate their time. The least we can do is make their workflows faster.</p>
27+
2128
<h2>GET STARTED</h2>
22-
<p>Sign up at <a href="https://dash.ready-to-review.dev">dash.ready-to-review.dev</a></p>
23-
<p>Questions? Email <a href="mailto:go-faster@codegroove.dev">go-faster@codegroove.dev</a></p>
29+
<p>Sign up at <a href="https://dash.ready-to-review.dev">dash.ready-to-review.dev</a> with your GitHub account.</p>
30+
<p>Questions? <a href="mailto:go-faster@codegroove.dev">go-faster@codegroove.dev</a></p>
2431
</div>
2532
</section>

0 commit comments

Comments
 (0)