-
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
e58b808
commit 66d5988
Showing
1 changed file
with
23 additions
and
0 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 |
---|---|---|
|
@@ -16,6 +16,11 @@ const FAQ_DATA: Faq_Data[] = [ | |
content: | ||
"Brain Games will be from 11am-4:30pm on Saturday, February 10, 2024, in the Student Center (Emerald Bay).", | ||
}, | ||
{ | ||
title: "Who can participate?", | ||
content: | ||
"All UCI students! Brain Games is open to individuals of all skill levels, including beginners. Brain Games is designed to be inclusive, with games that are more about collaboration and enjoyment.", | ||
}, | ||
{ | ||
title: "How big are the teams? What if I don't have a team?", | ||
content: | ||
|
@@ -26,6 +31,24 @@ const FAQ_DATA: Faq_Data[] = [ | |
content: | ||
"Due to capacity limitations, all teams must register ahead of time. Our capacity is limited to 30 teams, and teams will be given spots on a first-come, first-serve basis. Any teams that register after that will be put on a waitlist and we’ll contact your team by email if a spot opens up.", | ||
}, | ||
{ | ||
title: "Is there food?", | ||
content: | ||
"Yes! There will be a lunch break in the middle of the event. We will have pizza, sprite, snacks, and Capri Suns.", | ||
}, | ||
{ | ||
title: "Are there prizes?", | ||
content: "Yes! We have prizes for first, second, and third place.", | ||
}, | ||
{ | ||
title: "What should participants bring?", | ||
content: | ||
"Please make sure that your team brings at least 1 charged laptop (which will be used for the blindfolded pair programming event), as well as some writing materials to take notes with!", | ||
}, | ||
{ | ||
title: "What if I have other questions?", | ||
content: "Email us at [email protected] and we'll be happy to answer them!", | ||
}, | ||
]; | ||
|
||
const Faq = () => { | ||
|