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>

View File

@@ -32,19 +32,21 @@
to="mailto:mariosant@sent.com"
>Marios Antonoudiou</ULink
>, software engineer.<br />
Crafting future user interfaces at
Growing
<span className="text-purple-600"> AI user interfaces </span> for
<ULink
to="https://celonis.com"
to="https://lateralus.ventures"
target="_blank"
class="text-green-500 dark:text-green-300 hover:underline hover:underline-offset-4"
>Celonis</ULink
class="text-black dark:text-white hover:underline hover:underline-offset-4"
>
Lateralus Ventures</ULink
>.
</h1>
<p class="text-gray-800 dark:text-gray-200">
<span class="font-semibold">Software engineer</span> specializing at
<span class="font-semibold">Javascript & Typescript ecosystem</span>, with
a focus on enterprise apps and streaming data. Well-versed in a wide range
of technologies, especially on
a focus on digital products, enterprise apps and streaming data.
Well-versed in a wide range of technologies, especially on
<span class="font-semibold">frontends</span>.
</p>
</UContainer>