-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
698 lines (585 loc) · 25.9 KB
/
index.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
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
<!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">
<meta name="description" content="">
<meta name="author" content="">
<title>Cafe India Restaurant | Casual Setting.. Tasty Food!</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Theme CSS -->
<link href="css/creative.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top">
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">Cafe India</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<li>
<a class="page-scroll" href="#menu">Menu</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<header>
<div class="header-content">
<div class="header-content-inner">
<h1 id="homeHeading">Welcome to Cafe India</h1>
<hr>
<h3>Casual Setting.. Tasty Food!</h3>
<h4>Call us to place an order <a href="tel:281-469-8100">281-469-8100</a></h4>
<a href="#about" class="btn btn-primary btn-xl page-scroll">Find Out More</a>
</div>
</div>
</header>
<section class="bg-primary" id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">We've got what you need!</h2>
<hr class="light">
<p>Cafe India is an Indian restaurant located at 9211 W Rd Ste 131 in Houston, TX serving the authentic Indian recipes with quality and taste in mind.</p>
<p>Please take a moment to explore our unique menu for mouthwatering options.</p>
<p>We hope you will enjoy your visit to our restaurant and thank you for giving us a wonderful opportunity to serve your food.</p>
<a href="#menu" class="page-scroll btn btn-default btn-xl sr-button">Explore our menu!</a>
</div>
</div>
</div>
</section>
<section id="menu">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Our Menu</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-4 text-center">
<h3>Vegetable Samosa
<small>$2.99</small>
</h3>
<p>Golden fried pastry puffs stuffed with spiced peas and potato</p>
</div>
<div class="col-sm-4 text-center">
<h3>CHICKEN SAMOSA
<small>$3.99</small>
</h3>
<p>Golden fried pastry puffs stuffed with spiced peas and ground chicken</p>
</div>
<div class="col-sm-4 text-center">
<h3>VEGETABLE CUTLETS
<small>$4.99</small>
</h3>
<p>Garden fresh vegetables minced together with chef's special herbs fried to golden perfection</p>
</div>
<div class="col-sm-4 text-center">
<h3>MIXED VEGETABLE BHAJI
<small>$4.99</small>
</h3>
<p>Chopped vegetables dipped in chick peas and battered</p>
</div>
<div class="col-sm-4 text-center">
<h3>AMRITSAR FISH PAKORA
<small>$10.99</small>
</h3>
<p>Fresh fillets lightly battered fried to golden perfection</p>
</div>
<div class="col-sm-4 text-center">
<h3>Tandoori Chicken (4pc)
<small>$8.99</small>
</h3>
<p>Chicken Drumsticks marinated overnight in yogurt & spices</p>
</div>
<div class="col-sm-4 text-center">
<h3>CHICKEN TIKKA
<small>$10.99</small>
</h3>
<p>Boneless Brest chunks Chicken marinated in yogurt and spices</p>
</div>
<div class="col-sm-4 text-center">
<h3>PANEER TIKKA
<small>$10.99</small>
</h3>
<p>Paneer (Homemade cheese) marinated in yogurt and spices</p>
</div>
<div class="col-sm-4 text-center">
<h3>CHICKEN SEEKH KABOB
<small>$10.99</small>
</h3>
<p>Ground chicken seasoned with herbs</p>
</div>
<div class="col-sm-4 text-center">
<h3>Boti Kabob
<small>$12.99</small>
</h3>
<p>Succulent chunks of marinated broiled lamb </p>
</div>
<div class="col-sm-4 text-center">
<h3>Gobi Manchurion
<small>$8.99</small>
</h3>
</div>
<div class="col-sm-4 text-center">
<h3>Babycorn Manchurion
<small>$8.99</small>
</h3>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading"><strong>Chicken</strong> Dishes</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-4 text-center">
<h3>Chicken Tikka Masala
<small>$10.99</small>
</h3>
<p>Clay oven baked chicken cooked with tomato and Cream sauce</p>
</div>
<div class="col-sm-4 text-center">
<h3>CHICKEN CURRY
<small>$10.99</small>
</h3>
<p>Traditional curry cooked with onion, ginger, garlic and mixed spices</p>
</div>
<div class="col-sm-4 text-center">
<h3>BUTTER CHICKEN
<small>$10.99</small>
</h3>
<p>Tandoori chicken cooked in tomatoes cream sauce</p>
</div>
<div class="col-sm-4 text-center">
<h3>Chicken Shahi Korma
<small>$10.99</small>
</h3>
<p>Boneless chicken cooked on saffron cashew nuts</p>
</div>
<div class="col-sm-4 text-center">
<h3>CHICKEN MADRAS
<small>$10.99</small>
</h3>
<p>Classic hot 'n' spicy chicken curry</p>
</div>
<div class="col-sm-4 text-center">
<h3>CHICKEN VINDALO
<small>$10.99</small>
</h3>
<p>Chicken cooked with potatoes in spicy sauce</p>
</div>
<div class="col-lg-12">
<hr>
<h2 class="intro-text text-center">
<strong>Lamb</strong> Dishes
</h2>
<hr>
</div>
<div class="col-sm-4 text-center">
<h3>Lamb Curry
<small>$12.99</small>
</h3>
<p>Traditional curry cooked with onion, ginger, garlic and mixed spices</p>
</div>
<div class="col-sm-4 text-center">
<h3>Lamb Vindaloo
<small>$12.99</small>
</h3>
<p>Lamb and potatoes cooked in a fiery hot sauce.</p>
</div>
<div class="col-sm-4 text-center">
<h3>Saag Gosht
<small>$12.99</small>
</h3>
<p>Lamb with spinach</p>
</div>
<div class="col-sm-4 text-center">
<h3>Lamb Roghan Josh
<small>$12.99</small>
</h3>
<p>Aromatic lamb dish cooked with perfect blend of spices</p>
</div>
<div class="col-sm-4 text-center">
<h3>Goat Handi with Bone
<small>$12.99</small>
</h3>
<p>Pieces of goat simmered in cracked herbs and spices served In a thick sauce</p>
</div>
<div class="col-sm-4 text-center">
<h3>Lamb Shahi Korma
<small>$12.99</small>
</h3>
<p>Lamb cooked in cashews & cream sauce with spices</p>
</div>
<!--Seafood Menu Start-->
<div class="col-lg-12">
<hr>
<h2 class="intro-text text-center">
<strong>Samundar Ka Khajana</strong> Seafood
</h2>
<hr>
</div>
<div class="col-sm-4 text-center">
<h3>Fish Masala Curry
<small>$12.99</small>
</h3>
<p>Fish cooked in onion, yogurts and hot spices</p>
</div>
<div class="col-sm-4 text-center">
<h3>Shrimp Vinadaloo
<small>$13.99</small>
</h3>
<p>Shrimp and potatoes cooked in a spicy hot sauce.</p>
</div>
<div class="col-sm-4 text-center">
<h3>Shrimp Tikka Masala
<small>$13.99</small>
</h3>
<p>White prawns in tomato and cream sauce</p>
</div>
<!--Seafood Menu End-->
<!--Biryani Special Menu Start-->
<div class="col-lg-12">
<hr>
<h2 class="intro-text text-center">
<strong>Biryani</strong> Special
</h2>
<hr>
</div>
<div class="col-sm-4 text-center">
<h3>Hyderabad Chicken Biryani
<small>$10.99</small>
</h3>
<p>Basmati Rice cooked with chicken</p>
</div>
<div class="col-sm-4 text-center">
<h3>Goat/Lamb Biryani
<small>$12.99</small>
</h3>
<p>Basmati Rice cooked with Goat/Lamb</p>
</div>
<div class="col-sm-4 text-center">
<h3>Shrimp Biryani
<small>$13.99</small>
</h3>
<p>Succulent shrimp and Basmati Rice cooked with raisins and tomatoes</p>
</div>
<div class="col-sm-4 text-center">
<h3>Vegetable Biryani
<small>$9.99</small>
</h3>
<p>Basmati Rice cooked with vegitables</p>
</div>
<div class="col-sm-4 text-center">
<h3>Pulao Rice
<small>$3.49</small>
</h3>
<p>Basmati Rice with saffron</p>
</div>
<!--Biryani Menu End-->
<!--Vegetables Menu Start-->
<div class="col-lg-12">
<hr>
<h2 class="intro-text text-center">
<strong>Vegetables</strong> Special
</h2>
<hr>
</div>
<div class="col-sm-4 text-center">
<h3>Saag Paneer
<small>$8.99</small>
</h3>
<p>Tender chunks of homemade cheese in creamed spinach</p>
</div>
<div class="col-sm-4 text-center">
<h3>Yellow Daal (Daal Tadka)
<small>$8.99</small>
</h3>
<p>Black lentils cooked overnight on a slow fire with herbs and butter</p>
</div>
<div class="col-sm-4 text-center">
<h3>Daal Makhni
<small>$8.99</small>
</h3>
<p>Black lentils cooked overnight on a slow fire with herbs and butter</p>
</div>
<div class="col-sm-4 text-center">
<h3>Aloo Gobhi Masala
<small>$8.99</small>
</h3>
<p>Traditional Indian cauliflower and potato curry</p>
</div>
<div class="col-sm-4 text-center">
<h3>Mattar Masala
<small>$8.99</small>
</h3>
<p>Peas, Paneer cubes with spices & herbs</p>
</div>
<div class="col-sm-4 text-center">
<h3>Bindi Masala
<small>$8.99</small>
</h3>
<p>Freshly cut okra cooked onions and tomato</p>
</div>
<div class="col-sm-4 text-center">
<h3>Channa Masala
<small>$8.99</small>
</h3>
<p>Chick peas cooked with onions and tomato</p>
</div>
<div class="col-sm-4 text-center">
<h3>Dum Aloo
<small>$8.99</small>
</h3>
<p>Potato cooked in traditional spices</p>
</div>
<div class="col-sm-4 text-center">
<h3>Baigan Bharta
<small>$8.99</small>
</h3>
<p>Roasted eggplant minced and delicately spiced</p>
</div>
<div class="col-sm-4 text-center">
<h3>Malai Kofta
<small>$8.99</small>
</h3>
<p>Delicious vegitarian balls in creamy sauce with mixed nuts</p>
</div>
<div class="col-sm-4 text-center">
<h3>Paneer Makhani
<small>$8.99</small>
</h3>
<p>Homemade cheese cubes cooked in tomatoes cream sauce</p>
</div>
<div class="col-sm-4 text-center">
<h3>Nav Rattan Korma
<small>$8.99</small>
</h3>
<p>Mixed vegitables in a light creamy sauce</p>
</div>
<div class="col-sm-4 text-center">
<h3>Vegetable Jalfrezi
<small>$8.99</small>
</h3>
<p>Garden fresh vegitables sauced with onions and tomatoes, fresh in herbs and ground spices</p>
</div>
<!--Bread Menu Start-->
<div class="col-lg-12">
<hr>
<h2 class="intro-text text-center">
<strong>NAAN</strong> (Bread)
</h2>
<hr>
</div>
<div class="col-sm-4 text-center">
<h3>Tandoori Naan
<small>$1.50</small>
</h3>
<p>Flat bread baked in tandoor</p>
</div>
<div class="col-sm-4 text-center">
<h3>Garlic Naan
<small>$1.99</small>
</h3>
<p>Flat bread finished with hints of garlic</p>
</div>
<div class="col-sm-4 text-center">
<h3>Onion Kulcha
<small>$2.99</small>
</h3>
<p>Bread stuffed with onion and cilantro</p>
</div>
<div class="col-sm-4 text-center">
<h3>Kashmiri Naan
<small>$3.49</small>
</h3>
<p>Flat bread stuffed with mixed nuts/raisins</p>
</div>
<div class="col-sm-4 text-center">
<h3>Tandoori Roti
<small>$1.50</small>
</h3>
<p>Whole wheat flour cooked in tandoor</p>
</div>
<div class="col-sm-4 text-center">
<h3>Lachha Paratha
<small>$2.99</small>
</h3>
<p>Layered flour bread with butter</p>
</div>
<div class="col-sm-4 text-center">
<h3>Aloo Paratha
<small>$2.99</small>
</h3>
<p>Whole wheat bread stuffed with peas, potatoes and herbs</p>
</div>
<div class="col-sm-4 text-center">
<h3>Bullet Naan
<small>$3.49</small>
</h3>
<p>Spicy Flat bread stuffed with jalapeno and herbs</p>
</div>
<!--NNAN Menu END-->
<!--DESSERTS Menu Start-->
<div class="col-lg-12">
<hr>
<h2 class="intro-text text-center">
<strong>Desserts</strong>
</h2>
<hr>
</div>
<div class="col-sm-4 text-center">
<h3>Kheer
<small>$2.99</small>
</h3>
</div>
<div class="col-sm-4 text-center">
<h3>Gulab Jamun (2)
<small>$2.99</small>
</h3>
</div>
<div class="col-sm-4 text-center">
<h3>Ras Malai (2)
<small>$2.99</small>
</h3>
</div>
<!--Dessert Menu END-->
<!--Side Order Menu Start-->
<div class="col-lg-12">
<hr>
<h2 class="intro-text text-center">
<strong>Side Order</strong>
</h2>
<hr>
</div>
<div class="col-sm-4 text-center">
<h3>Cucumber Salad
<small>$2.99</small>
</h3>
</div>
<div class="col-sm-4 text-center">
<h3>Mint Raita
<small>$2.99</small>
</h3>
</div>
<div class="col-sm-4 text-center">
<h3>Pappadum (2)
<small>$1.99</small>
</h3>
</div>
<!--Side Order Menu END-->
<!--Beverages Menu Start-->
<div class="col-lg-12">
<hr>
<h2 class="intro-text text-center">
<strong>Beverages</strong>
</h2>
<hr>
</div>
<div class="col-sm-4 text-center">
<h3>Lassi (Mango / Sweet)
<small>$3.49</small>
</h3>
<p>Traditional Indian Drink</p>
</p>
</div>
<div class="col-sm-4 text-center">
<h3>Ice Tea
<small>$1.99</small>
</h3>
</div>
<div class="col-sm-4 text-center">
<h3>Masala Tea
<small>$1.99</small>
</h3>
</div>
<div class="col-sm-4 text-center">
<h3>Indian Sodas
<small>$2.99</small>
</h3>
<p>Thumsup (Cola), Limca (Lemon, Lime) </p>
</div>
<div class="col-sm-4 text-center">
<h3>Soda
<small>$1.50</small>
</h3>
<p>Coke, Diet Coke, Sprite, Dr Pepper, Gingerale & Sunkist </p>
</div>
<div class="col-sm-4 text-center">
<h3>Juices
<small>$2.99</small>
</h3>
<p>Orange, Apple & Cranberry </p>
</div>
</div>
</section>
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">Location</h2>
<hr class="primary">
<p>Having any questions or want to order or reserve your seating in advance, please call us at</p>
</div>
<div class="col-lg-4 col-lg-offset-2 text-center">
<i class="fa fa-phone fa-3x sr-contact"></i>
<p><a href="tel:281-469-8100">281-469-8100</a></p>
</div>
<div class="col-lg-4 text-center">
<i class="fa fa-envelope-o fa-3x sr-contact"></i>
<p><a href="mailto:cafeindiawest1@gmail.com">contact@cafeindiawest.com</a></p>
</div>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3458.7046759717646!2d-95.55511838458109!3d29.901609032260314!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8640cfd325030b37%3A0xbb6cfe678d3680f!2sCafe+India!5e0!3m2!1sen!2sus!4v1495743777423" width="100%" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
</section>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Theme JavaScript -->
<script src="js/creative.min.js"></script>
</body>
</html>