forked from londonwebstandards/SOTB3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsponsors.php
More file actions
33 lines (30 loc) · 1.52 KB
/
Copy pathsponsors.php
File metadata and controls
33 lines (30 loc) · 1.52 KB
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
<?php include("inc/pageopen.php"); ?>
<?php include("inc/navigation.php"); ?>
<div id="brand" class="sixteen columns">
<h1>Sponsors</h1>
</div>
<div class="eight columns">
<ul>
<li><a href="#"><img src="img/squiz.png" alt="Squiz" height="60" width="160"></a></li>
<li><a href="#"><img src="img/moo.png" alt="Moo dot com" height="170" width="160"></a></li>
<li><a href="#"><img src="img/assanka.png" alt="Assanka" height="63" width="160"></a></li>
<li><a href="#"><img src="img/potato.png" alt="Potato" height="182" width="160"></a></li>
</ul>
</div>
<div class="eight columns">
<ul>
<li><a href="#"><img src="img/twilio.png" alt="Twilio, Cloud Communications" height="66" width="160"></a></li>
<li>
<a href="#">
<img src="img/e-noise.png" alt="E-Noise" height="82" width="160">
<p>E-NOISE is a small company based in East London (UK) specialising in hosting &
building WordPress and Joomla! Websites. We pride ourselves in providing
friendly human support and making hosting your website simple. We also
develop custom web applications, plugins and themes.</p>
</a>
</li>
<li><a href="#"><img src="img/creative-js.png" alt="E-Noise" height="56" width="160"></a></li>
</ul>
</div>
<?php include("inc/communityPartners.php"); ?>
<?php include("inc/footer.php"); ?>