-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfaq.html
73 lines (69 loc) · 4.46 KB
/
faq.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>quhacks</title>
<link rel="icon" type="image/png" href="media/favicon.ico"/>
<link rel="stylesheet" media="screen and (min-width: 1080px)" href="css/desktop.css">
<link rel="stylesheet" media="screen and (max-width: 1080px)" href="css/mobile.css">
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="">Register</a></li>
</ul>
<img src="media/freddy.png">
</nav>
<h1>FAQ</h1>
<div class="faq">
<div>
<b>What is a Hackathon?</b><p>A hackathon is a coding marathon - it's like a real-time programming fair where students develop an idea and bring it to life through code. A project could be a game, website, app, robot, Arduino project, whatever! If you enjoy programming or technology in general, hackathons are great places to meet friendly, like-minded people.</p>
</div>
<div>
<b>Do I need to know how to code?</b><p>No, you don't! Even if you aren't able to code beforehand, you can attend workshops, learn some code, and still submit a project.</p>
</div>
<div>
<b>When and where is QuHacks?</b><p>TBD</p>
</div>
<div>
<b>Who can attend?</b><p>Participation is limited to students currently enrolled in high school and middle school students above the age of 13. If you have already graduated high school but would still like to attend the event, please consider volunteering or mentoring for the event! Send us an email at <a href="mailto:[email protected]">[email protected]</a> for more information on contributing to QuHacks.</p>
</div>
<div>
<b>What if I don't have a team?</b><p>No problem! Many participants arrive without a team, and you can meet and work with new people. You can also choose to work alone. The limit is 4 people per team.</p>
</div>
<div>
<b>What can I make?</b><p>TBD</p>
</div>
<div>
<b>How much does QuHacks cost?</b><p>Nothing! We'll be providing meals, snacks, and swag completely free of charge, thanks to our awesome sponsors. If you're interested in becoming a sponsor, please email us at <a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div>
<b>What should I bring?</b><p>We recommend that you bring a laptop (One per team is fine). Laptops aren't required, but it won't be easy to code on lined paper.</p>
</div>
<div>
<b>Can I use past projects?</b><p>Anyone caught working on past projects will be forced to sit in the corner and wear the dunce hat. Seriously though, don't be that one guy.</p></div>
<div>
<b>What if I don't have friends?</b><p>If you are attending alone, don't worry! We can help you form a group based on your interests or you can fly solo, although working with a team is encouraged.</p>
</div>
<div>
<b>Who's Freddy?</b><p>At some point, Freddy had a cheesy description here. However, we can't seem to decide what Freddy is, so we'll just say he's that one duck you keep seeing around incomplete parts of this website.</p>
</div>
<div><b>More Questions?</b><p>Contact us at <a href="mailto:[email protected]">[email protected]</a>!</p></div>
</div>
<div class="spacer"></div>
<img src="media/logo.png" class="logo">
<footer>
<a href="https://twitter.com/quhacks"><img src="media/icons/twitter.png" style="margin-right: 2vw"></a>
<a href="https://www.instagram.com/quhacks/"><img src="media/icons/instagram.png"></a>
<a href="https://www.facebook.com/QuHacks/"><img src="media/icons/facebook.png"></a>
<a href="mailto:[email protected]"><img src="media/icons/email.png"></a>
</footer>
</body>
</html>