make stay-on-table non-blocking
[challenge-bot] / challenge-bot.com / people.html
index a2af91c2ef7396badf909bdce8617fb0b1832997..c3a81c0c9108aa2e32bdf74340493f5262946e9d 100644 (file)
@@ -1,90 +1,41 @@
 <!DOCTYPE html>
 
-<style>
-body { font-family: monospace;
-       color: #111111;
-       width: 80%;
-       margin: auto auto;
-       text-align: center; }
-h3 { color: #008000; }
-h2 { color: #009900; }
-h4 {
-       color: #00aa00;
-       font-weight: 400; }
-a { color: #00CC00; }
-p {
-       text-align: left;
-       margin: auto auto;
-       max-width: 800px; }
-section { padding: 30px 0px; }
-.person {
-       width: 200px;
-       display: inline-block;
-       padding-right: 30px;
-       text-align: center; }
-.person .photo {
-       padding: 0px;
-       margin: 0px; }
-.person .name {
-       padding: 0px;
-       margin: 0px; }
-.person .position {
-       padding: 0px;
-       margin: 0px; }
-
-/* line behind title 
-   see http://codepen.io/ericrasch/pen/Irlpm */
-h2 {
-    position: relative;
-    z-index: 1; }
-h2:before {
-    border-top: 2px solid #dfdfdf;
-    content:"";
-    margin: 0 auto; /* this centers the line to the full width specified */
-    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
-    top: 50%; left: 0; right: 0; bottom: 0;
-    width: 95%;
-    z-index: -1; }
-h2 span { 
-    /* to hide the lines from behind the text, you have to set the background color the same as the container */ 
-    background: #fff; 
-    padding: 0 15px; }
-</style>
-
-<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
+<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>
 
 <body>
-
-<h1>about challenge-bot</h1>
-
-<section>
-       <h2><span>what is challenge-bot?</span></h2>
-
-       <p>The <a href="http://challenge-bot.com">challenge-bot</a> course is an 8-hour long course where we walk you through the process of building your own robot, which you will keep. The goal of this class is to teach you the basics of robotics, get you excited about making stuff, and empower you to go out and create new robotics projects on your own after the class.</p></section>
-
-<section>
-       <h2><span>people</span></h2>
-       <div class="person">
-               <img class="photo" src="images/danny200.png" alt="danny watson" />
-               <div class="text">
-                       <h3 class="name">danny watson</h3>
-                       <h4 class="position">founder, instructor</h4></div></div>
-
-       <div class="person">
-               <img class="photo" src="images/erin200.png" alt="erin bennett" />
-               <div class="text">
-                       <h3 class="name">erin bennett</h3>
-                       <h4 class="position">co-founder</h4></div></div>
-
-       <div class="person">
-               <img class="photo" src="images/no-photo200.png" alt="shoshana berleant" />
-               <div class="text">
-                       <h3 class="name">shoshana berleant</h3>
-                       <h4 class="position">instructor</h4></div></div></section>
-
-<section>
-       <h2><span>contact us</span></h2>
-
-       For more information or to sign up for classes, contact <a href="mailto:ozzloy@gmail.com">Daniel Watson</a>.</section>
-
+       <section>
+               <h2><span>people</span></h2>
+               <div class="person">
+                       <img class="photo" src="images/danny200.png" alt="danny watson" />
+                       <div class="text">
+                               <h3 class="name">danny watson</h3>
+                               <h4 class="position">founder, instructor</h4>
+                       </div>
+               </div>
+
+               <div class="person">
+                       <img class="photo" src="images/erin200.png" alt="erin bennett" />
+                       <div class="text">
+                               <h3 class="name">erin bennett</h3>
+                               <h4 class="position">co-founder</h4>
+                       </div>
+               </div>
+
+               <div class="person">
+                       <img class="photo" src="images/no-photo200.png" alt="shoshana berleant" />
+                       <div class="text">
+                               <h3 class="name">shoshana berleant</h3>
+                               <h4 class="position">instructor</h4>
+                       </div>
+               </div>
+       </section>
+
+       <section>
+               <h2><span>contact us</span></h2>
+
+               For more information see our <a href="faq.html">FAQ page</a>, or contact <a href="mailto:ozzloy@gmail.com">Daniel Watson</a>.
+       </section>
 </body>
\ No newline at end of file