Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 45 additions & 14 deletions src/components/home/Hero/LogosTableBy8.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ import UniversiteParisSaclayLogoUrl from "@site/static/img/logos/UniversiteParis
import UnitedRoboticsLogoUrl from "@site/static/img/logos/UnitedRobotics.png";
import CEALogoUrl from "@site/static/img/logos/CEA.png";
import EcolePolytechniqueLogoUrl from "@site/static/img/logos/EcolePolytechnique.png";
import ESALogoUrl from "@site/static/img/logos/ESA.png";
import CNESLogoUrl from "@site/static/img/logos/CNES.png";

import Slider from "react-slick";
// Import css files
import "slick-carousel/slick/slick.css";
Expand All @@ -46,20 +49,23 @@ export default function SimpleSlider() {
autoplay: true,
};
return (
<Slider {...settings} style={{maxWidth:"1500px", justifyContent: "center"}}>
<div>
<LogosTable1 />
</div>
<div>
<LogosTable2 />
</div>
<div>
<LogosTable3 />
</div>
<div>
<LogosTable4 />
</div>
</Slider>
<Slider {...settings}>
<div>
<LogosTable1 />
</div>
<div>
<LogosTable2 />
</div>
<div>
<LogosTable3 />
</div>
<div>
<LogosTable4 />
</div>
<div>
<LogosTable5 />
</div>
</Slider>
);
}

Expand Down Expand Up @@ -327,6 +333,31 @@ export function LogosTable4() {
style={{ width: "80px" }}
/>
</div>
<div className="col col--3 flex-full-centered">
<img
src={ESALogoUrl}
className={styles.customer_logo}
alt={"Logo of ESA."}
style={{ width: "80px" }}
/>
</div>
</div>
</div>
);
}

export function LogosTable5() {
return (
<div className={"container" + " " + styles.table_with_8_customers}>
<div className="row row--no-gutters">
<div className="col col--3 flex-full-centered">
<img
src={CNESLogoUrl}
className={styles.customer_logo}
alt={"Logo of CNES."}
style={{ width: "80px" }}
/>
</div>
</div>
</div>
);
Expand Down
Binary file added static/img/logos/CNES.png
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 static/img/logos/ESA.png
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 static/img/logos/logos-png/Cresset.png
Binary file not shown.
Binary file removed static/img/logos/logos-png/ERDC.png
Binary file not shown.
Binary file removed static/img/logos/logos-png/Enthought.png
Binary file not shown.
Binary file removed static/img/logos/logos-png/GainTheory.png
Binary file not shown.
Binary file removed static/img/logos/logos-png/GainTheory2.png
Binary file not shown.
Binary file removed static/img/logos/logos-png/JRC.png
Binary file not shown.
Binary file removed static/img/logos/logos-png/MaxFordham.png
Binary file not shown.
Binary file removed static/img/logos/logos-png/Natixis.png
Binary file not shown.
Binary file removed static/img/logos/logos-png/Rapyuta.png
Binary file not shown.
Binary file removed static/img/logos/logos-png/Rapyuta2.png
Binary file not shown.
Binary file removed static/img/logos/logos-png/SG.png
Binary file not shown.
Binary file removed static/img/logos/logos-png/UnitedRobotics.png
Binary file not shown.
243 changes: 243 additions & 0 deletions static/img/logos/logos-svg/CNES.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.