diff --git a/.gitignore b/.gitignore index 41598c3..45193a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. +.idea/ + # dependencies /node_modules /.pnp @@ -36,4 +38,4 @@ yarn-error.log* next-env.d.ts # gh pages -dist/ \ No newline at end of file +dist/ diff --git a/src/components/Faq.tsx b/src/components/Faq.tsx index 8b1befd..de5cfd4 100644 --- a/src/components/Faq.tsx +++ b/src/components/Faq.tsx @@ -14,12 +14,12 @@ const FAQ_DATA: Faq_Data[] = [ { title: "When and where is Brain Games?", content: - "Brain Games will be from 11am-4:30pm on Saturday, February 10, 2024, in the Student Center (Emerald Bay).", + "Brain Games will be from 11am-4:30pm on Saturday, February 10, 2024, in the Student Center (Emerald Bay room).", }, { 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.", + "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 will be fun for all skill levels and backgrounds (for blindfolded coding, some experience with python by at least one of your team members will be helpful).", }, { title: "How big are the teams? What if I don't have a team?", @@ -37,13 +37,13 @@ const FAQ_DATA: Faq_Data[] = [ "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: "How much does it cost? Are there prizes?", + content: "Brain games is completely free to attend, with food and snacks provided at no cost to any participants! We'll also prizes for each member of the first, second, and third place teams.", }, { - title: "What should participants bring?", + title: "What should teams 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!", + "Please make sure that your team brings at least 1 charged laptop for blindfolded coding (we recommend each team bring a second backup laptop just in case), as well as some writing materials to take notes with!", }, { title: "What if I have other questions?", diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 5ccae15..2f7ac9c 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -30,14 +30,14 @@ const MEDIA_LINKS = [ }, { id: 5, - link: "mailto: icssc@uci.edu", + link: "mailto:icssc@uci.edu", icon: , }, ]; const Footer = () => { return ( -