feat: début AboutView.vue

This commit is contained in:
Emi Boucly 2025-04-24 09:27:49 +02:00
parent 8e694ee1cd
commit 1be21957e2
4 changed files with 40 additions and 7 deletions

View file

@ -3,11 +3,29 @@
</script>
<template>
<div class="centerdown">
<div class="">
<div class="center">
<h1>Who am I ?</h1>
</div>
<div class="margin">
<div class="flex">
Heya ! Ako here. <img src="../components/icons/wave.webp" alt="wave" class="emote">
</div>
<div>
I'm a 19-year-old proud transfem and programming passionate. I develop softwares, scripts and maintain my own
server infrastructure in my free time.
</div>
<div>
</div>
</div>
</div>
</template>
<style scoped lang="scss">
@use '@/assets/base';
.emote {
height: 3rem;
}
</style>