Professionnalisation des titres

This commit is contained in:
Anthony Dumas 2021-09-30 00:00:44 +02:00
parent 79007f0d0a
commit 8e71e2c9d3
3 changed files with 10 additions and 18 deletions

View File

@ -61,12 +61,12 @@ class MainCard extends Component {
</div>
<div class="column is-7" id="experiences">
<span class="title">{experienceCardMessage.title}</span>
<span class="title">{experienceCardMessage.title.experience}</span>
{experienceCardMessage.experiences.map(function(experience, index){
return <ExperienceCard
data={experience}/>;
})}
<span class="title">Education</span>
<span class="title">{experienceCardMessage.title.education}</span>
{experienceCardMessage.education.map(function(education, index){
return <ExperienceCard
data={education}/>;

View File

@ -3,7 +3,10 @@
"subtitle":"Full Stack Developer @ Harvest",
"curriculumVitaeLink" : "Curriculum Vitae",
"experienceCard" : {
"title" : "Experience",
"title" : {
"experience" : "Experience",
"education" : "Education"
},
"experiences" : [
{
"occupation" : "Full Stack Developer",
@ -60,13 +63,6 @@
},
"projectCard" : {
"projects" : [
{
"title" : "Dev Portfolio",
"url" : "http://dev.dumas.cc/",
"image" : "../../images/portfolio/vinyls.jpg",
"imgAlt" : "Hands running accross vinyls in a shop.",
"imgTitle" : "Photo by Florencia Viadana on Unsplash"
},
{
"title" : "IOT@Michelin",
"url" : "https://prezi.com/m/o8ey8mmpnkvp/",

View File

@ -3,7 +3,10 @@
"subtitle":"Software Developer @ Harvest",
"curriculumVitaeLink" : "CV",
"experienceCard" : {
"title" : "Experience",
"title" : {
"experience" : "Expériences professionnelles",
"education" : "Études et diplômes"
},
"experiences" : [
{
"occupation" : "Software Developer",
@ -61,13 +64,6 @@
},
"projectCard" : {
"projects" : [
{
"title" : "Portfolio Developpeur",
"url" : "http://dev.dumas.cc/",
"image" : "../../images/portfolio/vinyls.jpg",
"imgAlt" : "Des mains parcourant des vinyles sur un étalage",
"imgTitle" : "Photo by Florencia Viadana on Unsplash"
},
{
"title" : "IOT@Michelin",
"url" : "https://prezi.com/m/o8ey8mmpnkvp/",