Skip to content

Commit

Permalink
Update Header.vue (#1991)
Browse files Browse the repository at this point in the history
* Update Header.vue

* Fixed Product hunt button size

---------

Co-authored-by: Taron Chatoyan <[email protected]>
  • Loading branch information
MartinRst and Taron Chatoyan authored Nov 29, 2024
1 parent b90c420 commit fa81311
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 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 mb-2"
class="btn btn-animated btn-purple-animated me-2"
>
<NuxtImg
width="25px"
Expand All @@ -25,23 +25,9 @@
Get started
</NuxtLink>

<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 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>

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

0 comments on commit fa81311

Please sign in to comment.