Skip to content

Commit b6ee9e0

Browse files
frenchie4111claude
andcommitted
add 'please star us on GitHub' CTA to README and site Hero
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 41448ab commit b6ee9e0

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
Ship more, faster, with every session at your fingertips.
1010
</p>
1111

12+
<p align="center">
13+
<a href="https://github.com/frenchie4111/harness/stargazers">
14+
<img src="https://img.shields.io/github/stars/frenchie4111/harness?style=for-the-badge&logo=github&logoColor=white&color=f59e0b&labelColor=18181b&label=Please%20star%20us%20on%20GitHub" alt="Please star us on GitHub" />
15+
</a>
16+
</p>
17+
1218
<p align="center">
1319
<a href="https://harness.mikelyons.org/">Website</a> ·
1420
<a href="https://github.com/frenchie4111/harness/releases/latest">Download</a> ·

site/src/components/Hero.tsx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,16 @@ export function Hero() {
107107
<ReplyCard src="/screenshot-split-pane.png" alt="Split pane feature" text="added it" />
108108
</LogoTip>
109109
</div>
110+
111+
<div className="mt-8 flex justify-center">
112+
<a
113+
href="https://github.com/frenchie4111/harness/stargazers"
114+
className="inline-flex items-center gap-2 px-6 py-2.5 rounded-lg font-semibold text-amber-200 border border-amber-400/40 bg-amber-400/10 hover:bg-amber-400/20 hover:border-amber-400/60 hover:text-amber-100 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-amber-400/60 transition-colors"
115+
>
116+
<StarIcon />
117+
Please star us on GitHub
118+
</a>
119+
</div>
110120
</section>
111121
)
112122
}
@@ -293,6 +303,22 @@ function DownloadIcon() {
293303
)
294304
}
295305

306+
function StarIcon() {
307+
return (
308+
<svg
309+
className="w-5 h-5"
310+
viewBox="0 0 24 24"
311+
fill="currentColor"
312+
stroke="currentColor"
313+
strokeWidth="1.5"
314+
strokeLinecap="round"
315+
strokeLinejoin="round"
316+
>
317+
<polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2" />
318+
</svg>
319+
)
320+
}
321+
296322
function GitHubIcon() {
297323
return (
298324
<svg

0 commit comments

Comments
 (0)