mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-07-28 00:54:06 +00:00
13 lines
No EOL
506 B
Vue
13 lines
No EOL
506 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> |