Skip to content

Commit 2ad5814

Browse files
committed
docs: add kestra to showcase
1 parent 166b3ef commit 2ad5814

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

docs/components/home/Showcase.vue

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,18 @@
22

33
<template>
44
<div class="w-full">
5-
<div class="max-w-3/4 md:max-w-4xl mx-auto py-4 md:py-12 lg:py-12 text-center">
5+
<div class="max-w-3/4 md:max-w-5xl mx-auto py-4 md:py-12 lg:py-12 text-center">
66
<div class="flex flex-col items-center justify-center gap-2">
77
<h1>Showcase</h1>
88

99
<p class="text-lg">Vue Flow is used in a variety of projects and applications. Here are some of them:</p>
1010

11-
<div class="grid grid-cols-2 mt-8">
12-
<div class="flex flex-col justify-center">
13-
<div class="self-center w-full shadow-xl rounded-xl font-mono uppercase border-1 border-gray overflow-hidden">
14-
<img src="/assets/octai.png" alt="Octai" />
11+
<div class="flex flex-col md:flex-row justify-between gap-12 mt-8">
12+
<div class="flex-1 flex flex-col justify-center">
13+
<div
14+
class="h-[200px] md:min-h-[300px] w-full shadow-xl rounded-xl font-mono uppercase border-1 border-gray overflow-hidden"
15+
>
16+
<img class="object-cover h-full w-full" src="/assets/octai.png" alt="Octai" />
1517
</div>
1618

1719
<a href="https://octai.com" target="_blank">
@@ -20,6 +22,20 @@
2022

2123
<h3 class="text-lg">Machine Learning NoCode Platform for Data Scientists and Developers.</h3>
2224
</div>
25+
26+
<div class="flex-1 flex flex-col justify-center">
27+
<div
28+
class="h-[200px] md:min-h-[300px] w-full shadow-xl rounded-xl font-mono uppercase border-1 border-gray overflow-hidden"
29+
>
30+
<img class="object-cover h-full w-full" src="/assets/kestra.webp" alt="Kestra" />
31+
</div>
32+
33+
<a href="https://octai.com" target="_blank">
34+
<h2 class="text-3xl mt-6 font-semibold text-[#4b0aaa]">Kestra</h2>
35+
</a>
36+
37+
<h3 class="text-lg">An open-source orchestrator that makes both scheduled and event-driven workflows easy.</h3>
38+
</div>
2339
</div>
2440
</div>
2541
</div>

docs/src/assets/kestra.webp

76.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)