-
Notifications
You must be signed in to change notification settings - Fork 1
/
Index.html
226 lines (183 loc) · 9.18 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- External CSS -->
<link rel="stylesheet" href="styles.css">
<title>FoodVilla!</title>
</head>
<body>
<!--NavBar Section-->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" style="background-color: #91091e;">
<a class="navbar-brand px-5" href="#">FoodVilla</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" >
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="nav navbar-nav navbar-right px-4 ml-auto">
<li class="nav-item">
<a class="nav-link active" href="#Home">Home</a>
</li>
<li class="nav-item" data-toggle="collapse" data-target=".navbar-collapse.show">
<a class="nav-link" href="#Menu">Menu</a>
</li>
<li class="nav-item" data-toggle="collapse" data-target=".navbar-collapse.show">
<a class="nav-link" href="#Reviews">Reviews</a>
</li>
<li class="nav-item" data-toggle="collapse" data-target=".navbar-collapse.show">
<a class="nav-link" href="#Contact">Contact</a>
</li>
</ul>
</div>
</nav>
<!-- Home Section -->
<div id="Home">
<div class="row">
<div class="col-lg-6">
<h1 class="home-tagline">You are what you eat, so make sure to eat right.</h1>
<button type="button" class="btn btn-dark btn-lg download-button1 "><img src="https://icons.iconarchive.com/icons/dakirby309/simply-styled/24/Google-Play-Store-alt-icon.png" alt="">Download</button>
<button type="button" class="btn btn-light btn-lg download-button2"><img src="https://icons.iconarchive.com/icons/icons8/windows-8/24/Systems-Mac-Os-icon.png" />Download</button>
</div>
<div class="col-lg-6">
<img class="Mobile-App" src="images/FoodVilla.png" alt="iphone-mockup" />
</div>
</div>
</div>
<!-- Menu Section -->
<div class="MenuItems">
<h1 class="menu-title" id="Menu">Menu</h1>
<div class="row">
<div class="col-lg-4 col-md-6 col-12">
<div class="card">
<img class="card-img-top" src="images/soup.jpeg" alt="Soup Image">
<div class="card-header">
<h3 class="card-title text-center px-5">Tomato Soup</h3>
</div>
<div class="card-body">
<p class="card-text text-center">Divine taste with every drop.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="card">
<img class="card-img-top" src="images/starters.jpeg" alt="Starters Image">
<div class="card-header">
<h3 class="card-title text-center px-4">Paneer Chilly</h3>
</div>
<div class="card-body">
<p class="card-text text-center">The principal lifesaver for vegetarian lovers with a Chinese touch.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="card">
<img class="card-img-top" src="images/naan.jpg" alt="Soup Image">
<div class="card-header">
<h3 class="card-title text-center px-4">Naan</h3>
</div>
<div class="card-body">
<p class="card-text text-center">The best friend for all our main course gravy items
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="card">
<img class="card-img-top" src="images/veg-Handi.jpg" alt="Soup Image">
<div class="card-header">
<h3 class="card-title text-center px-4">Veg. Handi</h3>
</div>
<div class="card-body">
<p class="card-text text-center">The famous ancestral style cooking loved all over north india</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="card">
<img class="card-img-top" src="images/Biryani.jpeg" alt="Soup Image">
<div class="card-header">
<h3 class="card-title text-center px-4">Biryani</h3>
</div>
<div class="card-body">
<p class="card-text text-center">Fragrance that makes your hungry, taste that makes you smile.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="card">
<img class="card-img-top" src="images/gulab_jamun.jpeg" alt="Soup Image">
<div class="card-header">
<h3 class="card-title text-center px-4">Gulab Jamun</h3>
</div>
<div class="card-body">
<p class="card-text text-center">Your favourite melt-in-the-mouth desert to have existed on earth</p>
</div>
</div>
</div>
</div>
</div>
<!-- Reviews Section -->
<div id="Reviews">
<h1 class="review-text">Reviews</h1>
<div id="carouselControls" class="carousel slide" data-ride="false">
<div class="carousel-inner fs-3">
<div class="carousel-item active">
<h3>The food was exquisite in every manner with friendly staff and all hygienic elements at their place. The order was on time and don't get me started on the presentation! I'd keep eating till the sun's down if I had to after looking at such food. The starters was mind-blowing
</h3>
<img src="https://www.cleancookingalliance.org/images/data/IMAGE/photo/000/000/873-2.JPG" class="review_image">
<em>Masterchef Sanjeev Kapoor</em>
</div>
<div class="carousel-item">
<h3>My parents suggested me this place for my birthday pawri and I brought my friends against their will for lunch here. All of them were munching those chillies with delight like they've never wanted anything else in life other than that! I'm grateful to the restaurant staff for tolerating our loud ambience. We certainly have plans for a revisit!</h3>
<img src="images/Face2.jpeg" class="review_image">
<em>Dananeer Mobeen</em>
</div>
<div class="carousel-item">
<h3>It was my anniversary and my wife told me she wanted a clean place due to all covid mess nowadays.This place is so tidy and all guidelines were followed perfectly! I was so comfortable on my seat that I kept ordering till my wife told me to stop!Kudos to the working staff for making it a memorable experience for my family</h3>
<img src="images/Face3.jpg" class="review_image">
<em>Vikas Khanna</em>
</div>
</div>
<a class="carousel-control-prev" href="#carouselControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#carouselControls" role="button" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
</div>
<!-- Contact Section -->
<div class="contact-page text-center px-5">
<h1 id="Contact">Contact</h1>
<div class="row" style="padding-left: 30px">
<div class="address col-12 col-md-6 col-lg-6">
<h4>Address</h4><br>
17, Nityanand Baug Rd,<br> Camp(E), Chembur Colony,<br> Chembur, Mumbai,<br> Maharashtra 400071
<ul class="icons">
<li><a href=""><img src="images/social_media_icons/facebook.png" width="25px" height="25px"></a></li>
<li><a href=""><img src="images/social_media_icons/twitter.png" width="25px" height="25px"></a></li>
<li><a href=""><img src="images/social_media_icons/instagram.png" width="25px" height="25px"></a></li>
<li><a href=""><img src="images/social_media_icons/linkedin.png" width="30px" height="30px"></a></li>
</ul>
</div>
<div class="col-12 col-md-6 col-lg-6">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d15085.707362751313!2d72.8948101!3d19.0449618!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xefbad3b2b3d8dbee!2sFood%20Villa!5e0!3m2!1sen!2sin!4v1613318807016!5m2!1sen!2sin"
width="100%" height="450px" frameborder="0" ></iframe>
</div>
</div>
</div>
<!-- Footer Section -->
<footer>
<p class="text-center">©Copyrights Reserved 2021</p>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<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>