Skip to content

Commit

Permalink
Merge branch 'develop' into ThroughTheYears
Browse files Browse the repository at this point in the history
  • Loading branch information
EncryptEx authored Apr 6, 2024
2 parents a41c6fb + 285d77e commit 57fa406
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 1 deletion.
21 changes: 21 additions & 0 deletions public/Partners/incapto.svg
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 public/Sponsors/bluetab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions public/Sponsors/ithinkupc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 23 additions & 1 deletion src/app/components/SponsorsAndPartners.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,24 @@ export default function SponsorsAndPartners() {
/>
</KiloBox>
<KiloBox>
<SponsorUnrevealed />
<SponsorLogo
imageSrc={"/Sponsors/bluetab.png"}
imageAlt={"bluetab"}
sponsorLink={"https://www.bluetab.net/es/"}
smallPadding
/>
</KiloBox>
</SponsorRow>

<SponsorRow>
<MiliBox>
<SponsorLogo
imageSrc={"/Sponsors/ithinkupc.svg"}
imageAlt={"ithinkupc"}
sponsorLink={"https://www.ithinkupc.com/es"}
/>
</MiliBox>
</SponsorRow>
</SponsorsBlock>

<SectionTitle>Partners</SectionTitle>
Expand Down Expand Up @@ -174,6 +189,13 @@ export default function SponsorsAndPartners() {
smallPadding
/>
</MiliBox>
<MiliBox>
<SponsorLogo
imageSrc={"/Partners/incapto.svg"}
imageAlt={"incapto"}
sponsorLink={"https://incapto.com/profesional/"}
/>
</MiliBox>
</SponsorRow>
</Section>
);
Expand Down

0 comments on commit 57fa406

Please sign in to comment.