diff --git a/content/team.json b/content/team.json index ca4dc98..c4b7949 100644 --- a/content/team.json +++ b/content/team.json @@ -150,6 +150,28 @@ ], "id": "alvaro" }, + { + "title": "team.title_22", + "subtitle": "team.subtitle_22", + "socialmedia": [ + { + "url": "https://www.linkedin.com/in/lucianouchurrua/", + "icon": "ln" + } + ], + "id": "lucho" + }, + { + "title": "team.title_23", + "subtitle": "team.subtitle_23", + "socialmedia": [ + { + "url": "https://www.linkedin.com/in/rosario-lenkiewicz/", + "icon": "ln" + } + ], + "id": "rosario" + }, { "title": "team.title_15", "subtitle": "team.subtitle_15", diff --git a/src/components/team-slider/index.js b/src/components/team-slider/index.js index ae34abe..061c2b7 100644 --- a/src/components/team-slider/index.js +++ b/src/components/team-slider/index.js @@ -50,10 +50,10 @@ export default ({ slides,title }) => { {slides.slice(0, 2).map((team, index) => )} - {shuffleArray(slides.slice(2, 13)).map((team, index) => + {shuffleArray(slides.slice(2, 15)).map((team, index) => )} - {slides.slice(13).map((team, index) => + {slides.slice(15).map((team, index) => )} diff --git a/src/components/team/assets/lucho.jpg b/src/components/team/assets/lucho.jpg new file mode 100644 index 0000000..52095b8 Binary files /dev/null and b/src/components/team/assets/lucho.jpg differ diff --git a/src/components/team/assets/rosario.jpg b/src/components/team/assets/rosario.jpg new file mode 100644 index 0000000..c64470b Binary files /dev/null and b/src/components/team/assets/rosario.jpg differ diff --git a/src/components/team/style.scss b/src/components/team/style.scss index c1f446b..858fc07 100644 --- a/src/components/team/style.scss +++ b/src/components/team/style.scss @@ -208,3 +208,15 @@ background-size: cover; background-repeat: no-repeat; } + +.lucho-bg:before { + background:url(./assets/lucho.jpg); + background-size: cover; + background-repeat: no-repeat; +} + +.rosario-bg:before { + background:url(./assets/rosario.jpg); + background-size: cover; + background-repeat: no-repeat; +} diff --git a/src/intl/en.json b/src/intl/en.json index b1a2b49..04c7539 100644 --- a/src/intl/en.json +++ b/src/intl/en.json @@ -683,8 +683,14 @@ "subtitle_20": "Board of Directors", "title_21": "Mariano Heller", - "subtitle_21": "Board of Directors" + "subtitle_21": "Board of Directors", + "title_22": "Luciano Churriarin", + "subtitle_22": "UX and UI Designer", + + "title_23": "Rosario Lenkiewicz", + "subtitle_23": "Administrative management" + }, "council": { diff --git a/src/intl/es.json b/src/intl/es.json index c7b5e15..2bac8df 100644 --- a/src/intl/es.json +++ b/src/intl/es.json @@ -501,7 +501,13 @@ "subtitle_20": "Comisión directiva", "title_21": "Mariano Heller", - "subtitle_21": "Comisión Directiva" + "subtitle_21": "Comisión Directiva", + + "title_22": "Luciano Churriarin", + "subtitle_22": "Diseñador UX/UI", + + "title_23": "Rosario Lenkiewicz", + "subtitle_23": "Gestión administrativa" }, "council": {