Skip to content

Commit

Permalink
Update Sponsors.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
iancheung0202 authored Nov 20, 2024
1 parent 9d3967d commit 20f54fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/(landing)/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function Sponsors() {
Find our sponsorship prospectus <a target="_blank" rel="noopener noreferrer" href="/docs/sponsorship_prospectus.pdf">here</a>.
</p>

<div className="pt-8 pb-2 flex flex-wrap gap-x-5 gap-y-2 items-center justify-center">
{/*<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/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" />
Expand All @@ -21,14 +21,14 @@ export default function Sponsors() {
<Sponsor href="https://www.mitchellparkteenservices.org/thinkfund" src="/sponsors/thinkfund.webp" alt="Think Fund" width="md" />
<Sponsor href="https://www.cityofpaloalto.org/" src="/sponsors/city-of-palo-alto.png" alt="City of Palo Alto" />
{/* <Sponsor href="https://www.wolfram.com" src="/sponsors/wolfram.svg" alt="Wolfram" />
<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" />
<Sponsor href="https://linktr.ee/leadinglearners" src="/sponsors/leading-learners.png" alt="Leading Learners" />
<Sponsor href="https://www.leangap.org/" src="/sponsors/leangap.svg" alt="Leangap" />
<Sponsor href="https://gunn.paloaltopta.org/" src="/sponsors/ptsa.png" alt="Gunn PTSA" /> */}
</div>
<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">
Expand Down

1 comment on commit 20f54fe

@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 gunnhacks11-0 ready!

✅ Preview
https://gunnhacks11-0-oqld21xnq-daniel-kous-projects.vercel.app

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

Please sign in to comment.