34 lines
1.2 KiB
Vue
34 lines
1.2 KiB
Vue
<template>
|
|
<UContainer class="flex flex-col md:gap-12 gap-5">
|
|
<nuxt-img
|
|
placeholder
|
|
alt="Marios Antonoudiou"
|
|
src="mariosant.webp"
|
|
width="64"
|
|
height="64"
|
|
class="w-16 h-16 rounded-full border dark:border-gray-800 dark:bg-slate-300"
|
|
/>
|
|
<div class="md:text-xl text-lg font-semibold">
|
|
<ULink
|
|
class="text-blue-500 dark:text-blue-300 hover:underline hover:underline-offset-4"
|
|
to="mailto:mariosant@sent.com"
|
|
>Marios Antonoudiou</ULink
|
|
>, an experienced software engineer.<br />
|
|
Enabling teams and crafting user interfaces at
|
|
<ULink
|
|
to="https://celonis.com"
|
|
target="_blank"
|
|
class="text-green-500 dark:text-green-300 hover:underline hover:underline-offset-4"
|
|
>Celonis</ULink
|
|
>.
|
|
</div>
|
|
<div class="text-gray-800 dark:text-gray-200">
|
|
<span class="font-semibold">Full-stack</span> software engineer in the
|
|
<span class="font-semibold">Javascript ecosystem</span>, with a focus on
|
|
building enterprise apps, work with streaming data, and adept at
|
|
structuring solutions for challenging problems. Well-versed in a wide
|
|
range of technologies.
|
|
</div>
|
|
</UContainer>
|
|
</template>
|