diff --git a/src/components/home/Hero/LogosTableBy8.tsx b/src/components/home/Hero/LogosTableBy8.tsx index ebbcac53..46015c1a 100644 --- a/src/components/home/Hero/LogosTableBy8.tsx +++ b/src/components/home/Hero/LogosTableBy8.tsx @@ -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 @@ -49,7 +50,7 @@ export default function SimpleSlider() { autoplay: true, }; return ( - +
@@ -358,6 +359,14 @@ export function LogosTable5() { style={{ width: "80px" }} /> +
+ {"Logo +
); diff --git a/static/img/logos/GatesFoundation.png b/static/img/logos/GatesFoundation.png new file mode 100644 index 00000000..0b2dff41 Binary files /dev/null and b/static/img/logos/GatesFoundation.png differ