Skip to content

Commit

Permalink
add sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
ImNotRog committed Dec 8, 2023
1 parent c09874a commit acaf05c
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 1 deletion.
Binary file added public/sponsors/ACF.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/sponsors/XYZ.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions public/sponsors/azure.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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-[18rem] sm:max-w-[20rem] max-h-28 sm:max-h-32 px-4 py-2"
className="max-w-[16rem] sm:max-w-[20rem] max-h-[6rem] px-4 py-2"
/>
</a>
)
Expand Down
3 changes: 3 additions & 0 deletions src/app/(landing)/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ 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.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.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 Down

1 comment on commit acaf05c

@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-f1ywmyruw-imnotrog.vercel.app

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

Please sign in to comment.