Update stuff

This commit is contained in:
2025-09-21 12:42:31 +03:00
parent ee04181d82
commit a9a102391e
12 changed files with 13709 additions and 10328 deletions

View File

@@ -1,5 +1,8 @@
<template>
<UContainer class="flex flex-col md:gap-12 gap-5 p-4 sm:p-6 lg:p-8 max-w-3xl" as="header">
<UContainer
class="flex flex-col md:gap-12 gap-5 p-4 sm:p-6 lg:p-8 max-w-3xl"
as="header"
>
<div class="flex items-center justify-between">
<nuxt-img
placeholder
@@ -41,5 +44,28 @@
Well-versed in a wide range of technologies, especially on
<span class="font-semibold">frontends</span>.
</p>
<div class="flex gap-4 overflow-x-auto">
<UButton
size="xl"
color="primary"
icon="mynaui:calendar"
target="_blank"
to="https://cal.com/mariosant/30min"
>
Arrange a call
</UButton>
<UButton
size="xl"
color="neutral"
icon="mynaui:envelope"
variant="soft"
target="_blank"
to="mailto:mariosant@sent.com"
>
Send a message
</UButton>
</div>
</UContainer>
</template>