This commit is contained in:
Saahil dutta 2025-07-24 11:19:00 -04:00
parent 03bf0f8778
commit e577d87ce4
Signed by: neon
GPG key ID: 8A8B64515254CFC6
7 changed files with 94 additions and 7 deletions

13
components/AboutMe.vue Normal file
View file

@ -0,0 +1,13 @@
<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>