first commit

This commit is contained in:
mrtoine 2025-09-20 14:16:14 +02:00
parent b216a187bd
commit f73c77f548
119 changed files with 4504 additions and 4829 deletions

36
backend/data/cv.json Normal file
View file

@ -0,0 +1,36 @@
[
{
"about_text": "Après environ 15 ans d'apprentissage en autodidacte, j'ai pu approfondir et expérimenter mes connaissances dans le développement web (PHP, POO, CSS, HTML, SQL...).",
"my_values": "la montagne, la neige et le caca",
"my_skills": [
{
"Python": [
"Numpy",
"Pandas"
],
"Javascript": [
"NodeJS",
"React"
]
}
],
"technologies": [
"PHP",
"Python"
],
"work_experience": [
{
"Vendanges": "lol"
}
],
"education": [
{
"Technofutur": "rien"
}
],
"hobbies": [
"manger",
"bouger"
]
}
]