File tree Expand file tree Collapse file tree 2 files changed +21
-5
lines changed Expand file tree Collapse file tree 2 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<template >
4
4
<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" >
6
6
<div class =" flex flex-col items-center justify-center gap-2" >
7
7
<h1 >Showcase</h1 >
8
8
9
9
<p class =" text-lg" >Vue Flow is used in a variety of projects and applications. Here are some of them:</p >
10
10
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" />
15
17
</div >
16
18
17
19
<a href =" https://octai.com" target =" _blank" >
20
22
21
23
<h3 class =" text-lg" >Machine Learning NoCode Platform for Data Scientists and Developers.</h3 >
22
24
</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 >
23
39
</div >
24
40
</div >
25
41
</div >
You can’t perform that action at this time.
0 commit comments