-
Notifications
You must be signed in to change notification settings - Fork 15
/
sponsors.php
23 lines (19 loc) · 1.82 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
<?php define('IN_SITE', 1); $page = "Sponsors"; include('header.php'); ?>
<div class="container"><section>
<div class="row">
<div class="col-md-12">
<h1>Sponsors</h1>
<h3><span id="aaisp">Andrews & Arnold Ltd</span></h3>
<img src="/img/andrews_and_arnold_logo.png" style="max-width:300px;" class="alignright imageborder">
<p>We would like to thank Andrews & Arnold Ltd for their kind sponsorship providing a telephone & internet connection, and additional donation of equipment to our new space. An internet connection is central to us; having the reliability of a managed business line will allow us to offer more to our members, without additional cost.</p>
<p>Andrews & Arnold Ltd are a UK based internet & managed service provider, and you can find out more about them on their <a href="https://www.aa.net.uk/" target="_blank">website</a>.</p>
<h3><span id="bitfolk">Bitfolk Ltd</span></h3>
<img src="/img/bitfolk.gif" style="max-width:300px;" class="alignright imageborder">
<p>We would like to thank Bitfolk Ltd for their kind sponsorship providing a virtual private server for our space. Having a virtual private server hosted in a datacenter allows us to have services like our website and email run reliably even when the local server is unplugged by an unwitting member to plug in their fusion generator.</p>
<p>BitFolk are a UK based virtual private server provider, and you can find out more about them on their <a href="http://www.bitfolk.com/" target="_blank">website</a>.</p>
<h2 class="section-title" style="clear:both;">Sponsor Us</h2>
<p>We're always looking for new sponsors either on an ongoing basis or for our individual events. <a href="mailto:[email protected]">Contact us</a> for more information.</p>
</div>
</div>
</section></div>
<?php include('footer.php'); ?>