Skip to content

Commit fcc3cb4

Browse files
DevRohit06claude
andcommitted
docs: add Product Hunt launch badge to README and landing page
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 028d727 commit fcc3cb4

3 files changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<a href="https://github.com/DevRohit06/discli/blob/main/LICENSE"><img src="https://img.shields.io/github/license/DevRohit06/discli" alt="License"></a>
1212
<a href="https://github.com/DevRohit06/discli/releases"><img src="https://img.shields.io/github/v/release/DevRohit06/discli?label=Latest" alt="Release"></a>
1313
<a href="https://github.com/DevRohit06/discli/stargazers"><img src="https://img.shields.io/github/stars/DevRohit06/discli" alt="Stars"></a>
14+
<a href="https://www.producthunt.com/products/discli/discli/launch-day?utm_source=badge"><img src="https://img.shields.io/badge/Product%20Hunt-Launch%20Day-%23DA552F?logo=producthunt&logoColor=white" alt="Product Hunt"></a>
1415
</p>
1516

1617
---

docs/_landing/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
<section class="hero">
2727
<div class="hero-glow"></div>
2828
<div class="container">
29+
<a href="https://www.producthunt.com/products/discli/discli/launch-day?utm_source=website-banner" target="_blank" rel="noopener" class="ph-banner">
30+
🚀 We're live on Product Hunt! Support us &rarr;
31+
</a>
2932
<div class="hero-badge">
3033
<span class="badge-dot"></span>
3134
Open source &middot; MIT Licensed

docs/_landing/styles.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,24 @@
194194
}
195195
.hero .container { position: relative; z-index: 1; }
196196

197+
.ph-banner {
198+
display: inline-flex;
199+
align-items: center;
200+
gap: 6px;
201+
padding: 8px 20px;
202+
background: linear-gradient(135deg, #da552f, #f56040);
203+
border-radius: 100px;
204+
font-size: 0.85rem;
205+
font-weight: 500;
206+
color: #fff;
207+
margin-bottom: 16px;
208+
transition: opacity 0.2s var(--ease), transform 0.2s var(--ease);
209+
}
210+
.ph-banner:hover {
211+
opacity: 0.9;
212+
transform: translateY(-1px);
213+
}
214+
197215
.hero-badge {
198216
display: inline-flex;
199217
align-items: center;

0 commit comments

Comments
 (0)