make stay-on-table non-blocking
[challenge-bot] / challenge-bot.com / people.html
index 28210a4b593421a6241bd4164be78b5b3d15d974..c3a81c0c9108aa2e32bdf74340493f5262946e9d 100644 (file)
@@ -1,47 +1,41 @@
 <!DOCTYPE html>
 
-<style>
-body { font-family: monospace;
-          color: #111111;
-       width: 80%;
-       margin: auto auto;}
-h2 { color: #008000;}
-h3 { color: #009900;}
-a { color: #00CC00;}
-.person { min-height: 200px;
-             max-width: 800px;
-             padding-top: 20px;
-             padding-bottom: 20px; }
-.person .photo { float: left;
-                    padding-right: 30px; }
-.person .text { margin: auto auto; }
-</style>
+<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>
+       <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>
 
-<h2>people</h2>
+               <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/danny200.png" alt="danny watson" />
-       <div class="text">
-               <h3 class="name">danny watson</h3>
-               <div class="bio">
-                       <p>Daniel simulated a self driving car in a massive online class a few years ago. Since then he has worked towards making this happen in the real world. Along the way, he has learned a great deal about electronics, and mechanics. He now has a very solid understanding of a very basic robot.</p>
-                       <p>He rock climbs, and makes robots.</p></div></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>
 
-<div class="person">
-       <img class="photo" src="images/erin200.png" alt="erin bennett" />
-       <div class="text">
-               <h3 class="name">erin bennett</h3>
-               <div class="bio">
-                       <p>Erin learned to program in a Linguistics class, where she explored text corpora and drew pictures of finite state machines. A few years later while programming a remote-controlled robot, she implemented her first finite state machine. She was so happy, she made up a song about it.</p>
-                       <p>She enjoys spending her time juggling, sleeping, drawing, coding, putting together robots, and making computational models of cognition and language.</p></div></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>
-               <div class="bio">
-                       <p>... is a cool person and does challenge-bot stuff</p></div></div></div>
+       <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