File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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---
Original file line number Diff line number Diff line change 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 →
31+ </ a >
2932 < div class ="hero-badge ">
3033 < span class ="badge-dot "> </ span >
3134 Open source · MIT Licensed
Original file line number Diff line number Diff line change 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;
You can’t perform that action at this time.
0 commit comments