Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/components/home/Hero/LogosTableBy8.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import EcolePolytechniqueLogoUrl from "@site/static/img/logos/EcolePolytechnique
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 SovereignTechAgencyLogoUrl from "@site/static/img/logos/SovereignTechAgency.png";

import Slider from "react-slick";
// Import css files
Expand Down Expand Up @@ -367,6 +368,14 @@ export function LogosTable5() {
style={{ width: "120px" }}
/>
</div>
<div className="col col--3 flex-full-centered">
<img
src={SovereignTechAgencyLogoUrl}
className={styles.customer_logo}
alt={"Logo of the Sovereign Tech Agency."}
style={{ width: "100px" }}
/>
</div>
</div>
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion static/atom.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/atom_all.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added static/img/logos/SovereignTechAgency.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static/rss.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/rss_all.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading