mirror of
https://github.com/Akomry/website.git
synced 2025-12-06 11:33:54 +00:00
feat: début AboutView.vue
This commit is contained in:
parent
8e694ee1cd
commit
1be21957e2
4 changed files with 40 additions and 7 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue