Add lateralus

This commit is contained in:
2025-07-04 17:22:55 +03:00
parent b0d6f2c678
commit d9f7a9df90
3 changed files with 20 additions and 20 deletions

View File

@@ -1,7 +1,18 @@
import PreviousRole from '../previous-role.vue';
<template>
<UContainer class="flex flex-col gap-5" as="section">
<div class="text-sm text-gray-500">Been working with</div>
<PreviousRole
company="Lateralus Ventures"
logo="lateralus-logo.jpeg"
href="https://lateralus.ventures"
>
<div>
Leading the frontend development of Ask Chief, an AI-driven product,
with a focus on building scalable, high-performance user interfaces that
evolve alongside intelligent systems.
</div>
</PreviousRole>
<PreviousRole
company="Celonis"
logo="celonis-logo.webp"
@@ -59,18 +70,5 @@ import PreviousRole from '../previous-role.vue';
</li>
</ul>
</PreviousRole>
<PreviousRole
company="Up Hellas"
logo="up-logo.webp"
href="https://uphellas.gr"
>
<ul class="list-disc list-inside">
<li class="inline">Implemented client's area dashboards.</li>
<li class="inline">
Designed and implemented internal sales dashrboard.
</li>
</ul>
</PreviousRole>
</UContainer>
</template>