Fix UNPKG -> passage a Ionicons

This commit is contained in:
2022-07-17 11:20:35 +02:00
parent c7bfdd8f1a
commit 8851f060b3
23 changed files with 2361 additions and 398 deletions

View File

@@ -1,113 +1,101 @@
{
"title":"Anthony Yvon Dumas",
"subtitle":"Software Developer @ Harvest",
"curriculumVitaeLink" : "CV (in .pdf)",
"experienceCard" : {
"title" : {
"experience" : "Experience",
"education" : "Education"
},
"experiences" : [
{
"occupation" : "Software Developer",
"logo" : "../../images/logos/harvest.fr.png",
"url" : "https://www.harvest.fr",
"duration" : "(since 2016)",
"entreprise" : "Harvest",
"location" : "Clermont-Ferrand",
"description" : "Development of responsive websites and APIs for wealth management and finance professionals.",
"tags" : [
"Java EE",
"Angular",
"OpenAPI",
"jQuery",
"Spring",
"Scrum Environment"
]
},
{
"occupation" : "Internship as IOT Developer",
"logo" : "../../images/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" : [
{
"occupation" : "Associate's Degree in Computer Science / Digital Imaging *",
"logo" : "../../images/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"
]
}
]
"title": "Anthony Yvon Dumas",
"subtitle": "Software Developer @ Harvest",
"curriculumVitaeLink": "CV (in .pdf)",
"experienceCard": {
"title": {
"experience": "Experience",
"education": "Education"
},
"projectCard" : {
"projects" : [
{
"title" : "IOT@Michelin",
"url" : "https://prezi.com/m/o8ey8mmpnkvp/",
"image" : "../../images/portfolio/computerNonSense.jpg",
"imgAlt" : "An IOT prototype.",
"imgTitle" : "An IOT prototype."
},
{
"title" : "ADM Photographie",
"url" : "https://photos.adm.ink/",
"image" : "../../images/portfolio/admPhotos.jpg",
"imgAlt" : "A picture of a beautiful town.",
"imgTitle" : "A picture of a beautiful town."
}
"experiences": [
{
"occupation": "Software Developer",
"logo": "../../images/logos/harvest.fr.png",
"url": "https://www.harvest.fr",
"duration": "(since 2016)",
"entreprise": "Harvest",
"location": "Clermont-Ferrand",
"description": "Development of responsive websites and APIs for wealth management and finance professionals.",
"tags": [
"Java EE",
"Angular",
"OpenAPI",
"jQuery",
"Spring",
"Scrum Environment"
]
},
"contactCard" : {
"title" : "Contact",
"subtitle" : "You can contact me in many different ways :",
"ways" : [
{
"title" : "Email",
"url" : "mailto:anthony@dumas.cc",
"icon" : "mail-unread"
},
{
"title" : "LinkedIn",
"url" : "https://www.linkedin.com/in/anthonyyvondumas/",
"icon" : "logo-linkedin"
},
{
"title" : "Discord",
"url" : "https://discord.com/users/66154147279273984",
"icon" : "call"
},
{
"title" : "Twitter",
"url" : "https://twitter.com/adamas_fr",
"icon" : "logo-twitter"
}
]
},
"footer" : {
"legalNotice" : "Copyright © 2014 - 2021 Anthony Dumas. All rights reserved.",
"darkThemeNotice" : "(This is the dark theme)"
}
},
{
"occupation": "Internship as IOT Developer",
"logo": "../../images/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": [
{
"occupation": "Associate's Degree in Computer Science / Digital Imaging *",
"logo": "../../images/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"]
}
]
},
"projectCard": {
"projects": [
{
"title": "IOT@Michelin",
"url": "https://prezi.com/m/o8ey8mmpnkvp/",
"image": "../../images/portfolio/computerNonSense.jpg",
"imgAlt": "An IOT prototype.",
"imgTitle": "An IOT prototype."
},
{
"title": "ADM Photographie",
"url": "https://photos.adm.ink/",
"image": "../../images/portfolio/admPhotos.jpg",
"imgAlt": "A picture of a beautiful town.",
"imgTitle": "A picture of a beautiful town."
}
]
},
"contactCard": {
"title": "Contact",
"subtitle": "You can contact me in many different ways :",
"ways": [
{
"title": "Email",
"url": "mailto:anthony@dumas.cc",
"icon": "md-mail-unread"
},
{
"title": "LinkedIn",
"url": "https://www.linkedin.com/in/anthonyyvondumas/",
"icon": "logo-linkedin"
},
{
"title": "Discord",
"url": "https://discord.com/users/66154147279273984",
"icon": "md-call"
},
{
"title": "Twitter",
"url": "https://twitter.com/adamas_fr",
"icon": "logo-twitter"
}
]
},
"footer": {
"legalNotice": "Copyright © 2014 - 2021 Anthony Dumas. All rights reserved.",
"darkThemeNotice": "(This is the dark theme)"
}
}

View File

@@ -1,126 +1,116 @@
{
"title":"Anthony Yvon Dumas",
"subtitle":"Software Developer @ Harvest",
"curriculumVitaeLink" : "CV (.pdf)",
"experienceCard" : {
"title" : {
"experience" : "Expériences professionnelles",
"education" : "Études et diplômes"
},
"experiences" : [
{
"occupation" : "Software Developer",
"logo" : "../../images/logos/harvest.fr.png",
"url" : "https://www.harvest.fr",
"duration" : "depuis 2016",
"entreprise" : "Harvest",
"location" : "Clermont-Ferrand",
"description" : "Développement de simulateurs dédiés au conseil et à la vente de produits bancaires.",
"tags" : [
"Java EE",
"Angular",
"OpenAPI",
"jQuery",
"Spring",
"Environnement Scrum"
]
},
{
"occupation" : "Stagiaire Développeur Internet des Objets",
"logo" : "../../images/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",
"Environnement Scrum"
]
}
],
"education" : [
{
"occupation" : "DUT Informatique - Imagerie Numérique",
"logo" : "../../images/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"
]
},
{
"occupation" : "L2 Informatique",
"logo" : "../../images/logos/www.uca.fr.png",
"url" : "https://www.uca.fr",
"duration" : "2016",
"entreprise" : "Université Clermont-Auvergne",
"location" : "Clermont-Ferrand",
"description" : "",
"tags" : [
"Python",
"Linux"
]
}
]
"title": "Anthony Yvon Dumas",
"subtitle": "Software Developer @ Harvest",
"curriculumVitaeLink": "CV (.pdf)",
"experienceCard": {
"title": {
"experience": "Expériences professionnelles",
"education": "Études et diplômes"
},
"projectCard" : {
"projects" : [
{
"title" : "IOT@Michelin",
"url" : "https://prezi.com/m/o8ey8mmpnkvp/",
"image" : "../../images/portfolio/computerNonSense.jpg",
"imgAlt" : "Une photo d'un micro ordinateur dans ma main",
"imgTitle" : "Une photo d'un micro ordinateur dans ma main"
},
{
"title" : "ADM Photographie",
"url" : "https://photos.adm.ink/",
"image" : "../../images/portfolio/admPhotos.jpg",
"imgAlt" : "Une photo du village de mon enfance",
"imgTitle" : "Une photo du village de mon enfance"
}
"experiences": [
{
"occupation": "Software Developer",
"logo": "../../images/logos/harvest.fr.png",
"url": "https://www.harvest.fr",
"duration": "depuis 2016",
"entreprise": "Harvest",
"location": "Clermont-Ferrand",
"description": "Développement de simulateurs dédiés au conseil et à la vente de produits bancaires.",
"tags": [
"Java EE",
"Angular",
"OpenAPI",
"jQuery",
"Spring",
"Environnement Scrum"
]
},
"contactCard" : {
"title" : "Contact",
"subtitle" : "Vous pouvez me contacter de nombreuses façons !",
"ways" : [
{
"title" : "Courriel",
"url" : "mailto:anthony@dumas.cc",
"icon" : "mail-unread"
},
{
"title" : "LinkedIn",
"url" : "https://www.linkedin.com/in/anthonyyvondumas/",
"icon" : "logo-linkedin"
},
{
"title" : "Discord",
"url" : "https://discord.com/users/66154147279273984",
"icon" : "call"
},
{
"title" : "Twitter",
"url" : "https://twitter.com/adamas_fr",
"icon" : "logo-twitter"
}
},
{
"occupation": "Stagiaire Développeur Internet des Objets",
"logo": "../../images/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",
"Environnement Scrum"
]
},
"footer" : {
"legalNotice" : "Copyright © 2014 - 2022 Anthony Dumas.",
"darkThemeNotice" : "(Ceci est le thème sombre)"
}
}
],
"education": [
{
"occupation": "DUT Informatique - Imagerie Numérique",
"logo": "../../images/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"]
},
{
"occupation": "L2 Informatique",
"logo": "../../images/logos/www.uca.fr.png",
"url": "https://www.uca.fr",
"duration": "2016",
"entreprise": "Université Clermont-Auvergne",
"location": "Clermont-Ferrand",
"description": "",
"tags": ["Python", "Linux"]
}
]
},
"projectCard": {
"projects": [
{
"title": "IOT@Michelin",
"url": "https://prezi.com/m/o8ey8mmpnkvp/",
"image": "../../images/portfolio/computerNonSense.jpg",
"imgAlt": "Une photo d'un micro ordinateur dans ma main",
"imgTitle": "Une photo d'un micro ordinateur dans ma main"
},
{
"title": "ADM Photographie",
"url": "https://photos.adm.ink/",
"image": "../../images/portfolio/admPhotos.jpg",
"imgAlt": "Une photo du village de mon enfance",
"imgTitle": "Une photo du village de mon enfance"
}
]
},
"contactCard": {
"title": "Contact",
"subtitle": "Vous pouvez me contacter de nombreuses façons !",
"ways": [
{
"title": "Courriel",
"url": "mailto:anthony@dumas.cc",
"icon": "md-mail-unread"
},
{
"title": "LinkedIn",
"url": "https://www.linkedin.com/in/anthonyyvondumas/",
"icon": "logo-linkedin"
},
{
"title": "Discord",
"url": "https://discord.com/users/66154147279273984",
"icon": "md-call"
},
{
"title": "Twitter",
"url": "https://twitter.com/adamas_fr",
"icon": "logo-twitter"
}
]
},
"footer": {
"legalNotice": "Copyright © 2014 - 2022 Anthony Dumas.",
"darkThemeNotice": "(Ceci est le thème sombre)"
}
}