-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprecise-pixels.php
More file actions
34 lines (29 loc) · 1020 Bytes
/
precise-pixels.php
File metadata and controls
34 lines (29 loc) · 1020 Bytes
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
<!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>Precise Pixels v2</h1>
</div>
</header>
<div class="content-wrapper">
<div class="content-section">
<img src="images/work/precise-pixels-device.jpg" alt="Precise Pixels v2"/>
<h3>The second version of the Precise Pixels website</h3>
<p>A complete re-design and re-code of our site.</p>
<p>Mobile first, responsive, retina compatible.</p>
</div>
<div class="content-section">
<a href="peter-batten"><div class="button half"><div class="icon icon_medium icon_left">‹</div></div></a>
<a href="delhi-kitchen"><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>