-
Notifications
You must be signed in to change notification settings - Fork 0
/
story.html
568 lines (374 loc) · 15.9 KB
/
story.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
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
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--
- primary meta tags
-->
<title>Our Story: Guru Restaurant Clermont - Indian Food, Vegetarian & Meat Based</title>
<meta name="title" content="Our Story: Guru Restaurant Clermont - Indian Food, Vegetarian & Meat Based">
<meta name="description" content="Our Story for award winning Indian Restaurant. Owner/Head Chef Uday Kadam offers a fabulous variety of the finest Indian flavours.">
<!--
- favicon
-->
<link rel="apple-touch-icon" sizes="180x180" href="./favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon/favicon-16x16.png">
<link rel="manifest" href="./favicon/site.webmanifest">
<link rel="mask-icon" href="./favicon/safari-pinned-tab.svg" color="#000000">
<link rel="shortcut icon" href="./favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#000000">
<meta name="msapplication-config" content="./favicon/browserconfig.xml">
<meta name="theme-color" content="#000000">
<!--
- google font link
-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&family=Forum&display=swap" rel="stylesheet">
<!--
- custom css link
-->
<link rel="stylesheet" href="./assets/css/style.css">
<!--
- preload images
-->
<link rel="preload" as="image" href="./assets/images/hero-slider-1.jpg">
<link rel="preload" as="image" href="./assets/images/hero-slider-2.jpg">
<link rel="preload" as="image" href="./assets/images/hero-slider-3.jpg">
</head>
<body id="top">
<!--
- #PRELOADER
-->
<div class="preload" data-preaload>
<img src="./assets/images/preloaderlogo.png" width="320" height="100">
<div class="circle"></div>
</div>
<!---
- #POPUP
-->
<div class="popup">
<button class="close-btn">×</button>
<h2>This is popup title</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac consequat leo. Etiam arcu nunc, egestas in lobortis ac, scelerisque et nisi.
</p>
</div>
<!--
- #TOP BAR
-->
<div class="topbar">
<div class="container">
<a href="https://g.co/kgs/KdknokV" class="topbar-item link">
<div class="icon">
<ion-icon name="location-outline" aria-hidden="true"></ion-icon>
</div>
<span class="span">
2400 South US 27, Suite 101, Clermont , FL 34711
</span>
</a>
<div class="separator"></div>
<div class="topbar-item item-2">
<div class="icon">
<ion-icon name="time-outline" aria-hidden="true"></ion-icon>
</div>
<span class="span">Mon-Sat: 11:30 am – 10:00 pm
Sun: 11:30 am – 07:00 pm
</span>
</div>
<a href="tel:3522419884" class="topbar-item link">
<div class="icon">
<ion-icon name="call-outline" aria-hidden="true"></ion-icon>
</div>
<span class="span">(352)-241-9884</span>
</a>
<div class="separator"></div>
<a href="mailto:[email protected]" class="topbar-item link">
<div class="icon">
<ion-icon name="mail-outline" aria-hidden="true"></ion-icon>
</div>
<span class="span">[email protected]</span>
</a>
</div>
</div>
<!--
- #HEADER
-->
<header class="header" data-header>
<div class="container">
<a href="index.html" class="logo">
<img src="./assets/images/logo.svg" width="320" height="100" alt="Guru Restaurant - Home">
</a>
<nav class="navbar" data-navbar>
<button class="close-btn" aria-label="close menu" data-nav-toggler>
<ion-icon name="close-outline" aria-hidden="true"></ion-icon>
</button>
<a href="index.html" class="logo">
<img src="./assets/images/logo.svg" width="320" height="100" alt="Guru Restaurant - Home">
</a>
<ul class="navbar-list">
<li class="navbar-item">
<a href="index.html" class="navbar-link hover-underline">
<div class="separator"></div>
<span class="span">Home</span>
</a>
</li>
<li class="navbar-item">
<a href="menu.html" class="navbar-link hover-underline">
<div class="separator"></div>
<span class="span">Menu</span>
</a>
</li>
<li class="navbar-item">
<a href="#" class="navbar-link hover-underline active">
<div class="separator"></div>
<span class="span">Our Story</span>
</a>
</li>
<li class="navbar-item">
<a href="story.html#photos" class="navbar-link hover-underline">
<div class="separator"></div>
<span class="span">Photos</span>
</a>
</li>
<li class="navbar-item">
<a href="index.html#contact" class="navbar-link hover-underline">
<div class="separator"></div>
<span class="span">Contact</span>
</a>
</li>
</ul>
<div class="text-center">
<p class="headline-1 navbar-title">Visit Us</p>
<address class="body-4">
2400 South US 27, Suite 101, Clermont , FL 34711
</address>
<p class="body-4 navbar-text">Mon-Sat : 11:30 am – 10:00 pm <br>
Sun: 11:30 am – 07:00 pm
</p>
<a href="mailto:[email protected]" class="body-4 sidebar-link">[email protected]</a>
<div class="separator"></div>
<p class="contact-label">Booking Request</p>
<a href="tel:3522419884" class="body-1 contact-number hover-underline">
(352)-241-9884
</a>
</div>
</nav>
<a href="#" class="btn btn-secondary" id="orderfoodbutton">
<span class="text text-1">Order Food</span>
<span class="text text-2" aria-hidden="true">Order Food</span>
</a>
<button class="nav-open-btn" aria-label="open menu" data-nav-toggler>
<span class="line line-1"></span>
<span class="line line-2"></span>
<span class="line line-3"></span>
</button>
<div class="overlay" data-nav-toggler data-overlay></div>
</div>
</header>
<br>
<br>
<br>
<br>
<br><br>
<br>
<br>
<br>
<br>
<main class="main">
<article>
<!--
- #Our Story Chef
-->
<section class="special-dish text-center" aria-labelledby="dish-label">
<div class="special-dish-banner">
<img src="./assets/images/ourchef.jpg" width="940" height="900" alt="special dish"
class="img-cover">
</div>
<div class="special-dish-content bg-black-10">
<div class="container">
<p class="section-subtitle label-2">Our Chef</p>
<h2 class="headline-1 section-title">Uday Kadam</h2>
<p class="section-text">
Chef Uday hails from a small village 300 miles south of Mumbai, India.
His role model father was a teacher and Kadam’s first ‘Guru.’
While Kadam was studying in a Bombay college, he worked at the famous Taj Mahal Hotel.
He studied and worked under the talents of many respected gurus, who taught and encouraged him in what would become his life’s most desired profession.
<br><br>Kadam started his professional career as a manager and chef for Marriott Hotels in Kuwait, Saudi Arabia, Jordan and Egypt before coming to work in the United States in 1982.
He has over 35 years of professional experience in the restaurant business here in the Orlando area. He was a food and beverage manager working at the Disney Polynesian.
“The word Guru means ‘Master,’ as well as a sharing and inspiring teacher.
Getting started in my career, I was fortunate to work for and learn from the best of the best chefs at Marriott and Disney,” said Kadam.
</p>
</div>
</div>
<img src="./assets/images/shape-4.png" width="179" height="359" alt="" class="shape shape-1">
<img src="./assets/images/samosa.png" width="351" height="462" alt="" class="shape shape-2">
</section>
<!--
- #PHOTOS
-->
<section class="section event bg-black-10" aria-label="event">
<div class="container" id="photos">
<p class="section-subtitle label-2 text-center">Photos</p>
<h2 class="section-title headline-1 text-center">A look inside</h2>
<ul class="grid-list">
<li>
<div class="event-card has-before hover:shine">
<div class="card-banner img-holder" style="--width: 350; --height: 450;">
<img src="./assets/images/insiderestaurant.jpg" width="350" height="450"
alt="Inside Guru Restaurant with dining chairs and tables" class="img-cover">
</div>
</div>
</li>
<li>
<div class="event-card has-before hover:shine">
<div class="card-banner img-holder" style="--width: 350; --height: 450;">
<img src="./assets/images/chefcooking.jpg" width="350" height="450"
alt="Guru Restaurant Chef Uday Kadam cooking up delicious dishes" class="img-cover">
</div>
</div>
</li>
<li>
<div class="event-card has-before hover:shine">
<div class="card-banner img-holder" style="--width: 350; --height: 450;">
<img src="./assets/images/foodatguru.jpg" width="350" height="450"
alt="Dishes served at Guru including Naan Paneer Tikka Masala Samosa" class="img-cover">
</div>
</div>
</li>
<li>
<div class="event-card has-before hover:shine">
<div class="card-banner img-holder" style="--width: 350; --height: 450;">
<img src="./assets/images/morefoodatguru.jpeg" width="350" height="450"
alt="More dishes being served at Guru including Mango Lassi Gulab Jamun" class="img-cover">
</div>
</div>
</li>
<li>
<div class="event-card has-before hover:shine">
<div class="card-banner img-holder" style="--width: 350; --height: 450;">
<img src="./assets/images/chefholdingawards.jpg" width="350" height="450"
alt="Chef holding awards given to Guru Restaurant" class="img-cover">
</div>
</div>
</li>
<li>
<div class="event-card has-before hover:shine">
<div class="card-banner img-holder" style="--width: 350; --height: 450;">
<img src="./assets/images/outsideseating.jpg" width="350" height="450"
alt="More various dishes being served at Guru Restaurant outside seating area at Guru Restaurant" class="img-cover">
</div>
</div>
</li>
<li>
<div class="event-card has-before hover:shine">
<div class="card-banner img-holder" style="--width: 350; --height: 450;">
<img src="./assets/images/outsideofguru.jpg" width="350" height="450"
alt="View of outside of Guru Restaurant" class="img-cover">
</div>
</div>
</li>
<li>
<div class="event-card has-before hover:shine">
<div class="card-banner img-holder" style="--width: 350; --height: 450;">
<img src="./assets/images/chefstandinginfrontofmural.jpg" width="350" height="450"
alt="Chef Uday standing and holding more awards that he received for his restaurant Guru" class="img-cover">
</div>
</div>
</li>
<li>
<div class="event-card has-before hover:shine">
<div class="card-banner img-holder" style="--width: 350; --height: 450;">
<img src="./assets/images/muralatguru.jpg" width="350" height="450"
alt="Mural of Maa Laxmi at Guru Restaurant" class="img-cover">
</div>
</div>
</li>
</ul>
</div>
</section>
</article>
</main>
<!--
- #FOOTER
-->
<footer class="footer section has-bg-image text-center"
style="background-image: url('./assets/images/footer-bg.jpg')">
<div class="container">
<div class="footer-top grid-list">
<div class="footer-brand has-before has-after">
<a href="#" class="logo">
<img src="./assets/images/logo.svg" width="320" height="100" alt="Guru Restaurant home">
</a>
<a href="https://g.co/kgs/KdknokV" class="body-4 contact-link">
2400 South US 27, Suite 101, Clermont , FL 34711
</a>
<br>
<a href="mailto:[email protected]" class="body-4 contact-link">[email protected]</a>
<br>
<a href="tel:3522419884" class="body-4 contact-link">To reserve: (352)-241-9884</a>
<br>
<p class="body-4">
Mon-Sat : 11:30 am – 10:00 pm
<br>
Sun: 11:30 am – 07:00 pm
</p>
<div class="wrapper">
<div class="separator"></div>
<div class="separator"></div>
<div class="separator"></div>
</div>
</div>
<ul class="footer-list">
<li>
<a href="index.html" class="label-2 footer-link hover-underline">Home</a>
</li>
<li>
<a href="menu.html" class="label-2 footer-link hover-underline">Menu</a>
</li>
<li>
<a href="#" class="label-2 footer-link hover-underline">Our Story</a>
</li>
<li>
<a href="story.html#photos" class="label-2 footer-link hover-underline">Photos</a>
</li>
<li>
<a href="index.html#contact" class="label-2 footer-link hover-underline">Contact</a>
</li>
</ul>
<ul class="footer-list">
<li>
<a href="https://g.co/kgs/KdknokV" class="label-2 footer-link hover-underline">Google Maps</a>
</li>
<li>
<a href="https://www.facebook.com/289717221229425" class="label-2 footer-link hover-underline">Facebook</a>
</li>
</ul>
</div>
<div class="footer-bottom">
<p class="copyright">
© 2024 Guru Restaurant. All Rights Reserved</a>
</p>
</div>
</div>
</footer>
<!--
- #BACK TO TOP
-->
<a href="#top" class="back-top-btn active" aria-label="back to top" data-back-top-btn>
<ion-icon name="chevron-up" aria-hidden="true"></ion-icon>
</a>
<!--
- custom js link
-->
<script src="./assets/js/script.js"></script>
<!--
- ionicon link
-->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</body>
</html>