2 |
3 |
4 |
5 | ### What is a hackathon?
6 |
7 | A hackathon is a fun event where students work together to brainstorm, code, design, and present projects, such as apps, websites, and hardware. At MAHacks, you can expand your skills, make new friends, and create something valuable! **No, we aren't destructively "hacking" servers or databases** - in this context, the word "hacking" means building things using code. MAHacks is safe, supervised, and educational.
8 |
9 |
10 |
11 |
12 | ### Who can attend MAHacks?
13 |
14 | **High schoolers from any school** are welcome! Middle school students are allowed on a case-by-case basis, reach out to us at [team@mahacks.com](mailto:team@mahacks.com). We do not allow parents, teacher chaperones, or college students at the event.
15 |
16 |
17 |
18 |
19 | ### How much will it cost?
20 |
21 | **Nothing.** There will be workshops, prizes, merch, food, and fun, all at zero cost to you! Unfortuantely, we cannot reimburse participant's travel expenses at this time.
22 |
23 |
24 |
25 |
26 | ### What if I don't know how to code?
27 |
28 | Everyone is welcome at MAHacks! **We'll have workshops for everyone who's willing to learn**, even if you're just getting started or are a pro-super-ninja-hacker!
29 |
30 |
31 |
32 |
33 | ### What can I make?
34 |
35 | **Anything!** Your project can be a website, app, robot, or anything else you can come up with and build!
36 |
37 |
38 |
39 |
40 | ### What's the schedule?
41 |
42 | The schedule for MAHacks VI will be released soon! Stay tuned!
43 |
44 |
45 |
46 |
47 |
48 | ### What should I bring?
49 |
50 | You will need a laptop and charger, and anything else you want to hack on. **Make sure to bring your ID (preferably government issued) and proof of vaccination**! You may be notified of other required documents, such as the waiver, closer to the event. Most importantly, bring a willingness to learn and have fun!
51 |
52 |
53 |
54 |
55 |
56 | ### What about COVID?
57 |
58 | We'll be following all CDC and state guidelines for events. N95-type masks will be required and provided. We're looking to provide COVID testing to attendees (if you can help, please reach out!).
59 |
60 |
61 |
62 |
63 |
64 | ### I'm a college student/professional interested in getting involved. Can I mentor?
65 |
66 | We are looking for college students and professionals skilled in software, mobile, or hardware development, graphic design, marketing, project management, or any area useful for hackathon participants. Mentors are free to work with multiple teams and guide them through issues, technical or otherwise, they're facing. If you are interested in mentoring, please reach out to team@mahacks.com.
67 |
68 |
69 |
70 |
71 |
72 | ### Who's running this? Is it supervised?
73 |
74 | MAHacks is independently organized by a team of high schoolers, for high schoolers. We will have adult supervisors with background checks on site for the duration of the event, and will be working with building security and local law enforcement to ensure all participants' safety. **If you have any questions or concerns about the safety of the event, please email team@mahacks.com**.
75 |
76 |
77 |
78 |
79 |
--------------------------------------------------------------------------------
/components/Sections/InfoGrid.tsx:
--------------------------------------------------------------------------------
1 | import clsx from 'clsx'
2 | import Image from 'next/image'
3 |
4 | import Image1 from 'photos/2019/IMG_4924.jpeg'
5 | import Image3 from 'photos/2019/IMG_2647.jpeg'
6 | import Image4 from 'photos/1.jpeg'
7 | import Image7 from 'photos/2019/20191027_111544.jpeg'
8 | import Image8 from 'photos/2019/20191026_151133.jpeg'
9 |
10 | const GridCard: React.FC<{ className?: string }> = ({
11 | children,
12 | className,
13 | }) => {
14 | return (
15 |