<template>
    <div>
        <div class="doc-intro">
            <h1>Meet the Team</h1>
            <p>
                <a href="https://www.primetek.com.tr"> PrimeTek </a> is a world renowned vendor of popular UI Component suites including <a href="https://primefaces.org"> PrimeFaces </a>, <a href="https://primeng.org"> PrimeNG </a>,
                <a href="https://primereact.org"> PrimeReact </a> and
                <a href="https://primevue.org"> PrimeVue </a>
                . All the members in our team are full time employees of PrimeTek who share the same passion and vision for open source to create awesome UI libraries.
            </p>
        </div>

        <div class="card p-20">
            <div class="flex flex-wrap gap-20">
                <div class="flex flex-col items-center flex-auto">
                    <img src="https://primefaces.org/cdn/primevue/images/team/cagatay.jpg" class="rounded-full mb-6" alt="Cagatay Civici" />
                    <span class="mb-2 text-xl font-bold">Çağatay Çivici</span>
                    <span>Founder</span>
                </div>
                <div class="flex flex-col items-center flex-auto">
                    <img src="https://primefaces.org/cdn/primevue/images/team/mert.jpg" class="rounded-full mb-6" alt="Mert Sincan" />
                    <span class="mb-2 text-xl font-bold">Mert Sincan</span>
                    <span>CTO</span>
                </div>
                <div class="flex flex-col items-center flex-auto">
                    <img src="https://primefaces.org/cdn/primevue/images/team/onur.jpg" class="rounded-full mb-6" alt="Onur Şentüre" />
                    <span class="mb-2 text-xl font-bold">Onur Şentüre</span>
                    <span>Design Lead</span>
                </div>
                <div class="flex flex-col items-center flex-auto">
                    <img src="https://primefaces.org/cdn/primevue/images/team/dilara.jpg" class="rounded-full mb-6" alt="Dilara Can" />
                    <span class="mb-2 text-xl font-bold">Dilara Güngenci</span>
                    <span>Business Administration</span>
                </div>
                <div class="flex flex-col items-center flex-auto">
                    <img src="https://primefaces.org/cdn/primevue/images/team/cetin.jpg" class="rounded-full mb-6" alt="Çetin Çakıroğlu" />
                    <span class="mb-2 text-xl font-bold">Çetin Çakıroğlu</span>
                    <span>Front-End Developer</span>
                </div>
                <div class="flex flex-col items-center flex-auto">
                    <img src="https://primefaces.org/cdn/primevue/images/team/tugce.jpg" class="rounded-full mb-6" alt="Tuğçe Küçükoğlu" />
                    <span class="mb-2 text-xl font-bold">Tuğçe Küçükoğlu</span>
                    <span>Front-End Developer</span>
                </div>
                <div class="flex flex-col items-center flex-auto">
                    <img src="https://primefaces.org/cdn/primevue/images/team/atakan.jpg" class="rounded-full mb-6" alt="Atakan Tepe" />
                    <span class="mb-2 text-xl font-bold">Atakan Tepe</span>
                    <span>Front-End Developer</span>
                </div>
                <div class="flex flex-col items-center flex-auto">
                    <img src="https://primefaces.org/cdn/primevue/images/team/umit.jpg" class="rounded-full mb-6" alt="Ümit Çelik" />
                    <span class="mb-2 text-xl font-bold">Ümit Çelik</span>
                    <span>UI/UX Designer</span>
                </div>
                <div class="flex flex-col items-center flex-auto">
                    <img src="https://primefaces.org/cdn/primevue/images/team/mehmet.jpg" class="rounded-full mb-6" alt="Mehmet Çetin" />
                    <span class="mb-2 text-xl font-bold">Mehmet Çetin</span>
                    <span>Front-End Developer</span>
                </div>
                <div class="flex flex-col items-center flex-auto">
                    <img src="https://primefaces.org/cdn/primevue/images/team/taner.jpg" class="rounded-full mb-6" alt="Taner Engin" />
                    <span class="mb-2 text-xl font-bold">Taner Engin</span>
                    <span>Front-End Developer</span>
                </div>
            </div>
        </div>
    </div>
</template>