add faq page
[challenge-bot] / challenge-bot.com / faq.html
diff --git a/challenge-bot.com/faq.html b/challenge-bot.com/faq.html
new file mode 100644 (file)
index 0000000..c798a21
--- /dev/null
@@ -0,0 +1,71 @@
+<!DOCTYPE html>
+
+<head>
+       <link rel="stylesheet" type="text/css" href="css/main.css">
+       <script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
+</head>
+
+<style>
+.faq li {
+    list-style-type: none; }
+.qa { 
+       max-width: 800px;
+       text-align: left; }
+.answer {
+       padding-left: 40px;
+       max-width: 760px; }
+</style>
+
+<body>
+
+       <section class="faq">
+               <h2><span>frequently asked questions</span></h2>
+
+               <li>
+                       <ul class="qa">
+                               <h3 "question">Who is the challenge-bot class appropriate for?</h3>
+                               <li>
+                                       <ul>
+                                               <h4 class="answer-heading">No experience necessary!</h4>
+                                               <div class="answer">
+                                                       <p>Challenge-bot is an introduction to robotics class. You don't need any previous experience with programming, electronics, robotics, or building.</p>
+                                               </div>
+                                       </ul>
+                                       <ul>
+                                               <h4 class="answer-heading">Beginners of any age are welcome.</h4>
+                                               <div class="answer">
+                                                       <p>We have students of all ages in our classes, from small children to teenagers to professional software developers.</p>
+                                                       <p>Many of our sign-ups so far have been elemenary-school age children, often with their parents.</p>
+                                                       <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>
+                                               </div>
+                                       </ul>
+                               </li>
+                       </ul>
+                       <ul class="qa">
+                               <h3 "question">Can I take the class with my child/sibling/friend?</h3>
+                               <div class="answer">
+                                       <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>
+                               </div>
+                       </ul>
+                       <ul class="qa">
+                               <h3 "question">What do I get to keep?</h3>
+                                       <li>
+                                               <ul>
+                                                       <h4 class="answer-heading">The robot is to keep.</h4>
+                                                       <div class="answer">
+                                                               <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>
+                                                       </div>
+                                               </ul>
+                                               <ul>
+                                                       <h4 class="answer-heading">The tools are just to use in class.</h4>
+                                                       <div class="answer">
+                                                               <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>
+                                                               <p>We also have some fancier tools in class, like a power drill and helping hands for the soldering iron.</p>
+                                                       </div>
+                                               </ul>
+                                       </li>
+                       </ul>
+               </li>
+       </section>
+
+</body>
\ No newline at end of file