chore: write a bit more semantic markup

This commit is contained in:
Marios Antonoudiou
2023-12-18 12:52:48 +02:00
parent 691a349b98
commit 1a01fa927a
6 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
<template>
<UContainer class="flex flex-col md:gap-12 gap-5">
<UContainer class="flex flex-col md:gap-12 gap-5" as="header">
<nuxt-img
placeholder
alt="Marios Antonoudiou"
@@ -8,7 +8,7 @@
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">
<h1 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"
@@ -21,13 +21,13 @@
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">
</h1>
<p 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>
</p>
</UContainer>
</template>