Skip to content

Commit

Permalink
Cocacola (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlotacb authored Mar 27, 2024
1 parent de3e35c commit 1f8b178
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
Binary file added public/Partners/cocacola.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 19 additions & 10 deletions src/app/components/SponsorsAndPartners.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
KiloBox,
MegaBox,
MiliBox,
PetaBox,
SponsorLogo,
SponsorUnrevealed,
} from "@/app/genericComponents/Sponsors";
Expand Down Expand Up @@ -36,15 +35,6 @@ export default function SponsorsAndPartners() {
<SectionTitle>Sponsors</SectionTitle>
<SponsorsBlock>
<SponsorRow>
<PetaBox>
<SponsorUnrevealed />
</PetaBox>
</SponsorRow>

<SponsorRow>
<GigaBox>
<SponsorUnrevealed />
</GigaBox>
<GigaBox>
<SponsorUnrevealed />
</GigaBox>
Expand All @@ -63,6 +53,7 @@ export default function SponsorsAndPartners() {
imageSrc={"/Sponsors/inditex.svg"}
imageAlt={"inditex"}
sponsorLink={"https://www.zaratalent.com/es/tech/"}
smallPadding
/>
</MegaBox>
<MegaBox>
Expand All @@ -72,6 +63,14 @@ export default function SponsorsAndPartners() {
<SponsorUnrevealed />
</MegaBox>
</SponsorRow>
<SponsorRow>
<MegaBox>
<SponsorUnrevealed />
</MegaBox>
<MegaBox>
<SponsorUnrevealed />
</MegaBox>
</SponsorRow>

<SponsorRow>
<KiloBox>
Expand Down Expand Up @@ -141,6 +140,8 @@ export default function SponsorsAndPartners() {
smallPadding
/>
</MiliBox>
</SponsorRow>
<SponsorRow>
<MiliBox>
<SponsorLogo
imageSrc={"/Partners/nissin.svg"}
Expand All @@ -156,6 +157,14 @@ export default function SponsorsAndPartners() {
smallPadding
/>
</MiliBox>
<MiliBox>
<SponsorLogo
imageSrc={"/Partners/cocacola.png"}
imageAlt={"cocacola"}
sponsorLink={"https://www.coca-cola.com/"}
smallPadding
/>
</MiliBox>
</SponsorRow>
</Section>
);
Expand Down

0 comments on commit 1f8b178

Please sign in to comment.