diff --git a/src/components/MainCard/MainCard.js b/src/components/MainCard/MainCard.js
index 0343044..3ef45c3 100644
--- a/src/components/MainCard/MainCard.js
+++ b/src/components/MainCard/MainCard.js
@@ -61,12 +61,12 @@ class MainCard extends Component {
- {experienceCardMessage.title}
+ {experienceCardMessage.title.experience}
{experienceCardMessage.experiences.map(function(experience, index){
return ;
})}
- Education
+ {experienceCardMessage.title.education}
{experienceCardMessage.education.map(function(education, index){
return ;
diff --git a/src/messages/en.json b/src/messages/en.json
index 2b1d41b..8dcd232 100644
--- a/src/messages/en.json
+++ b/src/messages/en.json
@@ -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/",
diff --git a/src/messages/fr.json b/src/messages/fr.json
index d5f9dc7..380835c 100644
--- a/src/messages/fr.json
+++ b/src/messages/fr.json
@@ -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/",