Skip to content

Commit 67ed252

Browse files
Update clients list.
1 parent 33e232f commit 67ed252

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/components/home/Hero/LogosTableBy8.tsx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import CEALogoUrl from "@site/static/img/logos/CEA.png";
3232
import EcolePolytechniqueLogoUrl from "@site/static/img/logos/EcolePolytechnique.png";
3333
import ESALogoUrl from "@site/static/img/logos/ESA.png";
3434
import CNESLogoUrl from "@site/static/img/logos/CNES.png";
35+
import GatesFoundationLogoUrl from "@site/static/img/logos/GatesFoundation.png";
3536

3637
import Slider from "react-slick";
3738
// Import css files
@@ -49,7 +50,7 @@ export default function SimpleSlider() {
4950
autoplay: true,
5051
};
5152
return (
52-
<Slider {...settings} style={{maxWidth:"1500px", justifyContent: "center"}}>
53+
<Slider {...settings} style={{ maxWidth: "1500px", justifyContent: "center" }}>
5354
<div>
5455
<LogosTable1 />
5556
</div>
@@ -358,6 +359,14 @@ export function LogosTable5() {
358359
style={{ width: "80px" }}
359360
/>
360361
</div>
362+
<div className="col col--3 flex-full-centered">
363+
<img
364+
src={GatesFoundationLogoUrl}
365+
className={styles.customer_logo}
366+
alt={"Logo of Gates Foundation."}
367+
style={{ width: "120px" }}
368+
/>
369+
</div>
361370
</div>
362371
</div>
363372
);
6.74 KB
Loading

0 commit comments

Comments
 (0)