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> <template>
<UContainer class="flex flex-col gap-5" as="section"> <UContainer class="flex flex-col gap-5" as="section">
<div class="text-sm text-gray-500">Been working with</div> <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 <PreviousRole
company="Celonis" company="Celonis"
logo="celonis-logo.webp" logo="celonis-logo.webp"
@@ -59,18 +70,5 @@ import PreviousRole from '../previous-role.vue';
</li> </li>
</ul> </ul>
</PreviousRole> </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> </UContainer>
</template> </template>

View File

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

BIN
public/lateralus-logo.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB