forked from londonwebstandards/SOTB3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsors.php
54 lines (51 loc) · 2.32 KB
/
sponsors.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?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="" />
<p>We experiment with exciting new web technologies and bring
the world’s finest journalism to new platforms, technologies and channels.
We’re looking for more engineers to join our team, so if you
think you’re up to the challenge, drop us a line. We are currently looking for:
JavaScript and PHP developers
Web operations engineers</p>
</a>
</li>
<li>
<a href="#">
<img src="img/twilio.png" alt="Twilio, Cloud Communications" height="66" width="160">
<p></p>
</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="Creative JS" height="56" width="160">
<p></p>
</a>
</li>
</ul>
</div>
<?php include("inc/communityPartners.php"); ?>
<?php include("inc/footer.php"); ?>