From 72c9dc6bb34d65d33c9681e4763dad9a4f58de35 Mon Sep 17 00:00:00 2001
From: Emi Boucly
Date: Mon, 2 Jun 2025 15:29:22 +0200
Subject: [PATCH] =?UTF-8?q?feat:=20ajout=20de=20pas=20mal=20d'infos=20sur?=
=?UTF-8?q?=20mes=20centres=20d'int=C3=A9r=C3=AAt=20dans=20AboutView.vue,?=
=?UTF-8?q?=20ajout=20de=20mes=20coordon=C3=A9es=20dans=20CvView.vue?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
frontend/src/components/HeaderNav.vue | 1 +
frontend/src/router/index.ts | 10 ++++--
frontend/src/views/AboutView.vue | 46 +++++++++++++++++++++++++--
frontend/src/views/CvView.vue | 18 +++++++++++
4 files changed, 71 insertions(+), 4 deletions(-)
diff --git a/frontend/src/components/HeaderNav.vue b/frontend/src/components/HeaderNav.vue
index 2d449d3..851b30e 100644
--- a/frontend/src/components/HeaderNav.vue
+++ b/frontend/src/components/HeaderNav.vue
@@ -1,5 +1,6 @@
diff --git a/frontend/src/router/index.ts b/frontend/src/router/index.ts
index 99a1cdd..edf4ec5 100644
--- a/frontend/src/router/index.ts
+++ b/frontend/src/router/index.ts
@@ -1,6 +1,7 @@
import { createRouter, createWebHistory } from 'vue-router'
-import HomeView from '../views/HomeView.vue'
-import AboutView from '../views/AboutView.vue'
+import HomeView from '@/views/HomeView.vue'
+import AboutView from '@/views/AboutView.vue'
+import CvView from "@/views/CvView.vue";
const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
@@ -15,6 +16,11 @@ const router = createRouter({
name: 'about',
component: AboutView,
},
+ {
+ path: '/cv',
+ name: 'cv',
+ component: CvView
+ }
],
})
diff --git a/frontend/src/views/AboutView.vue b/frontend/src/views/AboutView.vue
index 1365fa6..bf6a430 100644
--- a/frontend/src/views/AboutView.vue
+++ b/frontend/src/views/AboutView.vue
@@ -34,11 +34,51 @@
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:
+ Huge Kasane Teto fan, KAFU enjoyer, Ado follower, Gloryhammer headbanger, just to name a few.
+ Maybe I should make a public playlist for you to check :think:
-
Want a linktree ? Have one
+
Anime and manga stuff
+
+ Steins;Gate fan, NGNL-Zero's my fav animated film all-time, is there more to explain?
+ Jokes apart, i'm not a HUGE anime watcher, but i'm still an anime enjoyer. Working at an anime association 'round home.
+ [Insérer paragraphe pertinent]
+
+
+
+
Video game stuff
+
+ I'm playing a bit too much roguelites I think-
+ Huge fan of Mateusz Skutnik's works, like Submachine (Legacy), Covert Front and Slice of Sea. If you like good ol'
+ point and clicks, check that guy out, he's on those games since 2005. So yeah, I use to play a heck lot of flash games.
+
+ [Insérer paragraphe utile]
+
+
+
+
Art stuff
+
+ I'm drawing on paper and on photoshop sometimes when I'm bored (and maybe at work too). Check my instagram for more pics, but here,
+ you can have some.
+
+ [Penser à inclure des photos !!]
+
+
+
+
Telecom stuff
+
+ I'm studying telecommunications, so obviously I have some knowledge and interest about it.
+ I'm planning on making guitar pedals (an overdrive one seems really easy to make, only take some LC filters)
+ and maybe a modular MOOG synthesizer if I ever find motivation to build one.
+ I know the basics about amplutide and frequency modulation, QAM, spectre analysis, fibre optics, electronics...
+ And i hopefully plan to lean more :D
+ [Insérer de la SCIENCE]
+