-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.php
More file actions
356 lines (276 loc) · 13.7 KB
/
about.php
File metadata and controls
356 lines (276 loc) · 13.7 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
<?php
ini_set('error_reporting',E_ALL & ~E_DEPRECATED & ~E_NOTICE);
session_start();
?>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="footer, address, phone, icons" />
<link rel="stylesheet" href="demo.css">
<link rel="stylesheet" href="footer-distributed-with-address-and-phones.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
<link href="http://fonts.googleapis.com/css?family=Cookie" rel="stylesheet" type="text/css">
<title>Inaayat-About</title>
<style type="text/css">
*{
padding: 0px;
margin: 0px;
}
body{
background-color: #e5ff58}
.head{
font-weight: bold;
background-image: url("Big-top-image.jpg");
height : 400px;
color: white;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
text-align: center;
box-sizing: border-box;
font-family: Courier New, serif ;
padding-top: 100px;
border-style: inset;
}
.innerHead{
width: 400px;
height: 190px;
border-radius: 10px;
background-color:#CB202D;
display: inline-block;
padding-top: 50px;
}
.images img{
margin-top: 40px;
width: 250px;
height: 250px;
border-radius: 50%;
margin-left: 25px;
}
.jumbo{
margin-top: 50px;
}
.footer{
margin: 0;
}
.image {
opacity: 1;
display: block;
width: 100%;
height: auto;
transition: .5s ease;
backface-visibility: hidden;
}
.middle {
transition: .5s ease;
opacity: 0;
position: absolute;
/* top: 50%; */
/* left: 50%; */
transform: translate(80%, -300%);
/* -ms-transform: translate(-50%, -50%); */
/* text-align: center; */
}
.container:hover .image {
opacity: 0.3;
}
.container:hover .middle {
opacity: 1;
}
.text {
background-color: #4CAF50;
color: white;
font-size: 16px;
padding: 16px 32px;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo03" aria-controls="navbarTogglerDemo03" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="http://localhost/inaayat/changedfront.php">
<img src="inaayat.jpg" width="30" height="30" alt="">
</a>
<a class="navbar-brand" href="#">INAAYAT</a>
<div class="collapse navbar-collapse" id="navbarTogglerDemo03">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item ">
<a class="nav-link" href="http://localhost/inaayat/changedfront.php">Home </a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://localhost/inaayat/Menu.php">Menu </a>
</li><!--
<li class="nav-item">
<a class="nav-link" href="http://localhost/inaayat/order.html">Order </a>
</li> -->
<li class="nav-item">
<a class="nav-link " href="http://localhost/inaayat/booking.php">Booking</a>
</li>
<li class="nav-item">
<a class="nav-link " href="http://localhost/inaayat/reviews.php">Reviews</a>
</li>
<li class="nav-item">
<a class="nav-link " href="http://localhost/inaayat/map.php">Map</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="http://localhost/inaayat/about.php"><span class="sr-only">(current)</span>About Us</a>
</li>
<li class="nav-item" style="width: 500px;">
</li>
<?php
if (isset($_SESSION['username'])) {
echo "<th>hello </th>".$_SESSION['username'];echo('<form action="logout.php" method="get">');
echo "<p> ";
echo('<input type="submit" value="LOGOUT">');
echo('</form>');
}
else{
?>
<li class="nav-item">
<a class="nav-link " href="http://localhost/inaayat/contact.php">Sign Up</a>
</li>
<li class="nav-item">
<a class="nav-link " href="http://localhost/inaayat/sign.php">Log In</a>
</li>
<?php
}
?>
</ul>
</div>
</nav>
<div class="head">
<div class="innerHead">
<h1 style="font-size: 70px;">ABOUT US </h1>
</div>
</div>
<br>
<table style="padding: 20px">
<tr>
<td width="100%" height="100vh" style="background-color: rgba(234,109,109,0.38); padding:20px">
Is it any surprise that Chef Manish Mehrotra’s Inaayat occupies the Number One slot on the list of India’s top 50 restaurants? From the drinks to the desserts, Chef Mehrotra’s reinterpretation of nostalgic Indian dishes using global cues has inspired an entire generation of Indian chefs to innovate. Think marigold cocktail (with dark rum, fresh lime, cranberry and orange juice), meetha achaar pork spare ribs that come with sundried mango and pickled kohlrabi and literally fall off the bone, and tandoori bacon prawns with wasabi malai. The restaurant recently renovated, the interiors include three private dining rooms and stunning photographs of the city’s medieval monuments and the beautiful Lodhi Gardens. With a branch soon in New York and London, his inventive restaurant is earning critical acclaim globally, making sure the rest of the world develops an Indian accent.
Chef Mehrotra prefers to use fresh, seasonal and local produce wherever possible and often travels to small towns and villages to source his ingredients. In fact, a family in Kolhapur even makes some specialised masalas for the restaurant. Indian Accent also receives fresh, organically grown root vegetables and micro greens from farmers around the country and mostly use cold-pressed mustard oil, house-made ghee and fresh coconut oil in its cooking.
</td>
</tr>
</table>
<br>
<br>
<table style="position: 300px; top: 800; bottom: 0; left: 100; right: 0;padding: 10px" cellspacing="10">
<tr>
<td width="300px" height="300px" style="background-color: rgba(0,0,0,0.38)">
<div class="outer" >
<div class="container">
<img src="asma.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Asma</div>
</div>
</div>
</td>
<td width=75% style="background-color: rgba(0,0,0,0.10)">
<div class="right" style="padding:20px;">
Asma is the most famous and commended face as the most favorite among top 10 chefs in India. She makes one of the most mouth watering dishes, and makes combinations out of this world. Her creativity is applaudible. Her amazing work amazes everyone in India and the world. She has great name in Indian food today. She is a professional Chef, works for an effective TV Channel ‘FoodFood‘. Asma is among most popular top ten chefs in India. She is the writer of top cookbooks, owner of famous restaurateur and have won many food competitions. Her dream is to make Indian food the most obvious around the world and engaging Indian’s through cooking to wind up independent life. She is known as the ‘Best Chef of India’. This award was given to her by the Government of India.
Most popular chef among the top 10 chefs in India is chosen as Indian ambassador for the United States Clean Cook stoves for the fashioning nations.
</div>
</div>
</td>
</tr>
<tr>
<td width="300px" height="300px" style="background-color: rgba(0,0,0,0.38)">
<div class="outer">
<div class="container">
<img src="aru.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Areesha</div>
</div>
</div>
</td>
<td width=75% style="background-color: rgba(0,0,0,0.10)">
<div class="right" style="padding:20px;">
Areesha has been on of the commended faces in the most favorite among top 10 chefs in India. She has great name in Indian food today. She is a professional Chef, works for an effective TV Channel ‘FoodFood‘. Areesha is among most popular top ten chefs in India. She is the writer of top cookbooks, owner of famous restaurateur and have won many food competitions. Her dream is to make Indian food the most obvious around the world and engaging Indian’s through cooking to wind up independent life. She is known as one of the Best Chefs in India. This award was given to her by the Government of India, which she prestigiously accepted. She has a huge fan following and is extermely popular.
Most popular chef among the top 10 chefs in India is chosen as Indian ambassador for the United States Clean Cook stoves for the fashioning nations.
</div>
</div>
</td>
</tr>
<tr>
<td width="300px" height="300px" style="background-color: rgba(0,0,0,0.38)">
<div class="outer">
<div class="container">
<img src="mabi.jpg" class="image" style="width:100%">
<div class="middle">
<div class="text">Marhaba</div>
</div>
</div>
</td>
<td width=75% style="background-color: rgba(0,0,0,0.10)">
<div class="right" style="padding:20px;">
Marhaba is the favorite among top 10 chefs in India. She makes one of the most mouth watering dishes, and makes combinations out of this world. Her creativity is applaudible. Her amazing work amazes everyone in India and the world. She has great name in Indian food today. She is a professional Chef, works for an effective TV Channel ‘FoodFood‘. Asma is among most popular top ten chefs in India. She is the writer of top cookbooks, owner of famous restaurateur and have won many food competitions. Her dream is to make Indian food the most obvious around the world and engaging Indian’s through cooking to wind up independent life. She is known as the ‘Best Chef of India’. This award was given to her by the Government of India.
Marhaba is very famous on the social networking sites and is very active. She has a huge fan following because of her fancy foods and delicious dishes.
</div>
</div>
</td>
</tr>
</div>
</table>
<br>
<br>
<footer class="footer-distributed">
<div class="footer-left">
<a class="navbar-brand" href="http://localhost/inaayat/changedfront.html" style="display: inline-block;">
<img src="inaayat.jpg" width="50" height="50" alt="">
</a>
<h3 style="display: inline-block;">Inaayat<span>Restaurant</span></h3>
<p class="footer-links">
<a href="http://localhost/inaayat/changedfront.php">Home</a>
·
<a href="http://localhost/inaayat/Menu.php">Menu</a>
·
<a href="http://localhost/inaayat/order.php">Order</a>
·
<a href="http://localhost/inaayat/about.php">About</a>
·
<a href="http://localhost/inaayat/sign.php">LogIn</a>
·
<a href="http://localhost/inaayat/contact.php">Contact</a>
</p>
<p class="footer-company-name">Company Name © 2015</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker"></i>
<p><span>21 New Colony Street</span> Delhi, India</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>+1 555 123456</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="mailto:support@company.com">support@inaayat.com</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>Thank You for Visiting</span>
We, at Inaayat thank you from the bottom of our hearts for visiting our page and showing interest in our restaurant. We hope to hear from you again, soon.
</p>
<div class="footer-icons">
<a href="https://www.facebook.com"><i class="fa fa-facebook"></i></a>
<a href="https://www.twitter.com"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com"><i class="fa fa-linkedin"></i></a>
<a href="https://www.github.com"><i class="fa fa-github"></i></a>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>