Professionnalisation des titres
This commit is contained in:
parent
79007f0d0a
commit
8e71e2c9d3
@ -61,12 +61,12 @@ class MainCard extends Component {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="column is-7" id="experiences">
|
<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){
|
{experienceCardMessage.experiences.map(function(experience, index){
|
||||||
return <ExperienceCard
|
return <ExperienceCard
|
||||||
data={experience}/>;
|
data={experience}/>;
|
||||||
})}
|
})}
|
||||||
<span class="title">Education</span>
|
<span class="title">{experienceCardMessage.title.education}</span>
|
||||||
{experienceCardMessage.education.map(function(education, index){
|
{experienceCardMessage.education.map(function(education, index){
|
||||||
return <ExperienceCard
|
return <ExperienceCard
|
||||||
data={education}/>;
|
data={education}/>;
|
||||||
|
@ -3,7 +3,10 @@
|
|||||||
"subtitle":"Full Stack Developer @ Harvest",
|
"subtitle":"Full Stack Developer @ Harvest",
|
||||||
"curriculumVitaeLink" : "Curriculum Vitae",
|
"curriculumVitaeLink" : "Curriculum Vitae",
|
||||||
"experienceCard" : {
|
"experienceCard" : {
|
||||||
"title" : "Experience",
|
"title" : {
|
||||||
|
"experience" : "Experience",
|
||||||
|
"education" : "Education"
|
||||||
|
},
|
||||||
"experiences" : [
|
"experiences" : [
|
||||||
{
|
{
|
||||||
"occupation" : "Full Stack Developer",
|
"occupation" : "Full Stack Developer",
|
||||||
@ -60,13 +63,6 @@
|
|||||||
},
|
},
|
||||||
"projectCard" : {
|
"projectCard" : {
|
||||||
"projects" : [
|
"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",
|
"title" : "IOT@Michelin",
|
||||||
"url" : "https://prezi.com/m/o8ey8mmpnkvp/",
|
"url" : "https://prezi.com/m/o8ey8mmpnkvp/",
|
||||||
|
@ -3,7 +3,10 @@
|
|||||||
"subtitle":"Software Developer @ Harvest",
|
"subtitle":"Software Developer @ Harvest",
|
||||||
"curriculumVitaeLink" : "CV",
|
"curriculumVitaeLink" : "CV",
|
||||||
"experienceCard" : {
|
"experienceCard" : {
|
||||||
"title" : "Experience",
|
"title" : {
|
||||||
|
"experience" : "Expériences professionnelles",
|
||||||
|
"education" : "Études et diplômes"
|
||||||
|
},
|
||||||
"experiences" : [
|
"experiences" : [
|
||||||
{
|
{
|
||||||
"occupation" : "Software Developer",
|
"occupation" : "Software Developer",
|
||||||
@ -61,13 +64,6 @@
|
|||||||
},
|
},
|
||||||
"projectCard" : {
|
"projectCard" : {
|
||||||
"projects" : [
|
"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",
|
"title" : "IOT@Michelin",
|
||||||
"url" : "https://prezi.com/m/o8ey8mmpnkvp/",
|
"url" : "https://prezi.com/m/o8ey8mmpnkvp/",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user