Skip to content

Commit

Permalink
agrego a lucho y a ro
Browse files Browse the repository at this point in the history
  • Loading branch information
mpvaldez committed Jan 22, 2025
1 parent c7af320 commit d081354
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 4 deletions.
22 changes: 22 additions & 0 deletions content/team.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/components/team-slider/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ export default ({ slides,title }) => {
{slides.slice(0, 2).map((team, index) =>
<Team data={team} key={index} className="pt-6"/>
)}
{shuffleArray(slides.slice(2, 13)).map((team, index) =>
{shuffleArray(slides.slice(2, 15)).map((team, index) =>
<Team data={team} key={index} className="pt-6"/>
)}
{slides.slice(13).map((team, index) =>
{slides.slice(15).map((team, index) =>
<Team data={team} key={index} className="pt-6"/>
)}

Expand Down
Binary file added src/components/team/assets/lucho.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/components/team/assets/rosario.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/components/team/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
8 changes: 7 additions & 1 deletion src/intl/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
8 changes: 7 additions & 1 deletion src/intl/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit d081354

Please sign in to comment.