saahildcom/components/AboutMe.vue
zeon-neon[bot] 06044e955b
enhancement(lint): Fix lint errors for components/AboutMe.vue
Co-authored-by: NeonGamerBot-QK <neon@saahild.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
2025-07-25 02:28:18 +00:00

19 lines
505 B
Vue

<script>
// TODO: calc current age, hobbies
</script>
<template>
<h1 class="font-bold text-3xl">About me:</h1>
<ul>
<li>I am currently XYZ years old</li>
<li>
Im currently in (highschool|collage|j*b|retirment|greatbeyond) (this is
just a guess)
</li>
<li>
i like mostly coding in my freetime, messing with bugs, watching anime and
sleeping
</li>
<li>i also like eating lots of food!</li>
<li>i also like playing video games</li>
</ul>
</template>