Skip to content

Commit 62a1d41

Browse files
committed
chore(docs): update showcase
Signed-off-by: braks <[email protected]>
1 parent 04d9e59 commit 62a1d41

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

docs/components/home/Showcase.vue

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,31 @@
77
>
88
<div class="max-w-5/6 2xl:max-w-7xl mx-auto py-12 md:py-16">
99
<div class="flex flex-col items-center justify-center gap-2">
10-
<h1>Putting Ideas into Action: The Showcase</h1>
10+
<h1 class="text-center">Putting Ideas into Action - The Showcase</h1>
1111

1212
<p class="font-medium max-w-3/4 text-center">
1313
Whether you're a seasoned developer or just starting your journey with Vue Flow, this showcase offers inspiration and
1414
insights into what's possible. Dive in and discover the potential of Vue Flow for your next project.
1515
</p>
1616

1717
<div
18-
class="divide-y divide-secondary md:divide-y-0 flex flex-col md:flex-row justify-between items-center gap-12 mt-8 text-center md:text-left"
18+
class="divide-y divide-secondary md:divide-y-0 flex flex-col md:flex-row justify-between items-start gap-12 mt-8 text-center md:text-left"
1919
>
2020
<div class="flex-1 flex flex-col items-center md:items-start">
2121
<div
2222
class="h-[200px] md:min-h-[300px] w-full shadow-xl rounded-xl font-mono uppercase border-1 border-gray overflow-hidden"
2323
>
24-
<img class="object-cover h-full w-full" src="/assets/octai.png" alt="Octai" />
24+
<img class="object-cover h-full w-full" src="/assets/n8n.webp" alt="n8n" />
2525
</div>
2626

2727
<div class="px-1">
28-
<a href="https://octai.com" target="_blank">
29-
<h2 class="text-3xl mt-6 font-semibold inline-block">Octai</h2>
28+
<a href="https://n8n.io" target="_blank">
29+
<h2 class="text-3xl mt-6 font-semibold inline-block">n8n</h2>
3030
</a>
3131

3232
<h3 class="text-lg">
33-
A Machine-Learning NoCode platform using a node-based UI for Data Scientists and Developers.
33+
n8n is an open-source workflow automation platform that lets you connect apps, APIs, and services to create
34+
automated processes using a visual, node-based interface.
3435
</h3>
3536
</div>
3637
</div>
@@ -47,7 +48,10 @@
4748
<h2 class="text-3xl mt-6 font-semibold inline-block">Kestra</h2>
4849
</a>
4950

50-
<h3 class="text-lg">An open-source orchestrator that makes both scheduled and event-driven workflows easy.</h3>
51+
<h3 class="text-lg">
52+
Kestra is an open-source, declarative orchestration and workflow automation platform that enables you to define,
53+
schedule, and govern complex processes as code (YAML) with UI support.
54+
</h3>
5155
</div>
5256
</div>
5357
</div>

docs/src/assets/n8n.webp

120 KB
Loading

docs/src/assets/octai.png

-54.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)