Add lateralus
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user