-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
503 lines (381 loc) · 16.8 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
<!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">
<title>Nirvana Garden</title>
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- header section starts -->
<header>
<a href="#" class="logo"><i class="fas fa-utensils"></i>Nirvana Garden & Resort</a>
<nav class="navbar">
<div class="responive_nav">
<div class="nav_section">
<a class="active" href="index.html">home</a>
<a href="Food.html">Local dishes</a>
<a href="foods.html">Menu</a>
<a href="drinks.html">Drinks</a>
<a href="about.html">About Us</a>
<a href="order.html">Cart</a>
</nav>
</div>
<div class="header__cart">
<ul>
<li class="header__submenu" id="submenu">
<button class="header__cart-btn" id="toggle-cart-btn"><svg class="cart" width="24" height="24" viewBox="0 0 24 24">
<path d="M17,18C15.89,18 15,18.89 15,20A2,2 0 0,0 17,22A2,2 0 0,0 19,20C19,18.89 18.1,18 17,18M1,2V4H3L6.6,11.59L5.24,14.04C5.09,14.32 5,14.65 5,15A2,2 0 0,0 7,17H19V15H7.42A0.25,0.25 0 0,1 7.17,14.75C7.17,14.7 7.18,14.66 7.2,14.63L8.1,13H15.55C16.3,13 16.96,12.58 17.3,11.97L20.88,5.5C20.95,5.34 21,5.17 21,5A1,1 0 0,0 20,4H5.21L4.27,2M7,18C5.89,18 5,18.89 5,20A2,2 0 0,0 7,22A2,2 0 0,0 9,20C9,18.89 8.1,18 7,18Z"></path>
</svg> Your Cart</button>
<div id="shopping-cart" class="shopping-cart-container">
<table id="cart-content">
<thead>
<tr>
<th>Image</th>
<th>Name</th>
<th>Price</th>
<th></th>
</tr>
</thead>
<tbody></tbody>
</table>
<p class="total-container" id="total-price"></p>
<a href="#" id="checkout-btn" class="cart-btn">Checkout</a>
<a href="#" id="clear-cart" class="cart-btn">Clear Cart</a>
</div>
</li>
</ul>
</div>
</div>
</header>
<!-- header section ends-->
<!-- home section starts -->
<section class="home" id="home">
<div class="content">
<h3>Welcome to Nirvana</h3>
<p> Nirvana Garden & Restort creating the perfect experience for you, friends and your family because there is nothing more important than spending your time with your loved ones.</div> <span class="typed-text"></span><span class="cursor"> </span></p>
</div>
<div class="card-1 card"></div>
<div class="image">
<img src="images/home-img.png" alt="">
</div>
</div>
</div>
</section>
<!-- speciality section starts -->
<section class="speciality" id="speciality">
<h1 class="heading"> our <span> Categories</span> </h1>
<div class="box-container">
<div class="box">
<img class="image" src="images/s-img-1.jpg" alt="">
<div class="content">
<img src="images/s-1.png" alt="">
<h3>Tasty burger</h3>
<p> Enriched with natural vegetables, protain, carbohydrate and water. Our Food are prepared by world class chef with with heart of love, Enjoy your meal! </p>
</div>
</div>
<div class="box">
<img class="image" src="images/s-img-2.jpg" alt="">
<div class="content">
<img src="images/s-2.png" alt="" href="">
<h3>Tasty pizza</h3>
<p> Enriched with natural vegetables, protain, carbohydrate and water. Our Food are prepared by world class chef with with heart of love, Enjoy your meal! </p>
</div>
</div>
<div class="box">
<img class="image" src="images/s-img-3.jpg" alt="" href="Food.html">
<div class="content">
<img src="images/s-3.png" alt="">
<h3>cold ice-cream</h3>
<p> Enriched with natural vegetables, protain, carbohydrate and water. Our Food are prepared by world class chef with with heart of love, Enjoy your meal! </p>
</div>
</div>
<div class="box">
<img class="image" src="images/s-img-4.jpg" alt="" href="Food.html">
<div class="content">
<img src="images/s-4.png" alt="">
<h3>cold drinks</h3>
<p>Try out our new menu with glass of juice! </p>
<p></p>
</div>
</div>
<div class="box">
<img class="image" src="images/s-img-6.jpg" alt="">
<div class="content">
<img src="images/g-7.jpg" alt="" href="Food.html">
<h3>healty breakfast</h3>
<p>Do you know that 75% of your energy is fully restored when you drink only water while 25% from food and your daily activities.</p>
</div>
</div>
<div class="box">
<img class="image" src="images/s-img-6.jpg" alt="" href="Food.html">
<div class="content">
<img src="images/s-6.png" alt="">
<h3>healty breakfast</h3>
<p>Do you know that 75% of your energy is fully restored when you drink only water while 25% from food and your daily activities.</p>
</div>
</div>
</div>
</section>
<!-- speciality section ends -->
<!-- menu section starts -->
<section class="menu" id="menu">
<h3 class="sub-heading"> our menu </h3>
<h1 class="heading"> today's speciality </h1>
<div class="items-container">
<div class="box-container card">
<div class="box">
<div class="image">
<img src="images/menu-1.jpg" alt="">
<a href="add-to-cart" class="fas fa-heart"></a>
</div>
<div class="content">
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<h3>delicious food</h3>
<p>Enriched with natural vegetables, protain, carbohydrate and water. Our Food are prepared by world class chef with with heart of love, Enjoy your meal!</p>
<button class="btn btn-primary card__btn add-to-cart">Order Now</button>
<span class="price">₦500</span>
</div>
</div>
<div class="box">
<div class="image">
<img src="images/menu-2.jpg" alt="">
<a href="" class="fas fa-heart"></a>
</div>
<div class="content">
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<h3>delicious food</h3>
<p>Enriched with natural vegetables, protain, carbohydrate and water. Our Food are prepared by world class chef with with heart of love, Enjoy your meal!.</p>
<a href="" class="btn">add to cart</a>
<span class="price">₦500</span>
</div>
</div>
<div class="box">
<div class="image">
<img src="images/menu-3.jpg" alt="">
<a href="" class="fas fa-heart"></a>
</div>
<div class="content">
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<h3>delicious food</h3>
<p>Enriched with natural vegetables, protain, carbohydrate and water. Our Food are prepared by world class chef with with heart of love, Enjoy your meal!</p>
<button class="btn btn-primary card__btn add-to-cart">Order Now</button>
<span class="price"> ₦2500</span>
</div>
</div>
<div class="box">
<div class="image">
<img src="images/menu-5.jpg" alt="">
<a href="" class="fas fa-heart"></a>
</div>
<div class="content">
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<h3>delicious food</h3>
<p>Enriched with natural vegetables, protain, carbohydrate and water. Our Food are prepared by world class chef with with heart of love, Enjoy your meal!.</p>
<button class="btn btn-primary card__btn add-to-cart">Order Now</button>
<span class="price">₦300</span>
</div>
</div>
<div class="box">
<div class="image">
<img src="images/menu-6.jpg" alt="">
<a href="add-to-cart" class="fas fa-heart"></a>
</div>
<div class="content">
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<h3>delicious food</h3>
<p>Enriched with natural vegetables, protain, carbohydrate and water. Our Food are prepared by world class chef with with heart of love, Enjoy your meal!.</p>
<button class="btn btn-primary card__btn add-to-cart">Order Now</button>
<span class="price"> ₦1500</span>
</div>
</div>
<div class="box">
<div class="image">
<img src="images/menu-7.jpg" alt="">
<a href="#" class="fas fa-heart"></a>
</div>
<div class="content">
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<h3>delicious food</h3>
<p>Enriched with natural vegetables, protain, carbohydrate and water. Our Food are prepared by world class chef with with heart of love, Enjoy your meal!.</p>
<button class="btn btn-primary card__btn add-to-cart">Order Now</button>
<span class="price">₦2000</span>
</div>
</div>
<div class="box">
<div class="image">
<img src="images/menu-8.jpg" alt="">
<a href="add-to-cart" class="fas fa-heart"></a>
</div>
<div class="content">
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<h3>delicious food</h3>
<p>Enriched with natural vegetables, protain, carbohydrate and water. Our Food are prepared by world class chef with with heart of love, Enjoy your meal! </p>
<button class="btn btn-primary card__btn add-to-cart">Order Now</button>
<span class="price">₦1000</span>
</div>
</div>
<div class="box">
<div class="image">
<img src="images/menu-9.jpg" alt="">
<a href="add-to-cart" class="fas fa-heart"></a>
</div>
<div class="content">
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<h3>delicious food</h3>
<p>Enriched with natural vegetables, protain, carbohydrate and water. Our Food are prepared by world class chef with with heart of love, Enjoy your meal!.</p>
<button class="btn btn-primary card__btn add-to-cart">Order Now</button>
<span class="price">₦700</span>
</div>
</div>
<div class="box">
<div class="image">
<img src="images/menu-9.jpg" alt="">
<a href="#" class="fas fa-heart"></a>
</div>
<div class="content">
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<h3>delicious food</h3>
<p>Enriched with natural vegetables, protain, carbohydrate and water. Our Food are prepared by world class chef with with heart of love, Enjoy your meal! </p>
<button class="btn btn-primary card__btn add-to-cart">Order Now</button>
<span class="price">₦700</span>
</div>
</div>
</div>
</div>
<br>
<br>
</br>
<br>
<br>
<br>
<br>
<main> <!-- Start DEMO HTML (Use the following code into your project)-->
<div class="cart-modal-overlay">
<div class="cart-modal">
<i id="close-btn" class="fas fa-times"></i>
<h1 class="cart-is-empty">Cart is empty</h1>
<div class="product-rows">
</div>
<div class="total">
<h1 class="cart-total">TOTAL</h1>
<span class="total-price">0</span>
<button class="purchase-btn">PURCHASE</button>
</div>
</div>
</div>
<!-- end of cart modal -->
<div class="cart-btn">
<i id="cart" class="fas fa-shopping-cart"></i>
<span class ="cart-quantity">₦0</span>
</div>
</main>
<!--.card-->
<br>
</br>
<br>
</br>
<br>
<br>
</br>
<br>
</br>
<br>
</main>
</section>
<!-- footer section starts -->
<section class="footer">
<div class="box-container">
<div class="box">
<h3>locations</h3>
<a href="#">Nigeria</a>
<a href="#">russia</a>
<a href="#">USA</a>
<a href="#">france</a>
</div>
<div class="box">
<h3>contact info</h3>
<a href="#">+234 708 1515380</a>
<a href="#">info@blacklipsbooking.me</a>
<a href="#">Army Barracks Estate Kurudu, Nigeria - 91004</a>
</div>
<div class="box">
<h3>follow us</h3>
<a href="#">instagram</a>
<a href="#">linkedin</a>
</div>
<div class="icons">
<i class="fas fa-bars" id="menu-bars"></i>
<i class="fas fa-search" id="search-icon"></i>
<a href="" class="fas fa-heart"></a>
<a href="#" class="fas fa-shopping-cart"></a>
</div>
</div>
<div class="credit"> copyright @ 2021 by <span>BLC Tech, Luke Okagha</span> </div>
</section>
<!-- footer section ends -->
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<!-- custom js file link -->
<!-- Typing Text Animation JS -->
<script src="js/script.js"></script>
</body>
</html>