make stay-on-table non-blocking
[challenge-bot] / challenge-bot.com / faq.html
CommitLineData
587a2959
E
1<!DOCTYPE html>
2
3<head>
4 <link rel="stylesheet" type="text/css" href="css/main.css">
5 <script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
6</head>
7
8<style>
9.faq li {
4e0e675d
E
10 list-style-type: none;
11 margin: auto auto;
12 max-width: 800px;
13 padding-right: 40px; }
14.qa { text-align: left; }
587a2959 15.answer {
4e0e675d 16 padding-left: 40px; }
587a2959
E
17</style>
18
19<body>
20
21 <section class="faq">
22 <h2><span>frequently asked questions</span></h2>
23
24 <li>
25 <ul class="qa">
26 <h3 "question">Who is the challenge-bot class appropriate for?</h3>
27 <li>
28 <ul>
29 <h4 class="answer-heading">No experience necessary!</h4>
30 <div class="answer">
31 <p>Challenge-bot is an introduction to robotics class. You don't need any previous experience with programming, electronics, robotics, or building.</p>
32 </div>
33 </ul>
34 <ul>
35 <h4 class="answer-heading">Beginners of any age are welcome.</h4>
36 <div class="answer">
37 <p>We have students of all ages in our classes, from small children to teenagers to professional software developers.</p>
38 <p>Many of our sign-ups so far have been elemenary-school age children, often with their parents.</p>
39 <p>Very small children who have not yet learned how to read or have trouble holding tools should have someone older with them to help them.</p>
40 </div>
41 </ul>
42 </li>
43 </ul>
44 <ul class="qa">
45 <h3 "question">Can I take the class with my child/sibling/friend?</h3>
46 <div class="answer">
47 <p>Yes! Students can sign up for the class independently or as a team. Students who sign up as a team pay as if they were one person and get one kit to share and work on together.</p>
48 </div>
49 </ul>
50 <ul class="qa">
51 <h3 "question">What do I get to keep?</h3>
52 <li>
53 <ul>
54 <h4 class="answer-heading">The robot is to keep.</h4>
55 <div class="answer">
56 <p>If you <a href=".">purchase</a> a <a href=".">kit</a>, you get to keep everything inside the box. This means that once you put it together, you will have a robot, an alan wrench, and a cable to load code onto the robot.</p>
57 </div>
58 </ul>
59 <ul>
60 <h4 class="answer-heading">The tools are just to use in class.</h4>
61 <div class="answer">
62 <p>While in class, every student enrolled also gets a <a href=".">toolbox</a> to use, which they will return at the end of class. This toolbox includes everything you need to assemble your robot. If you want, you can <a href=".">purchase</a> your own toolbox and take it home with you.</p>
63 <p>We also have some fancier tools in class, like a power drill and helping hands for the soldering iron.</p>
64 </div>
65 </ul>
66 </li>
67 </ul>
68 </li>
69 </section>
70
71</body>