Skip to content

Commit

Permalink
cambio fotos de ceci y febe
Browse files Browse the repository at this point in the history
  • Loading branch information
mpvaldez committed Jan 22, 2025
1 parent d081354 commit fae411d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion src/components/team-slider/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,17 @@ export default ({ slides,title }) => {
<section id="team-slider" className="px-6 team-slider pb-6 hero is-fullheight-deesktop is-large is-primary">
<h1 className="pl-6 mb-0 mt-6 our-team title has-text-black">{intl.formatMessage({ id: title.slider_title})}</h1>
<Slider {...sliderSettingsWith3} >
{slides.slice(0, 2).map((team, index) =>
{/* {slides.slice(0, 2).map((team, index) =>
<Team data={team} key={index} className="pt-6"/>
)}
{shuffleArray(slides.slice(2, 15)).map((team, index) =>
<Team data={team} key={index} className="pt-6"/>
)}
{slides.slice(15).map((team, index) =>
<Team data={team} key={index} className="pt-6"/>
)} */}
{slides.map((team, index) =>
<Team data={team} key={index} className="pt-6"/>
)}

</Slider>
Expand Down
Binary file removed src/components/team/assets/ceci.jpeg
Binary file not shown.
Binary file added src/components/team/assets/ceci.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/fede-bertero.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 removed src/components/team/assets/fede-bertero.png
Binary file not shown.
4 changes: 2 additions & 2 deletions src/components/team/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
}

.fede-bertero-bg:before {
background:url(./assets/fede-bertero.png);
background:url(./assets/fede-bertero.jpg);
background-size: cover;
background-repeat: no-repeat;
}
Expand All @@ -164,7 +164,7 @@
}

.ceci-bg:before {
background:url(./assets/ceci.jpeg);
background:url(./assets/ceci.jpg);
background-size: cover;
background-repeat: no-repeat;
}
Expand Down

0 comments on commit fae411d

Please sign in to comment.