Skip to content

Commit 8429c90

Browse files
author
Laurent Guitton
committed
feat(website): add launch directory badges below CTA
Add a new badge section at the bottom of the landing page under the "Ready to simplify your Git workflow?" CTA, with the Nick Launches and FoundrList featured badges laid out side by side.
1 parent 4cf984d commit 8429c90

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

website/.vitepress/theme/HomeLanding.vue

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,6 +1632,16 @@ function cellClass(v: CompareValue | undefined): string {
16321632
</div>
16331633
</section>
16341634

1635+
<!-- Featured badges -->
1636+
<section class="badge-section">
1637+
<a href="https://nicklaunches.com/products/gitwand/?utm_source=gitwand.devlint.fr&utm_medium=badge&utm_campaign=featured" target="_blank" rel="noopener">
1638+
<img src="https://nicklaunches.com/badges/featured-dark.png" alt="GitWand on Nick Launches" width="244" height="56" />
1639+
</a>
1640+
<a href="https://www.foundrlist.com/product/gitwand?utm_source=badge&utm_medium=embed" target="_blank" rel="noopener">
1641+
<img src="https://www.foundrlist.com/api/badge/gitwand" alt="Featured on FoundrList" width="150" height="48" />
1642+
</a>
1643+
</section>
1644+
16351645
</div>
16361646
</template>
16371647

@@ -2357,6 +2367,19 @@ function cellClass(v: CompareValue | undefined): string {
23572367
gap: 16px;
23582368
}
23592369
.cta-logo { opacity: 0.9; }
2370+
.badge-section {
2371+
padding: 40px 0 60px;
2372+
background: var(--gw-bg);
2373+
display: flex;
2374+
flex-wrap: wrap;
2375+
align-items: center;
2376+
justify-content: center;
2377+
gap: 20px;
2378+
}
2379+
.badge-section img {
2380+
display: block;
2381+
border: 0;
2382+
}
23602383
.cta-title {
23612384
font-size: clamp(24px, 4vw, 36px);
23622385
font-weight: 800;

0 commit comments

Comments
 (0)