docs: add kestra to showcase

This commit is contained in:
braks
2023-10-06 16:25:59 +02:00
committed by Braks
parent 166b3ef8e9
commit 2ad5814666
2 changed files with 21 additions and 5 deletions

View File

@@ -2,16 +2,18 @@
<template>
<div class="w-full">
<div class="max-w-3/4 md:max-w-4xl mx-auto py-4 md:py-12 lg:py-12 text-center">
<div class="max-w-3/4 md:max-w-5xl mx-auto py-4 md:py-12 lg:py-12 text-center">
<div class="flex flex-col items-center justify-center gap-2">
<h1>Showcase</h1>
<p class="text-lg">Vue Flow is used in a variety of projects and applications. Here are some of them:</p>
<div class="grid grid-cols-2 mt-8">
<div class="flex flex-col justify-center">
<div class="self-center w-full shadow-xl rounded-xl font-mono uppercase border-1 border-gray overflow-hidden">
<img src="/assets/octai.png" alt="Octai" />
<div class="flex flex-col md:flex-row justify-between gap-12 mt-8">
<div class="flex-1 flex flex-col justify-center">
<div
class="h-[200px] md:min-h-[300px] w-full shadow-xl rounded-xl font-mono uppercase border-1 border-gray overflow-hidden"
>
<img class="object-cover h-full w-full" src="/assets/octai.png" alt="Octai" />
</div>
<a href="https://octai.com" target="_blank">
@@ -20,6 +22,20 @@
<h3 class="text-lg">Machine Learning NoCode Platform for Data Scientists and Developers.</h3>
</div>
<div class="flex-1 flex flex-col justify-center">
<div
class="h-[200px] md:min-h-[300px] w-full shadow-xl rounded-xl font-mono uppercase border-1 border-gray overflow-hidden"
>
<img class="object-cover h-full w-full" src="/assets/kestra.webp" alt="Kestra" />
</div>
<a href="https://octai.com" target="_blank">
<h2 class="text-3xl mt-6 font-semibold text-[#4b0aaa]">Kestra</h2>
</a>
<h3 class="text-lg">An open-source orchestrator that makes both scheduled and event-driven workflows easy.</h3>
</div>
</div>
</div>
</div>

BIN
docs/src/assets/kestra.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB