Skip to content

Commit fd13e87

Browse files
committed
feat: add Product Hunt badge to landing page
1 parent 969dfaa commit fd13e87

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

src/index.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ features:
5454
<p>BUILT BY DEVELOPERS, FOR DEVELOPERS ✨</p>
5555
</div>
5656

57+
<div class="producthunt-badge">
58+
<a href="https://www.producthunt.com/products/crawlee-cloud?utm_source=badge-featured&utm_medium=badge&utm_campaign=badge-crawlee-cloud" target="_blank">
59+
<img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1054817&theme=light" alt="Crawlee Cloud - Self-hosted platform for running web scrapers | Product Hunt" width="250" height="54" />
60+
</a>
61+
</div>
62+
5763
<div class="custom-section">
5864
<h2>Why Crawlee Cloud?</h2>
5965
<div class="benefits">
@@ -83,4 +89,20 @@ features:
8389
.dark {
8490
--vp-home-hero-image-background-image: radial-gradient(circle, rgba(255, 178, 0, 0.12) 0%, rgba(235, 40, 75, 0.08) 50%, transparent 70%);
8591
}
92+
93+
.producthunt-badge {
94+
display: flex;
95+
justify-content: center;
96+
padding: 1.5rem 0;
97+
margin-top: -1rem;
98+
}
99+
100+
.producthunt-badge a {
101+
transition: transform 0.2s ease, opacity 0.2s ease;
102+
}
103+
104+
.producthunt-badge a:hover {
105+
transform: scale(1.05);
106+
opacity: 0.9;
107+
}
86108
</style>

0 commit comments

Comments
 (0)