Skip to content

Commit

Permalink
Add Seisware sponsor logo and link to SponsorSection (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaiahA21 authored Dec 12, 2024
1 parent c36fab4 commit 8ba1112
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/SponsorSection/SponsorsInfo.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import sponsorLogoArcurve from "images/sponsors/sponsor-logo-arcurve.png";
import sponsorPason from "images/sponsors/sponsor-logo-pason.svg";
import sponsorIEEE from "images/sponsors/sponsor-logo-ieee.png";
import sponsorSeisware from "images/sponsors/sponsor-logo-seisware.png";

export type Organization = {
sponsorLink: string;
Expand All @@ -20,4 +21,8 @@ export const SponsorList: Organization[] = [
sponsorLink: "https://www.ieee.org/",
sponsorImage: sponsorIEEE,
},
{
sponsorLink: "https://seisware.com/",
sponsorImage: sponsorSeisware,
}
];
Binary file added src/images/sponsors/sponsor-logo-seisware.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8ba1112

Please sign in to comment.