mirror of
https://github.com/Akomry/website.git
synced 2025-12-06 03:33:53 +00:00
feat: ajout de computer stuff, music stuff et d'un petit linktree sur la page AboutView.vue
This commit is contained in:
parent
1be21957e2
commit
0944626f24
2 changed files with 46 additions and 2 deletions
|
|
@ -12,8 +12,41 @@
|
|||
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.
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
<p>
|
||||
On E since <time datetime="2025-27-05T17:00:00TZD">27th May, 2025</time>
|
||||
</p>
|
||||
<br>
|
||||
|
||||
<h2 style="text-decoration: underline">Computer stuff</h2>
|
||||
<p>
|
||||
Passionate about linux, its architecture, how it works, <em>i use arch btw</em>, and plan on someday make a LFS.
|
||||
I'm self-hosting game servers, this website and several other services through systemd units and containers.
|
||||
Maybe it's time to host a ptero install? Anyways.
|
||||
I'm coding in Java, sometimes (rarely) in JS/TS, scripting using bash.
|
||||
</p>
|
||||
<br>
|
||||
<h2 style="text-decoration: underline">Music stuff</h2>
|
||||
<p>
|
||||
I'm a beginner vocaloid producer, using FL Studio, SynthesizerV and some random knowledge I acquired on the internet.
|
||||
Also been self-taught bass and guitar for 3 years now, have random skills on piano when absolutely needed.
|
||||
Maybe one day i'll commit on learning drums and saxophone.
|
||||
Huge Kasane Teto fan, KAFU enjoyer, Ado follower, maybe I should make a public playlist for you to check :think:
|
||||
</p>
|
||||
|
||||
<br>
|
||||
<p>Want a linktree ? Have one</p>
|
||||
<ul>
|
||||
<li><a href="">Backloggd</a></li>
|
||||
<li><a href="">Steam</a></li>
|
||||
<li><a href="">Discord</a></li>
|
||||
<li><a href="">GitHub</a></li>
|
||||
<li><a href="">Itch.io</a></li>
|
||||
<li><a href="">SoundCloud</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
|
|
|
|||
11
frontend/src/views/CvView.vue
Normal file
11
frontend/src/views/CvView.vue
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue