-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdelhi-kitchen.php
More file actions
34 lines (29 loc) · 1.16 KB
/
delhi-kitchen.php
File metadata and controls
34 lines (29 loc) · 1.16 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
<!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>Delhi Kitchen</h1>
</div>
</header>
<div class="content-wrapper">
<div class="content-section">
<img src="images/work/delhi-kitchen-device.jpg" alt="Delhi Kitchen"/>
<a href="http://precisepixels.co.uk/DelhiKitchen/" target="_blank" class="our-work-link"><div class="icon icon_medium icon_link">ä</div> http://precisepixels.co.uk/DelhiKitchen/</a>
<p>An Indian restaurant in Gravesend wanted their menus and contact information displayed on a simple website.</p>
<p>They also do a mean Tikka Masala!</p>
</div>
<div class="content-section">
<a href="precise-pixels"><div class="button half"><div class="icon icon_medium icon_left">‹</div></div></a>
<a href="people-united"><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>