Skip to content

Commit

Permalink
New sponsor: Intersystems (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlotacb authored Mar 27, 2024
1 parent 1f8b178 commit 23e4224
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions public/Sponsors/intersystems.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion src/app/components/SponsorsAndPartners.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ export default function SponsorsAndPartners() {
<SponsorsBlock>
<SponsorRow>
<GigaBox>
<SponsorUnrevealed />
<SponsorLogo
imageSrc={"/Sponsors/intersystems.svg"}
imageAlt={"instersystems"}
sponsorLink={"https://www.intersystems.com/"}
/>
</GigaBox>
</SponsorRow>

Expand Down
8 changes: 4 additions & 4 deletions src/app/genericComponents/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ export const PetaBox = PackageBox({
});

export const TeraBox = PackageBox({
width: "144px",
height: "104px",
width: "170px",
height: "130px",
});
export const GigaBox = PackageBox({
width: "136px",
height: "96px",
width: "144px",
height: "104px",
});
export const MegaBox = PackageBox({
width: "128px",
Expand Down

0 comments on commit 23e4224

Please sign in to comment.