Skip to content

Commit

Permalink
Revert "Update Header.vue (#1991)" (#1993)
Browse files Browse the repository at this point in the history
This reverts commit fa81311.
  • Loading branch information
MartinRst authored Nov 30, 2024
1 parent 79916c9 commit 565fbc1
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions components/home/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="buttons">
<NuxtLink
href="/docs/getting-started/quickstart#start-kestra"
class="btn btn-animated btn-purple-animated me-2"
class="btn btn-animated btn-purple-animated me-2 mb-2"
>
<NuxtImg
width="25px"
Expand All @@ -25,9 +25,23 @@
Get started
</NuxtLink>

<a href="https://www.producthunt.com/posts/kestra?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-kestra" target="_blank">
<img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=612077&theme=light" alt="Kestra - All&#0045;in&#0045;one&#0032;automation&#0032;&#0038;&#0032;orchestration&#0032;platform | Product Hunt" style="width: 250px; height: 49px;" width="250" height="54" />
<a
href="https://www.youtube.com/embed/feC6-KQLYyA?si=PbjxwD94VAWSzSxN?autoplay=1"
class="btn btn-animated btn-dark-animated mb-2"
data-bs-toggle="modal"
data-bs-target="#home-intro"
>
<NuxtImg
width="25px"
height="25px"
loading="lazy"
format="webp"
src="/landing/home/play.svg"
alt="play"
/>
Watch video
</a>

</div>
</div>
<div class="img-block">
Expand Down

0 comments on commit 565fbc1

Please sign in to comment.