Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links to the hackathon portal #23

Merged
merged 1 commit into from
Jan 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/components/LandingText/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ const LandingText = ({ className = '' }: LandingTextProps) => {
</Typography>
<div className={styles.interestForm}>
<Typography variant="title/small" className={styles.subtitle}>
Interested in joining? Fill out our interest form!
Interested in joining? Applications are now open!
</Typography>
<div className={styles.buttonContainer}>
<Link
href="https://acmurl.com/hackathon-interest-form"
href="https://portal.diamondhacks.acmucsd.com/"
target="_blank"
className={styles.button}
>
Notify me for updates
Apply Now
</Link>
<Link
href="mailto:[email protected]"
Expand Down
1 change: 1 addition & 0 deletions src/components/Navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const links: LinkMetadata[] = [
{ name: 'Impact', href: '/#impact' },
{ name: 'FAQ', href: '/#faq' },
{ name: 'Sponsors', href: '/#sponsors' },
{ name: 'Apply', href: 'https://portal.diamondhacks.acmucsd.com' },
{ name: '2024', href: 'https://2024.diamondhacks.acmucsd.com' },
];

Expand Down
8 changes: 3 additions & 5 deletions src/sections/FAQ/questions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ export const QUESTIONS: Question[] = [
question: 'How can I register for DiamondHacks?',
answer: (
<>
Fill out the interest form here (
<Link href="https://acmurl.com/diamondhacks-interest-form">
https://acmurl.com/diamondhacks-interest-form
</Link>
) to be notified when applications go live!
Create an account and submit your application on the{' '}
<Link href="https://portal.diamondhacks.acmucsd.com/">DiamondHacks Portal</Link> by February
28, 2025!
</>
),
},
Expand Down
Loading