generated from acmucsd/website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2427387
commit 0e7497a
Showing
11 changed files
with
120 additions
and
97 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 |
---|---|---|
|
@@ -2,6 +2,8 @@ import FAQ from '@/sections/FAQ'; | |
|
||
export default function Home() { | ||
return ( | ||
<main> | ||
<FAQ /> | ||
</main> | ||
); | ||
} |
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
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
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 |
---|---|---|
@@ -1,49 +1,52 @@ | ||
const data = { | ||
students: [ | ||
{ | ||
question: 'How can I register for DiamondHacks? Are there any deadlines?', | ||
answer: ( | ||
<p> | ||
You can sign up for email updates about DiamondHacks using{' '} | ||
<a | ||
href="https://acmurl.com/diamondhacks-preregister" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
> | ||
this pre-registration link | ||
</a> | ||
! | ||
<br /> | ||
Check back soon for official DiamondHacks registration info and deadlines! | ||
</p> | ||
), | ||
}, | ||
{ | ||
question: "What's a “hackathon”?", | ||
answer: | ||
'Hackathons are collaborative events where you can build innovative software/hardware projects in a short period of time (apps, websites, etc). Hackathons are a great opportunity to learn something new in the technology space and apply your knowledge to find creative solutions to problems in our world!', | ||
}, | ||
{ | ||
question: 'Do I need prior experience in coding to participate?', | ||
answer: | ||
'No, hackers of any experience levels are welcome! DiamondHacks will provide a wide range of project tracks, including tracks for first time hackers.', | ||
}, | ||
{ | ||
question: 'Will DiamondHacks be online or in-person?', | ||
answer: | ||
'DiamondHacks is an in-person hackathon taking place at UC San Diego. Check back soon for details on the venue!', | ||
}, | ||
{ | ||
question: 'Who can attend DiamondHacks? Is there an age limit?', | ||
answer: | ||
'Undergraduate students enrolled in any college/university are eligible to attend DiamondHacks!', | ||
}, | ||
{ | ||
question: 'Who can I reach out to for questions or concerns?', | ||
answer: | ||
'Please reach out to [email protected] with any questions or concerns about DiamondHacks!', | ||
}, | ||
], | ||
}; | ||
|
||
export default data; | ||
students: [ | ||
{ | ||
question: 'How can I register for DiamondHacks? Are there any deadlines?', | ||
answer: ( | ||
<p> | ||
You can sign up for DiamondHacks using{' '} | ||
<a | ||
href="https://acmurl.com/diamondhacks-preregister" | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
> | ||
this link | ||
</a> | ||
! Applications are due on April 4th! | ||
</p> | ||
), | ||
}, | ||
{ | ||
question: 'Do I need prior experience in coding to participate?', | ||
answer: | ||
'No, hackers of any experience levels are welcome! DiamondHacks will provide a wide range of project tracks, including tracks for first time hackers.', | ||
}, | ||
{ | ||
question: 'Will DiamondHacks be online or in-person?', | ||
answer: | ||
'DiamondHacks is an in-person hackathon taking place at UC San Diego. Check back soon for details on the venue!', | ||
}, | ||
{ | ||
question: 'Who can attend DiamondHacks? Is there an age limit?', | ||
answer: | ||
'Undergraduate students enrolled in any college/university are eligible to attend DiamondHacks!', | ||
}, | ||
{ | ||
question: 'Where is the schedule of events?', | ||
answer: | ||
'The detailed hackathon schedule will be released soon! For now, hacking is scheduled to start on Saturday at noon and end Sunday evening! We’ll also have lots of fun events, panels, workshops, and activities!', | ||
}, | ||
{ | ||
question: 'Will DiamondHacks cover my lodging or transportation?', | ||
answer: | ||
'Unfortunately, we are unable to offer overnight lodging or transportation reimbursements due to school policy. Venues will close at 9pm and you will be responsible for finding your own lodging.', | ||
}, | ||
{ | ||
question: 'Who can I reach out to for questions or concerns?', | ||
answer: | ||
'Please reach out to [email protected] with any questions or concerns about DiamondHacks!', | ||
}, | ||
], | ||
}; | ||
|
||
export default data; |
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 |
---|---|---|
@@ -1,23 +1,15 @@ | ||
.background { | ||
min-height: 100vh; | ||
} | ||
|
||
.faqContainer { | ||
max-width: 1440px; | ||
margin: 0 auto; | ||
width: 65%; | ||
padding-top: 10px; | ||
padding-bottom: 50px; | ||
display: flex; | ||
align-items: center; | ||
flex-direction: column; | ||
} | ||
|
||
.faqTitle { | ||
font-size: 65px; | ||
} | ||
|
||
.faqBox { | ||
margin-top: 20px; | ||
max-width: 900px; | ||
} | ||
min-height: 100vh; | ||
} | ||
|
||
.faqContainer { | ||
display: flex; | ||
align-items: center; | ||
flex-direction: column; | ||
} | ||
|
||
.faqTitle { | ||
font-size: 4.125rem; | ||
margin-bottom: 3rem; | ||
margin-top: 8rem; | ||
} |
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
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