mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 15:54:13 +01:00
20 lines
595 B
Vue
20 lines
595 B
Vue
<template>
|
|
<div class="mt-4">
|
|
<div class="float-left flex items-center mr-2 mt-1">
|
|
<ClientOnly>
|
|
<UTooltip text="It's me 👋">
|
|
<UAvatar
|
|
alt="Avatar"
|
|
class="hover:rotate-360 duration-500 transform-gpu rounded-full"
|
|
size="xl"
|
|
src="/arthur.webp"
|
|
/>
|
|
</UTooltip>
|
|
</ClientOnly>
|
|
</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>
|