Skip to content

Commit

Permalink
update sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
ImNotRog committed Dec 10, 2023
1 parent 85b7029 commit 0483360
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
Binary file added public/sponsors/MLH.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
2 changes: 1 addition & 1 deletion src/app/(landing)/Sponsor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function Sponsor(props: {href: string, src: string, alt: string})
<img
src={src}
alt={alt}
className="max-w-[16rem] sm:max-w-[20rem] max-h-[6rem] px-4 py-2"
className="max-h-[6rem] px-4 py-2"
/>
</a>
)
Expand Down
8 changes: 7 additions & 1 deletion src/app/(landing)/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ export default function Sponsors() {
</p>

<div className="pt-8 pb-2 flex flex-wrap gap-x-5 gap-y-2 items-center justify-center">
<Sponsor href="https://www.axure.com/" src="/sponsors/azure.svg" alt="Azure" />
<Sponsor href="https://www.axure.com/" src="/sponsors/axure.svg" alt="Axure" />
<Sponsor href="https://www.applied-computing.org/" src="/sponsors/ACF.png" alt="Applied Computing Foundation" />
<Sponsor href="https://gen.xyz/" src="/sponsors/XYZ.svg" alt="XYZ" />
<Sponsor href="https://www.janestreet.com/" src="/sponsors/jane-street.png" alt="Jane Street" />
<Sponsor href="https://www.hudsonrivertrading.com/" src="/sponsors/HRT.png" alt="Hudson River Trading" />
<Sponsor href="https://www.wolfram.com" src="/sponsors/wolfram.png" alt="Wolfram" />
<Sponsor href="https://mlh.io/" src="/sponsors/MLH.png" alt="MLH" />
{/* <Sponsor href="https://www.wolfram.com" src="/sponsors/wolfram.svg" alt="Wolfram" />
<Sponsor href="https://artofproblemsolving.com" src="/sponsors/aops.png" alt="AoPS" />
<Sponsor href="https://mule.to/p3df" src="/sponsors/sticker-mule.png" alt="Sticker Mule" />
Expand All @@ -27,6 +28,11 @@ export default function Sponsors() {
<Sponsor href="https://www.cityofpaloalto.org/" src="/sponsors/city-of-palo-alto.png" alt="City of Palo Alto" />
<Sponsor href="https://gunn.paloaltopta.org/" src="/sponsors/ptsa.png" alt="Gunn PTSA" /> */}
</div>

{/* <h1 className='text-3xl font-bold border-b-2 border-current mb-4'>Partners</h1>
<div className="pt-8 pb-2 flex flex-wrap gap-x-5 gap-y-2 items-center justify-center">
</div> */}
</Section>
)
}

1 comment on commit 0483360

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for gunnhacks10 ready!

✅ Preview
https://gunnhacks10-6akrijql9-imnotrog.vercel.app

Built with commit 0483360.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.