-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
88 lines (85 loc) · 2.83 KB
/
about.html
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<!-- Website template by freewebsitetemplates.com -->
<html>
<head>
<title>About - Restaurant Website</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="css/style.css">
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="css/ie7.css">
<![endif]-->
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="css/ie6.css">
<![endif]-->
</head>
<body>
<div id="header"> <!-- start of header -->
<span class="signboard"></span>
<ul id="infos">
<li class="home">
<a href="index.html">HOME</a>
</li>
<li class="phone">
<a href="contact.html">8693012900</a>
</li>
<li class="address">
<a href="contact.html">I.C. COLONY, BORIVALI WEST, MUMBAI-400103.</a>
</li>
</ul>
<a href="index.html" id="logo"></a>
<ul id="navigation">
<li><a href="entree.html"><span>Entree</span></a></li>
<li class="main"><a href="menu.html"><span>Main Course</span></a></li>
<li><a href="desserts.html"><span>Desserts</span></a></li>
<li><a href="drinks.html"><span>Drinks</span></a></li>
<li><a href="gallery.html"><span>Gallery</span></a></li>
</ul> <!-- /#navigation -->
</div> <!-- end of header -->
<div id="contents"> <!-- start of contents -->
<h2 class="aboutus"><span>About</span></h2>
<div id="aboutus">
<h3>As quoted by some of the leading news papers of our country</h3>
<h3>MID-DAY</h3>
<p>
Cosy atmosphere and the fantastic dishes the restaurant serves makes it one of the finest restaurant in the suburbs.
</p>
<h3>BOMBAY TIMES</h3>
<p>
It is good food and reasonable prices that keep this restaurant as crowded as a Borivali fast at peak hour.
</p>
<h3>INDIAN EXPRESS</h3>
<p>
Heard of a restaurant whose parcels are as delicious and pleasurable as eating there itself? Welcome to THE RESTAURANT!
</p>
</div>
</div> <!-- end of contents -->
<div id="footer"> <!-- start of footer -->
<ul class="advertise">
<li class="delivery">
<h2>Hungry? We Deliver</h2>
<a href="menu.html">Download our Menu</a>
</li>
<li class="event">
<h2>Party! Party!</h2>
<p>Celebrate your</p>
<p>Special Events with Us</p>
</li>
<li class="connect">
<h2>Let's Keep in Touch</h2>
<a href="http://facebook.com/freewebsitetemplates" target="_blank" class="fb" title="Facebook"></a>
<a href="http://twitter.com/fwtemplates" target="_blank" class="twitr" title="Twitter"></a>
</li>
</ul>
<div>
<ul class="navigation">
<li><a href="index.html">Home</a></li>
<li><a href="booking.html">Book an event</a></li>
<li><a href="blog.html">Blog</a></li>
<li class="selected"><a href="about.html">About</a></li>
<li class="last"><a href="contact.html">Contact</a></li>
</ul>
<span>© Copyright 2012. All Rights Reserved.</span>
</div>
</div> <!-- end of footer -->
</body>
</html>