Skip to content

Commit b046b8f

Browse files
Merge pull request #287 from HaudinFlorence/add-customers-logo
Add new logos to the customers carousel.
2 parents 5566f01 + 306781b commit b046b8f

File tree

16 files changed

+288
-14
lines changed

16 files changed

+288
-14
lines changed

src/components/home/Hero/LogosTableBy8.tsx

Lines changed: 45 additions & 14 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";
@@ -46,20 +49,23 @@ export default function SimpleSlider() {
4649
autoplay: true,
4750
};
4851
return (
49-
<Slider {...settings} style={{maxWidth:"1500px", justifyContent: "center"}}>
50-
<div>
51-
<LogosTable1 />
52-
</div>
53-
<div>
54-
<LogosTable2 />
55-
</div>
56-
<div>
57-
<LogosTable3 />
58-
</div>
59-
<div>
60-
<LogosTable4 />
61-
</div>
62-
</Slider>
52+
<Slider {...settings}>
53+
<div>
54+
<LogosTable1 />
55+
</div>
56+
<div>
57+
<LogosTable2 />
58+
</div>
59+
<div>
60+
<LogosTable3 />
61+
</div>
62+
<div>
63+
<LogosTable4 />
64+
</div>
65+
<div>
66+
<LogosTable5 />
67+
</div>
68+
</Slider>
6369
);
6470
}
6571

@@ -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: "80px" }}
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)