-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
330 lines (298 loc) · 15.6 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Annapurna</title>
<link rel="shortcut icon" type="image/png" href="images/logo.png">
<link rel="stylesheet" href="css/footer.css">
<link rel="stylesheet" href="css/carousel.css">
<script src="https://kit.fontawesome.com/02f035939d.js" crossorigin="anonymous"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/bootstrap.min.css" rel="stylesheet">
<script src="js/bootstrap.bundle.min.js"></script>
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<link href="carousel.css" rel="stylesheet">
</head>
<body>
<div class="Navbar">
<!--<nav class="navbar navbar-light" style="background-color: #FFA500;">-->
<nav class="navbar navbar-dark bg-dark" >
<a class="nav-link" style="color: #f8f1f1" href="index.html"><img src="./images/annapurna(white)-crop.png" height=50px widht=50px></a>
<a class="navbar-brand mx-a">Annapurna</a>
<a class="navbar-brand mx-auto" href="#"></a>
<a class="nav-link" style="color: #f8f1f1" href="index.html">Home</a>
<a class="nav-link" style="color: #f8f1f1" href="shared/covid.html">Explore</a>
<a class="nav-link" style="color: #f8f1f1" href="shared/features.html">Features</a>
<a class="nav-link open-modal" data-toggle="modal" data-target="#exampleModalCenterUSAD" style="color: #f8f1f1" [routerLink]="['home']">Login</a>
<div class="modal fade" id="exampleModalCenterUSAD" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Are you a?</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body text-center ">
<a type="button" class="btn btn-primary mr-5" href="shared/login.html">User</a>
<a type="button" class="btn btn-success ml-5" href="shared/admin.html">Admin</a>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<a class="nav-link" style="color: #f8f1f1" href="shared/login.html">Sign Up</a>
<a class="nav-link" style="color: #f8f1f1" href="shared/profile.html">Profile</a>
<a class="nav-link" style="color: #f8f1f1" href="./shared/Form.html">Feedback</a>
</nav>
</div>
<div id="myCarousel" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img style="padding-left: 15rem; padding-right: 15rem; padding-bottom: 5rem;" src="images/annapurna(landsp).png" alt="This is the Image" height="100%">
<!--<svg class="bd-placeholder-img" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" preserveAspectRatio="xMidYMid slice" focusable="false"></svg><rect width="100%" height="100%" fill="#777"/><img src="../../../assets/images/wallpaper 1.jpg" alt="This is the Image"></svg>-->
<div class="container">
</div>
</div>
<div class="carousel-item">
<img src="images/wallpaper 2.jpg" alt="This is the Image">
<!--<svg class="bd-placeholder-img" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" preserveAspectRatio="xMidYMid slice" focusable="false"></svg><rect width="100%" height="100%" fill="#777"/><img src="../../../assets/images/wallpaper 1.jpg" alt="This is the Image"></svg>-->
<div class="container">
<div class="carousel-caption text-start">
<h1 style="color:black">Order food Online for Dine in,<br/> Take away, Home delivery.</h1>
<p> </p>
<p><a class="btn btn-lg btn-primary" href="./shared/Cafe.html">Discover Restaurants</a></p>
</div>
</div>
</div>
<div class="carousel-item ">
<img src="images/wallpaper 1.jpg" alt="This is the Image" height="100%">
<div class="container">
<div class="carousel-caption text-start">
<h1>Discover Nearby Restaurants</h1>
<form class="d-flex">
<input class="form-control me-2" type="search" placeholder="Select Location" aria-label="Search" style="width: 50%;">
</form>
<p> <button class="btn btn-lg btn-primary" type="submit">Search</button></p>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#myCarousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#myCarousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<div class="container marketing">
<hr class="featurette-divider">
<div class="row">
<div class="col-lg-4">
<img class="d-placeholder-img rounded-circle" src="images/Emergency.jpg" alt="" width="140" height="140">
<h2>Emergency</h2>
<p><a class="btn btn-secondary open-modal" data-toggle="modal" data-target="#exampleModalCenter1" > View details »</a></p>
<!-- Modal -->
<div class="modal fade" id="exampleModalCenter1" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Emergency</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p>Are you a covid patient/frontline worker/or a needy, then head over here to explore nearby food NGOs and cloud kitchens.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<a type="button" class="btn btn-info" href="shared/emergency.html" >Explore</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<img class="d-placeholder-img rounded-circle" src="images/takeaway.jpeg" alt="" width="140" height="140">
<h2>Take Away</h2>
<p><a class="btn btn-secondary" href="shared/takeaway.html" >View details »</a></p>
</div>
<div class="col-lg-4">
<img class="d-placeholder-img rounded-circle" src="images/cafe.jpeg" alt="" width="140" height="140">
<h2>Cafes</h2>
<p><a class="btn btn-secondary" href="shared/Cafe.html" >View details »</a></p>
</div>
</div>
<hr class="featurette-divider">
<div class="album py-5 bg-light">
<div class="container">
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 g-3">
<div class="col">
<div class="card shadow-sm">
<img src="images/sandwich.jpg" alt="" height=225>
<div class="card-body">
<p class="card-text">Swasthi Restaurants</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-secondary"> <a href="shared/Restaurant.html">View</a></button>
</div>
<strong>Rs. 200 for 2 person</strong>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img src="images/vadapav.jpg" alt="" height=225>
<div class="card-body">
<p class="card-text">Pizza Hut</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-secondary"><a href="shared/Restaurant.html">View</a></button>
</div>
<strong>Rs. 500 for 2 person</strong>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img src="images/chinese.webp" alt="" height=225>
<div class="card-body">
<p class="card-text">Bakshi Food Corner </p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-secondary"><a href="shared/Restaurant.html">View</a></button>
</div>
<strong>Rs. 500 for 2 person</strong>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img src="images/burger.webp" alt="" height=225>
<div class="card-body">
<p class="card-text">Mc Donald's</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-secondary"><a href="shared/Restaurant.html">View</a></button>
</div>
<strong>Rs. 180 for 2 person</strong>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card shadow-sm">
<img src="images/cake.jpg" height=225 alt="">
<div class="card-body">
<p class="card-text">Amul Parlor</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-secondary"><a href="shared/Restaurant.html">View</a></button>
</div>
<strong>Rs. 220 for 2 person</strong>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">The Best Food <span class="text-muted">Ordering App</span></h2>
<p class="lead">We at Anapurna are here to fill your bellies as you crave for delicious food. We also provide food from home kitchens or the cloud kitchens. Delivery from your nearby restaurants at yor doorstps, free healthy and nutritious food for covid positive patients during the hard times from the verified kitchens to your doorsteps.</p>
</div>
<div class="col-md-5">
<img src="images/annapurna.png" alt="" height=500 width=500>
</div>
</div>
</div>
<hr class="featurette-divider">
<footer>
<div class="main-content">
<div class="left box">
<h2>About us</h2>
<div class="content">
<p>We at Anapurna are here to fill your bellies as you crave for delicious food. We also provide food from home kitchens or the cloud kitchens. Delivery from your nearby restaurants at yor doorstps, free healthy and nutritious food for covid positive patients during the hard times from the verified kitchens to your doorsteps <strong>5 members</strong> namely: <b><em>Vaibhav Sharma</em>, <em>Raghav Sharma</em>, <em>Anirudhi Thanvi</em>, <em>Rishabh Jain</em> & <em>Aman Agarwal</em> headed by our mentor <em>Mr. Venkat Chikkanti</em></b>.....................Thank you!</p>
<div class="social">
<a href="#"><span class="fa fa-facebook"></span></a>
<a href="#"><span class="fa fa-twitter"></span></a>
<a href="#"><span class="fa fa-instagram"></span></a>
<a href="#"><span class="fa fa-youtube"></span></a>
</div>
</div>
</div>
<div class="center box">
<h2>Address</h2>
<div class="content">
<div class="place">
<span class="fa fa-map-marker-alt"></span>
<span class="text">Bambala, Sukhpuria, Sitapura, Jaipur</span>
</div>
<div class="phone">
<span class="fa fa-phone"></span>
<span class="text">+91-1234567809</span>
</div>
<div class="email">
<span class="fa fa-envelope"></span>
<span class="text">[email protected]</span>
</div>
</div>
</div>
<div class="right box">
<h2>Contact us</h2>
<div class="content">
<form action="#">
<div class="email">
<div class="text">Email *</div>
<input type="email" required>
</div>
<div class="msg">
<div class="text">Message *</div>
<textarea rows="2" cols="25" required></textarea>
</div>
<div class="fbtn">
<button type="submit" class="btn btn-success">Send</button>
</div>
</form>
</div>
</div>
</div>
<div class="bottom">
<div>
<span class="credit">Created by <a href="#">Ambiguous Ninjas</a>|</span>
<span class="far fa-copyright"></span><span> 2021 All rights reserved.</span>
</div>
</div>
</footer>
</body>
</html>