-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpeter-batten.php
More file actions
33 lines (28 loc) · 1.18 KB
/
peter-batten.php
File metadata and controls
33 lines (28 loc) · 1.18 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
<!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>Peter Batten</h1>
</div>
</header>
<div class="content-wrapper">
<div class="content-section">
<img src="images/work/peter-batten.jpg" alt="Peter Batten"/>
<a href="http://peterbatten.co.uk/" target="_blank" class="our-work-link"><div class="icon icon_medium icon_link">ä</div> http://peterbatten.co.uk/</a>
<p>A responsive portfolio website showcasing the work of Peter Batten, Camera Operator and Director of Photography.</p>
</div>
<div class="content-section">
<div class="box half"><div class="icon icon_medium icon_left_disabled">‹</div></div>
<a href="precise-pixels"><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>