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 21, 2024
1 parent f44b103 commit ef5f1a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/(landing)/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ 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">
<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" />
<div className="pt-8 pb-2 flex flex-wrap gap-x-5 gap-y-2 items-center justify-center">
<Sponsor href="https://www.desmos.com/" src="/sponsors/DesmosLog-B.svg" alt="Desmos" />
{/*<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" />
Expand All @@ -27,8 +27,8 @@ export default function Sponsors() {

<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 ef5f1a7

@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-ga7lrbk7i-daniel-kous-projects.vercel.app

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

Please sign in to comment.