mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-07-28 00:54:06 +00:00
Co-authored-by: NeonGamerBot-QK <neon@saahild.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
19 lines
505 B
Vue
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>
|