mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-07-28 17:14:07 +00:00
work
This commit is contained in:
parent
03bf0f8778
commit
e577d87ce4
7 changed files with 94 additions and 7 deletions
13
components/AboutMe.vue
Normal file
13
components/AboutMe.vue
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue