Skip to content

Commit 0621328

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

File tree

16 files changed

+271
-0
lines changed

16 files changed

+271
-0
lines changed

src/components/home/Hero/LogosTableBy8.tsx

Lines changed: 28 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";
@@ -327,6 +330,31 @@ export function LogosTable4() {
327330
style={{ width: "80px" }}
328331
/>
329332
</div>
333+
<div className="col col--3 flex-full-centered">
334+
<img
335+
src={ESALogoUrl}
336+
className={styles.customer_logo}
337+
alt={"Logo of ESA."}
338+
style={{ width: "80px" }}
339+
/>
340+
</div>
341+
</div>
342+
</div>
343+
);
344+
}
345+
346+
export function LogosTable5() {
347+
return (
348+
<div className={"container" + " " + styles.table_with_8_customers}>
349+
<div className="row row--no-gutters">
350+
<div className="col col--3 flex-full-centered">
351+
<img
352+
src={CNESLogoUrl}
353+
className={styles.customer_logo}
354+
alt={"Logo of CNES."}
355+
style={{ width: "140px" }}
356+
/>
357+
</div>
330358
</div>
331359
</div>
332360
);

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)