mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-15 11:00:26 +01:00
20 lines
576 B
Vue
20 lines
576 B
Vue
<template>
|
|
<div class="flex items-center gap-2 mt-4">
|
|
<div class="flex items-center">
|
|
<UTooltip text="It's me 👋">
|
|
<div class="flex items-center w-12 h-12">
|
|
<NuxtImg
|
|
alt="Arthur Danjou picture"
|
|
class="w-full h-full"
|
|
src="/favicon.png"
|
|
/>
|
|
</div>
|
|
</UTooltip>
|
|
</div>
|
|
<p class="not-prose">
|
|
Hello everyone! Thanks for visiting my portfolio. Please leave whatever you like to say, such as suggestions,
|
|
appreciations, questions or anything!
|
|
</p>
|
|
</div>
|
|
</template>
|