Skip to content

Commit 87af3bc

Browse files
committed
chore(docs): update showcase
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
1 parent 04d9e59 commit 87af3bc

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

docs/components/home/Showcase.vue

Lines changed: 7 additions & 6 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>

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)