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
11 changes: 10 additions & 1 deletion src/components/home/Hero/LogosTableBy8.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ 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 GatesFoundationLogoUrl from "@site/static/img/logos/GatesFoundation.png";

import Slider from "react-slick";
// Import css files
Expand All @@ -49,7 +50,7 @@ export default function SimpleSlider() {
autoplay: true,
};
return (
<Slider {...settings} style={{maxWidth:"1500px", justifyContent: "center"}}>
<Slider {...settings} style={{ maxWidth: "1500px", justifyContent: "center" }}>
<div>
<LogosTable1 />
</div>
Expand Down Expand Up @@ -358,6 +359,14 @@ export function LogosTable5() {
style={{ width: "80px" }}
/>
</div>
<div className="col col--3 flex-full-centered">
<img
src={GatesFoundationLogoUrl}
className={styles.customer_logo}
alt={"Logo of Gates Foundation."}
style={{ width: "120px" }}
/>
</div>
</div>
</div>
);
Expand Down
Binary file added static/img/logos/GatesFoundation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading