primevue-mirror/apps/showcase/pages/team/index.vue

69 lines
4.3 KiB
Vue
Raw Permalink Normal View History

2023-03-08 08:35:24 +00:00
<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>
2023-03-08 08:35:24 +00:00
. 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>
2024-05-20 12:04:10 +00:00
<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" />
2023-03-08 08:35:24 +00:00
<span class="mb-2 text-xl font-bold">Çağatay Çivici</span>
<span>Founder</span>
</div>
2024-05-20 12:04:10 +00:00
<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" />
2023-03-08 08:35:24 +00:00
<span class="mb-2 text-xl font-bold">Mert Sincan</span>
<span>CTO</span>
</div>
2024-05-20 12:04:10 +00:00
<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" />
2023-03-08 08:35:24 +00:00
<span class="mb-2 text-xl font-bold">Onur Şentüre</span>
<span>Design Lead</span>
</div>
2024-05-20 12:04:10 +00:00
<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" />
2023-03-08 08:35:24 +00:00
<span class="mb-2 text-xl font-bold">Dilara Güngenci</span>
<span>Business Administration</span>
</div>
2024-05-20 12:04:10 +00:00
<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" />
2023-03-08 08:35:24 +00:00
<span class="mb-2 text-xl font-bold">Çetin Çakıroğlu</span>
<span>Front-End Developer</span>
</div>
2024-05-20 12:04:10 +00:00
<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" />
2023-03-08 08:35:24 +00:00
<span class="mb-2 text-xl font-bold">Tuğçe Küçükoğlu</span>
<span>Front-End Developer</span>
</div>
2024-05-20 12:04:10 +00:00
<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" />
2023-03-08 08:35:24 +00:00
<span class="mb-2 text-xl font-bold">Atakan Tepe</span>
<span>Front-End Developer</span>
</div>
2024-05-20 12:04:10 +00:00
<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" />
2023-11-22 16:09:40 +00:00
<span class="mb-2 text-xl font-bold">Ümit Çelik</span>
<span>UI/UX Designer</span>
</div>
2024-05-20 12:04:10 +00:00
<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" />
2023-11-22 16:09:40 +00:00
<span class="mb-2 text-xl font-bold">Mehmet Çetin</span>
2023-03-08 08:35:24 +00:00
<span>Front-End Developer</span>
</div>
2024-05-20 12:04:10 +00:00
<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" />
2023-12-06 11:37:37 +00:00
<span class="mb-2 text-xl font-bold">Taner Engin</span>
<span>Front-End Developer</span>
</div>
2023-03-08 08:35:24 +00:00
</div>
</div>
</div>
</template>