-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpeking-restaurant.php
More file actions
40 lines (35 loc) · 1.67 KB
/
peking-restaurant.php
File metadata and controls
40 lines (35 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
<!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>Peking Restaurant</h1>
</div>
</header>
<div class="content-wrapper">
<div class="content-section">
<img src="images/work/peking-restaurant-device.jpg" alt="Peking Restaurant"/>
<a href="http://pekingrestaurantgravesend.co.uk/" target="_blank" class="our-work-link"><div class="icon icon_medium icon_link">ä</div> http://pekingrestaurantgravesend.co.uk/</a>
<p>The Peking Restaurant is a traditional chinese restaurant in Gravesend.</p>
<p>Their old website is a virtually purposeless template website that does not do the restaurant any justice.</p>
<p>We are creating them a basic but professional website to showcase the restaurant with menus, prices and photos taken by us.</p>
<div class="box testimonial">
<span class="icon icon_small icon_quote_open">B</span>
<p>The Peking Restaurant is very satistified with what Precise Pixels have done and we are very happy with the price. I would definately recommend their work to other businesses.</p>
<span class="icon icon_small icon_quote_close">C</span>
</div>
</div>
<div class="content-section">
<a href="holland-transfer-solutions"><div class="button half"><div class="icon icon_medium icon_left">‹</div></div></a>
<div class="box half"><div class="icon icon_medium icon_right_disabled">›</div></div>
</div>
</div>
<?php include("includes/footer.php"); ?>
<?php include("includes/scripts.php"); ?>
</body>
</html>