|
7 | 7 | >
|
8 | 8 | <div class="max-w-5/6 2xl:max-w-7xl mx-auto py-12 md:py-16">
|
9 | 9 | <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> |
11 | 11 |
|
12 | 12 | <p class="font-medium max-w-3/4 text-center">
|
13 | 13 | Whether you're a seasoned developer or just starting your journey with Vue Flow, this showcase offers inspiration and
|
14 | 14 | insights into what's possible. Dive in and discover the potential of Vue Flow for your next project.
|
15 | 15 | </p>
|
16 | 16 |
|
17 | 17 | <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" |
19 | 19 | >
|
20 | 20 | <div class="flex-1 flex flex-col items-center md:items-start">
|
21 | 21 | <div
|
22 | 22 | class="h-[200px] md:min-h-[300px] w-full shadow-xl rounded-xl font-mono uppercase border-1 border-gray overflow-hidden"
|
23 | 23 | >
|
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" /> |
25 | 25 | </div>
|
26 | 26 |
|
27 | 27 | <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> |
30 | 30 | </a>
|
31 | 31 |
|
32 | 32 | <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. |
34 | 35 | </h3>
|
35 | 36 | </div>
|
36 | 37 | </div>
|
|
47 | 48 | <h2 class="text-3xl mt-6 font-semibold inline-block">Kestra</h2>
|
48 | 49 | </a>
|
49 | 50 |
|
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> |
51 | 55 | </div>
|
52 | 56 | </div>
|
53 | 57 | </div>
|
|
0 commit comments