File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ import CEALogoUrl from "@site/static/img/logos/CEA.png";
3232import EcolePolytechniqueLogoUrl from "@site/static/img/logos/EcolePolytechnique.png" ;
3333import ESALogoUrl from "@site/static/img/logos/ESA.png" ;
3434import CNESLogoUrl from "@site/static/img/logos/CNES.png" ;
35+ import GatesFoundationLogoUrl from "@site/static/img/logos/GatesFoundation.png" ;
3536
3637import 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 ) ;
You can’t perform that action at this time.
0 commit comments