-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Merge pull request #33 from quhacks/development"
- Loading branch information
Showing
6 changed files
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ export default function Faq() { | |
/> | ||
<FaqQuestion | ||
question={"Who can attend?"} | ||
answer={`You are eligible to participate in QuHacks 2025 if you currently attend middle or high school. If you have already graduated but would still like to attend the event, please consider volunteering or mentoring for the event! Send us an email at [email protected] for more information on contributing to QuHacks, or if you have any questions about our eligibility`} | ||
answer={`You are eligible to participate in QuHacks 2024 if you currently attend middle or high school. If you have already graduated but would still like to attend the event, please consider volunteering or mentoring for the event! Send us an email at [email protected] for more information on contributing to QuHacks, or if you have any questions about our eligibility`} | ||
/> | ||
<FaqQuestion | ||
question={"How much does QuHacks cost?"} | ||
|
@@ -36,7 +36,7 @@ export default function Faq() { | |
/> | ||
<FaqQuestion | ||
question={"Where is QuHacks?"} | ||
answer={`QuHacks 2025's location is coming soon...`} | ||
answer={`QuHacks will be held in building 201 at the Johns Hopkins Applied Physics Laboratory. The address is 11091 Johns Hopkins Rd, Fulton, MD 20759.`} | ||
/> | ||
<FaqQuestion | ||
question={"Can I use past projects?"} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,15 +5,15 @@ export default function Footer() { | |
return ( | ||
<main className={styles.container}> | ||
<div className={styles.col}> | ||
<Link href="/" className={styles.sectionheader}>QuHacks 2025</Link> | ||
<Link href="/" className={styles.sectionheader}>QuHacks 2024</Link> | ||
<a className={styles.navlink} href="mailto:[email protected]">Email</a> | ||
<a className={styles.navlink} rel="noreferrer noopener" target='_blank' href="https://discord.gg/H2EteNDhEP">Join our Discord!</a> | ||
<a className={styles.navlink} rel="noreferrer noopener" target='_blank' href="https://www.instagram.com/quhacks/">Instagram</a> | ||
</div> | ||
<div className={styles.col}> | ||
<h3 className={styles.sectionheader}>Site Links</h3> | ||
<Link className={styles.navlink} href='/#about'>About</Link> | ||
{/* <Link className={styles.navlink} href='/#schedule'>Schedule</Link> */} | ||
<Link className={styles.navlink} href='/#schedule'>Schedule</Link> | ||
<Link className={styles.navlink} href="/#faq">FAQ</Link> | ||
</div> | ||
<div className={styles.lastcol}> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ import styles from "./component.module.css" | |
export default function Sponsors() { | ||
return ( | ||
<div className={styles.sectionContainer}> | ||
<h1 className={styles.title}>2024 Sponsors</h1> | ||
<h1 className={styles.title}>Sponsors</h1> | ||
<div className={styles.sponsorCall}> | ||
<p>Interested in sponsoring QuHacks this year? <a href="mailto:[email protected]">Contact us!</a></p> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters