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
4 changes: 2 additions & 2 deletions src/components/LogoGrid.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
}

.customer_logo {
height: 36px;
width: auto;
width:100px;
height: auto;
filter: grayscale(1);
opacity: 0.75;
object-fit: contain;
Expand Down
9 changes: 8 additions & 1 deletion src/components/LogoGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ 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 WikimediaLogoUrl from "@site/static/img/logos/Wikimedia.png";
import StripeLogoUrl from "@site/static/img/logos/Stripe.png";
import LFLogoUrl from "@site/static/img/logos/LF.png";


const logos = [
{ src: BloombergLogoUrl, alt: "Bloomberg" },
Expand Down Expand Up @@ -71,6 +75,9 @@ const logos = [
{ src: ERDCLogoUrl, alt: "ERDC" },
{ src: PandaLogoUrl, alt: "Panda" },
{ src: CNESLogoUrl, alt: "CNES" },
{ src: WikimediaLogoUrl, alt: "Wikimedia" },
{ src: StripeLogoUrl, alt: "Stripe" },
{ src: LFLogoUrl, alt: "LF" },
];

export default function LogoGrid() {
Expand All @@ -81,4 +88,4 @@ export default function LogoGrid() {
))}
</div>
);
}
}
Binary file modified static/img/logos/CEA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/logos/CFM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/logos/GainTheory.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/logos/LF.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/logos/SG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/logos/Stripe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/logos/Wikimedia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading