-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpeople-united.php
More file actions
40 lines (35 loc) · 2.13 KB
/
people-united.php
File metadata and controls
40 lines (35 loc) · 2.13 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
34
35
36
37
38
39
40
<!DOCTYPE HTML>
<html>
<head>
<?php include("includes/head.php"); ?>
</head>
<body class="<?php include("includes/bodyclass.php"); ?>">
<?php include("includes/nav.php"); ?>
<header>
<div class="content-wrapper">
<span class="icon icon_large icon_work">7</span>
<h1>People United</h1>
</div>
</header>
<div class="content-wrapper">
<div class="content-section">
<img src="images/work/people-united-device.jpg" alt="People United"/>
<a href="http://peopleunited.org.uk/" target="_blank" class="our-work-link"><div class="icon icon_medium icon_link">ä</div> http://peopleunited.org.uk/</a>
<p>People United is an Canterbury-based arts charity. We completely redesigned their site, producing a much cleaner layout.</p>
<p>The client can easily update their site themselves with a home-built CMS along with a Wordpress blog.</p>
<p>A login system provides users with access to particular downloadable content, allowing People United to track popularity of content and maintain a user base.</p>
<div class="box testimonial">
<span class="icon icon_small icon_quote_open">B</span>
<p>Precise Pixels were recommended to us by their course director at the University of Kent. We were in need of specialist help in developing our web site and communications. They have responded quickly to all of our requests for help and performed them in a professional manner. They are clear about their roles and skills and how they complement each other's work, making a great team. With the help of James and Jacob we have significantly improved our web site, upgraded our software to Microsoft Office 2010 and feel more confident about our future communications with our stakeholders.</p>
<span class="icon icon_small icon_quote_close">C</span>
</div>
</div>
<div class="content-section">
<a href="delhi-kitchen"><div class="button half"><div class="icon icon_medium icon_left">‹</div></div></a>
<a href="holland-transfer-solutions"><div class="button half"><div class="icon icon_medium icon_right">›</div></div></a>
</div>
</div>
<?php include("includes/footer.php"); ?>
<?php include("includes/scripts.php"); ?>
</body>
</html>