26 lines
734 B
Vue
26 lines
734 B
Vue
<template>
|
|
<UContainer class="flex flex-col md:gap-12 gap-5">
|
|
<nuxt-img
|
|
placeholder
|
|
src="mariosant.webp"
|
|
width="64"
|
|
height="64"
|
|
class="w-16 h-16 rounded-full border"
|
|
/>
|
|
<div class="md:text-xl text-lg font-semibold">
|
|
<ULink
|
|
class="text-blue-500 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 hover:underline hover:underline-offset-4"
|
|
>Celonis</ULink
|
|
>.
|
|
</div>
|
|
</UContainer>
|
|
</template>
|