Skip to content

Commit

Permalink
update partners (#492)
Browse files Browse the repository at this point in the history
* update partners

* update

* Update partners.vue
  • Loading branch information
MartinRst authored Sep 8, 2023
1 parent dabe53c commit 793b48c
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 7 deletions.
4 changes: 2 additions & 2 deletions components/partners/BetterTogether.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<template>
<div class="container">
<Section
title="Reasons to integrate with Kestra"
subtitle="Better together"
title="What our Partners Love About Kestra"
subtitle="Reasons to integrate with Kestra"
>
<div class="row">
<div class="col-md-4 testimonials-item">
Expand Down
2 changes: 1 addition & 1 deletion components/partners/Headers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</div>
<div class="description position-absolute start-50 translate-middle text-center w-50">
<h2>Kestra Partner <br><span>Ecosystem</span></h2>
<span>Whether you are building something new, upgrading the existing, or replatforming from the old, you can trust these partners to make your journey a successful one.</span><br>
<span>Whether you are building something new, upgrading a legacy stack, or re-platforming, you can trust Kestra and our partner ecosystem to make that journey a success.</span><br>
<button class="btn btn-primary mt-4">Become a partner</button>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions components/partners/IntegratesWith.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
/>
</div>
<div class="my-3">
<h2>Kestra Integrates with:</h2>
<h2>Kestra's Integrations Ecosystem</h2>
</div>
<div>
<img src="/partners/integrate-with-logos/aws.svg" alt="AWS logo" />
<img src="/partners/integrate-with-logos/gcp.svg" alt="GCP logo" />
<img src="/partners/integrate-with-logos/azure.svg" alt="Microsoft Azure logo" />
<img src="/partners/integrate-with-logos/airbyte.svg" alt="Airbyte logo" />
<img src="/partners/integrate-with-logos/tabular.svg" alt="Tabular logo" />
<img src="/partners/integrate-with-logos/mother-duck.svg" alt="MotherDuck logo" />
<img src="/partners/integrate-with-logos/snowflake.svg" alt="snowflake logo" />
<img src="/partners/integrate-with-logos/fivetran.svg" alt="fivetran logo" />
<div class="py-3"><p class="and-more fw-bold">And more...</p></div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/partners.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<template>
<div>
<PartnersHeaders />
<PartnersPerksAndBenefits />
<Partners />
<PartnersIntegratesWith />
<PartnersBetterTogether />
<PartnersPerksAndBenefits />
<PartnersBecomeAPartner />
</div>
</template>
Expand Down
7 changes: 7 additions & 0 deletions public/partners/integrate-with-logos/fivetran.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/partners/integrate-with-logos/snowflake.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 793b48c

@vercel
Copy link

@vercel vercel bot commented on 793b48c Sep 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kestra-io – ./

kestra-io-kestra.vercel.app
kestra-io-git-main-kestra.vercel.app
kestra-io.vercel.app

Please sign in to comment.