Skip to content

Commit a991e32

Browse files
Add new logos to the customers carousel.
1 parent bd6244a commit a991e32

File tree

16 files changed

+274
-0
lines changed

16 files changed

+274
-0
lines changed

src/components/home/Hero/LogosTableBy8.tsx

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ import UniversiteParisSaclayLogoUrl from "@site/static/img/logos/UniversiteParis
3030
import UnitedRoboticsLogoUrl from "@site/static/img/logos/UnitedRobotics.png";
3131
import CEALogoUrl from "@site/static/img/logos/CEA.png";
3232
import EcolePolytechniqueLogoUrl from "@site/static/img/logos/EcolePolytechnique.png";
33+
import ESALogoUrl from "@site/static/img/logos/ESA.png";
34+
import CNESLogoUrl from "@site/static/img/logos/CNES.png";
35+
3336
import Slider from "react-slick";
3437
// Import css files
3538
import "slick-carousel/slick/slick.css";
@@ -59,6 +62,9 @@ export default function SimpleSlider() {
5962
<div>
6063
<LogosTable4 />
6164
</div>
65+
<div>
66+
<LogosTable5 />
67+
</div>
6268
</Slider>
6369
);
6470
}
@@ -327,6 +333,31 @@ export function LogosTable4() {
327333
style={{ width: "80px" }}
328334
/>
329335
</div>
336+
<div className="col col--3 flex-full-centered">
337+
<img
338+
src={ESALogoUrl}
339+
className={styles.customer_logo}
340+
alt={"Logo of ESA."}
341+
style={{ width: "80px" }}
342+
/>
343+
</div>
344+
</div>
345+
</div>
346+
);
347+
}
348+
349+
export function LogosTable5() {
350+
return (
351+
<div className={"container" + " " + styles.table_with_8_customers}>
352+
<div className="row row--no-gutters">
353+
<div className="col col--3 flex-full-centered">
354+
<img
355+
src={CNESLogoUrl}
356+
className={styles.customer_logo}
357+
alt={"Logo of CNES."}
358+
style={{ width: "140px" }}
359+
/>
360+
</div>
330361
</div>
331362
</div>
332363
);

static/img/logos/CNES.png

104 KB
Loading

static/img/logos/ESA.png

73.6 KB
Loading
-25.9 KB
Binary file not shown.
-5.95 KB
Binary file not shown.
-3.45 KB
Binary file not shown.
-94.5 KB
Binary file not shown.
-18.5 KB
Binary file not shown.

static/img/logos/logos-png/JRC.png

-63.9 KB
Binary file not shown.
-3.42 KB
Binary file not shown.

0 commit comments

Comments
 (0)