-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathholland-transfer-solutions.php
More file actions
35 lines (30 loc) · 1.39 KB
/
holland-transfer-solutions.php
File metadata and controls
35 lines (30 loc) · 1.39 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
<!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>Holland Transfer Solutions</h1>
</div>
</header>
<div class="content-wrapper">
<div class="content-section">
<img src="images/work/holland-transfer-solutions-device.jpg" alt="Holland Transfer Solutions"/>
<a href="http://taxiholland.com/" target="_blank" class="our-work-link"><div class="icon icon_medium icon_link">ä</div> http://taxiholland.com/</a>
<p>Holland Transfer Solutions is an executive taxi service based in the Rotterdam, Amsterdam and The Hague areas of Holland.</p>
<p>The client was not happy with their old website and we had some ideas of ways to improve it.</p>
<p>We are giving it a new, slick feel ensuring that the professional, executive integrity of Holland Transfer Solutions is reflected in their website.</p>
</div>
<div class="content-section">
<a href="people-united"><div class="button half"><div class="icon icon_medium icon_left">‹</div></div></a>
<a href="peking-restaurant"><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>