forked from londonwebstandards/SOTB3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
presenters.php
39 lines (38 loc) · 1.56 KB
/
presenters.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?php include("inc/pageopen.php"); ?>
<?php include("inc/navigation.php"); ?>
<div id="brand" class="sixteen columns">
<h1>Presenters</h1>
</div>
<div class="eleven columns">
<div id="presenters">
<ul>
<li>
<h3>Michael Mahemoff (<a href="http://twitter.com/mahemoff/">@mahemoff</a>)</h3>
</li>
<li>
<h3>Martin Beeby (<a href="http://twitter.com/thebeebs/">@thebeebs</a>)</h3>
</li>
<li>
<h3>Christian Heillman (<a href="http://twitter.com/codepo8/">@codepo8</a>)</h3>
</li>
<li>
<h3>Peter Gasston (<a href="http://twitter.com/stopsatgreen/">@stopsatgreen</a>)</h3>
</li>
<li>
<h3>Paul Kinlan (<a href="http://twitter.com/paul_kinlan/">@paul_kinlan</a>)</h3>
</li>
<li>
<h3>Jason Grant (<a href="http://twitter.com/flexewebs/">@flexewebs</a>)</h3>
</li>
<li>
<h3>Seb Lee-Delisle (<a href="http://twitter.com/sebly/">@sebly</a>)</h3>
</li>
<li>
<h3>Rich Tibbett (<a href="http://twitter.com/richtibbett/">@richtibbett</a>)</h3>
</li>
</ul>
</div>
</div>
<?php include("inc/sponsorsSide.php"); ?>
<?php include("inc/communityPartners.php"); ?>
<?php include("inc/footer.php"); ?>