first commit
This commit is contained in:
parent
b216a187bd
commit
f73c77f548
119 changed files with 4504 additions and 4829 deletions
9
backend/data/contact.json
Normal file
9
backend/data/contact.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"first_name": "Anthony",
|
||||
"last_name": "VIOLET",
|
||||
"email": "tutu@tutu.com",
|
||||
"phone_number": "bah nope",
|
||||
"linkedin": "tjrs pas... quoique",
|
||||
"git": "non",
|
||||
"web": "ok"
|
||||
}
|
||||
36
backend/data/cv.json
Normal file
36
backend/data/cv.json
Normal 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"
|
||||
]
|
||||
}
|
||||
]
|
||||
34
backend/data/projects.json
Normal file
34
backend/data/projects.json
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[
|
||||
{
|
||||
"id": 1,
|
||||
"name": "test",
|
||||
"description": "test",
|
||||
"technologies": "test",
|
||||
"image": "test",
|
||||
"url": "test",
|
||||
"source": "test",
|
||||
"created_at": 1758087635.903851,
|
||||
"updated_at": 1758087635.903851,
|
||||
"status": [
|
||||
"En cours",
|
||||
"Terminé",
|
||||
"Futur projet"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Maitre pokemon",
|
||||
"description": "je suis le maitre Pokemon avec les 8 badges en ma possesion",
|
||||
"technologies": "IT-PokeMaster",
|
||||
"image": "Masterball.png",
|
||||
"url": "Masterball.png",
|
||||
"source": "Pokepedia",
|
||||
"created_at": 1758089969.696575,
|
||||
"updated_at": 1758089969.696576,
|
||||
"status": [
|
||||
"En cours",
|
||||
"Terminé",
|
||||
"Futur projet"
|
||||
]
|
||||
}
|
||||
]
|
||||
14
backend/data/services.json
Normal file
14
backend/data/services.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[
|
||||
{
|
||||
"id": 1,
|
||||
"name" : "Création de site web",
|
||||
"icon": "🌐",
|
||||
"description": "Des sites web modernes, responsives et optimisés pour tous les appareils."
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name" : "Création de site web",
|
||||
"icon": "🌐",
|
||||
"description": "Des sites web modernes, responsives et optimisés pour tous les appareils."
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue