-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathour-work.php
More file actions
68 lines (63 loc) · 1.67 KB
/
our-work.php
File metadata and controls
68 lines (63 loc) · 1.67 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!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>Our Work</h1>
</div>
</header>
<div class="content-wrapper">
<div class="content-section">
<h2>Web design</h2>
<h3>Here are some of the web design projects we have produced</h3>
</div>
<div class="content-section">
<div class="box-wrapper">
<a href="peter-batten">
<div class="box third">
<h4>Peter Batten</h4>
<div id="thumb_peter-batten" class="thumb"></div>
</div>
</a>
<a href="precise-pixels">
<div class="box third">
<h4>Precise Pixels v2</h4>
<div id="thumb_precise-pixels" class="thumb"></div>
</div>
</a>
<a href="delhi-kitchen">
<div class="box third">
<h4>Delhi Kitchen</h4>
<div id="thumb_delhi-kitchen" class="thumb"></div>
</div>
</a>
<a href="people-united">
<div class="box third">
<h4>People United</h4>
<div id="thumb_people-united" class="thumb"></div>
</div>
</a>
<a href="holland-transfer-solutions">
<div class="box third">
<h4>Holland Transfer Solutions</h4>
<div id="thumb_holland-transfer-solutions" class="thumb"></div>
</div>
</a>
<a href="peking-restaurant">
<div class="box third">
<h4>Peking Restaurant</h4>
<div id="thumb_peking-restaurant" class="thumb"></div>
</div>
</a>
</div>
</div>
</div>
<?php include("includes/footer.php"); ?>
<?php include("includes/scripts.php"); ?>
</body>
</html>