Dynamisation du component ExperienceCard

> + Traduction
This commit is contained in:
2021-01-03 00:43:05 +01:00
parent cb8dcd4c58
commit 8e2865cf19
9 changed files with 159 additions and 45 deletions

View File

@@ -1,4 +1,60 @@
{
"title":"Anthony Dumas",
"subtitle":"Full Stack Developer @ Harvest"
"subtitle":"Full Stack Developer @ Harvest",
"experienceCard" : {
"title" : "Experience",
"experiences" : [
{
"ocupation" : "Full Stack Developer",
"logo" : "../../logos/harvest.fr.png",
"url" : "https://www.harvest.fr",
"duration" : "(since 2016)",
"entreprise" : "Harvest",
"location" : "Clermont-Ferrand",
"description" : "Development of responsive banking simulators and APIs.",
"tags" : [
"Java EE",
"Angular",
"OpenAPI",
"jQuery",
"Spring"
]
},
{
"ocupation" : "Internship as IOT Developer",
"logo" : "../../logos/michelin.png",
"url" : "https://www.michelin.fr",
"duration" : "2015",
"entreprise" : "Michelin",
"location" : "Clermont-Ferrand",
"description" : "End of year internship, study of the Internet of Things Market, making of a IOT prototype.",
"tags" : [
"MongoDB",
"Node.js",
"Word",
"Powerpoint"
]
}
],
"education" : [
{
"ocupation" : "Associate's Degree in Computer Science / Digital Imaging *",
"logo" : "../../logos/www.iut-clermont.png",
"url" : "https://www.iut-clermont.fr/",
"duration" : "Class of 2015",
"entreprise" : "University of Auvergne",
"location" : "Le Puy-en-Velay",
"description" : "Real Time 3D development, Web, 3D computer graphic, image retouch.",
"commentaire" : "* Translation of DUT Informatique - Imagerie Numérique",
"tags" : [
"Unity",
"3DSMax",
"Photoshop",
"C++",
"Python",
"Web Design"
]
}
]
}
}

View File

@@ -1,4 +1,59 @@
{
"title":"Anthony Yvon Dumas",
"subtitle":"Développeur Full Stack @ Harvest"
"subtitle":"Développeur Full Stack @ Harvest",
"experienceCard" : {
"title" : "Experience",
"experiences" : [
{
"ocupation" : "Développeur Full Stack",
"logo" : "../../logos/harvest.fr.png",
"url" : "https://www.harvest.fr",
"duration" : "(depuis 2016)",
"entreprise" : "Harvest",
"location" : "Clermont-Ferrand",
"description" : "Développement de simulateurs bancaires responsives.",
"tags" : [
"Java EE",
"Angular",
"OpenAPI",
"jQuery",
"Spring"
]
},
{
"ocupation" : "Stagiaire Développeur Internet des Objets",
"logo" : "../../logos/michelin.png",
"url" : "https://www.michelin.fr",
"duration" : "2015",
"entreprise" : "Michelin",
"location" : "Clermont-Ferrand",
"description" : "Stage de fin d'étude DUT, etude du marché des objets connectés, création d'un prototype embarqué.",
"tags" : [
"MongoDB",
"Node.js",
"Word",
"Powerpoint"
]
}
],
"education" : [
{
"ocupation" : "DUT Informatique - Imagerie Numérique",
"logo" : "../../logos/www.iut-clermont.png",
"url" : "https://www.iut-clermont.fr/",
"duration" : "Promotion 2015",
"entreprise" : "Université d'Auvergne",
"location" : "Le Puy-en-Velay",
"description" : "Programmation 3D temps réel, Web, infographie 3D, retouche d'image.",
"tags" : [
"Unity",
"3DSMax",
"Photoshop",
"C++",
"Python",
"Web Design"
]
}
]
}
}