fix small formatting thing
[challenge-bot] / challenge-bot.com / people.html
CommitLineData
617f4f72
E
1<!DOCTYPE html>
2
587a2959
E
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>
3e21c082 7
617f4f72 8<body>
587a2959
E
9 <section>
10 <h2><span>people</span></h2>
11 <div class="person">
12 <img class="photo" src="images/danny200.png" alt="danny watson" />
13 <div class="text">
14 <h3 class="name">danny watson</h3>
15 <h4 class="position">founder, instructor</h4>
16 </div>
17 </div>
18
19 <div class="person">
20 <img class="photo" src="images/erin200.png" alt="erin bennett" />
21 <div class="text">
22 <h3 class="name">erin bennett</h3>
23 <h4 class="position">co-founder</h4>
24 </div>
25 </div>
26
27 <div class="person">
28 <img class="photo" src="images/no-photo200.png" alt="shoshana berleant" />
29 <div class="text">
30 <h3 class="name">shoshana berleant</h3>
31 <h4 class="position">instructor</h4>
32 </div>
33 </div>
34 </section>
35
36 <section>
37 <h2><span>contact us</span></h2>
38
39 For more information see our <a href="faq.html">FAQ page</a>, or contact <a href="mailto:ozzloy@gmail.com">Daniel Watson</a>.
40 </section>
617f4f72 41</body>