Skip to content

Commit 61925ca

Browse files
committed
feat: Add Product Hunt and Peerlist badges to landing page
- Add Product Hunt featured badge - Add Peerlist project badge with upvote - Position badges between CTA buttons and screenshot - Centered layout with flexbox - Dark theme badges matching site design
1 parent 571ccfe commit 61925ca

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,15 @@ <h1>Chaos Tab</h1>
369369
</a>
370370
</div>
371371

372+
<div style="display: flex; gap: 20px; justify-content: center; align-items: center; flex-wrap: wrap; margin: 40px 0;">
373+
<a href="https://www.producthunt.com/products/chaos-tab?embed=true&utm_source=badge-featured&utm_medium=badge&utm_source=badge-chaos&#0045;tab" target="_blank">
374+
<img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1026124&theme=dark&t=1760353574568" alt="Chaos&#0032;Tab - Your&#0032;new&#0032;tab&#0032;just&#0032;got&#0032;a&#0032;massive&#0032;upgrade | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" />
375+
</a>
376+
<a href="https://peerlist.io/theabbie/project/chaos-tab" target="_blank" rel="noreferrer">
377+
<img src="https://peerlist.io/api/v1/projects/embed/PRJH8OE9G9QRRL9GQIPALGKK8JK6QB?showUpvote=true&theme=dark" alt="Chaos Tab" style="width: auto; height: 72px;" />
378+
</a>
379+
</div>
380+
372381
<img src="home.png" alt="Chaos Tab Screenshot" class="screenshot">
373382
</div>
374383

0 commit comments

Comments
 (0)