Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop to Master #65

Merged
merged 12 commits into from
Mar 27, 2024
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.
11 changes: 10 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 All @@ -63,6 +67,11 @@ export default function SponsorsAndPartners() {
<SponsorUnrevealed />
</MegaBox>
</SponsorRow>
<SponsorRow>
<MegaBox>
<SponsorUnrevealed />
</MegaBox>
</SponsorRow>
<SponsorRow>
<MegaBox>
<SponsorUnrevealed />
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
Loading