forked from Anushkabh/krishiconnect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cart(1).html
538 lines (489 loc) · 21.3 KB
/
cart(1).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
<!DOCTYPE html>
<html>
<head>
<title>KrishiConnect | Cart</title>
<link rel="icon" type="image/png" href="/assets/img/logo/log.png">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet"
type="text/css">
<link href="assets/fonts/sb-bistro/sb-bistro.css" rel="stylesheet" type="text/css">
<link href="assets/fonts/font-awesome/font-awesome.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" media="all" href="assets/packages/bootstrap/bootstrap.css">
<link rel="stylesheet" type="text/css" media="all" href="assets/packages/o2system-ui/o2system-ui.css">
<link rel="stylesheet" type="text/css" media="all" href="assets/packages/owl-carousel/owl-carousel.css">
<link rel="stylesheet" type="text/css" media="all" href="assets/packages/cloudzoom/cloudzoom.css">
<link rel="stylesheet" type="text/css" media="all" href="assets/packages/thumbelina/thumbelina.css">
<link rel="stylesheet" type="text/css" media="all"
href="assets/packages/bootstrap-touchspin/bootstrap-touchspin.css">
<link rel="stylesheet" type="text/css" media="all" href="assets/css/theme.css">
<script src="https://unpkg.com/scrollreveal"></script>
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="assets/img/logo/log.png" type="image/x-icon">
<link href="https://unpkg.com/boxicons@2.1.2/css/boxicons.min.css" rel="stylesheet">
<link rel="stylesheet" href="darkmode.css">
<link rel="stylesheet" href="cart.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</head>
<style>
/* For static navbar */
.page-header{
position: sticky;
top: 0;
z-index: 999;
background-color: black;
}
.container {
max-width: 100%;
padding: 0 15px;
margin: 0 auto;
align-items: center;
}
.navbar {
background-color: transparent;
position: static;
width: 100%;
}
/*.navbar-toggler{
position: absolute;
right: 25px;
}
.navbar-brand {
display: flex;
align-items: center;
}
.navbar-brand img {
max-height: 50px;
margin-right: 10px;
}*/
/*@media screen and (max-width:768px){
.navbar-collapse{
position: absolute;
right:0;
top: 95px;
text-align: center;
background-color: #132e40 ;
width: 186px;
z-index: 1000;
}
/* .navbar-nav .nav-item {
margin: 0 auto;
} */
/*.navbar-nav li{
color: black;
}
.toggle{
position: relative;
left: 101px;
}
}*/
@media (max-width: 370px) {
.navbar-toggler {
right: 10px;
}
.toggle {
right: 10px;
top: 10px;
}
.navbar-collapse {
top: 50px;
}
}
</style>
<body class="light">
<div class="page-header">
<!--=============== Navbar ===============-->
<nav class="navbar fixed-top navbar-expand-md navbar-dark bg-dark" id="page-navigation">
<div class="container">
<!-- Navbar Brand -->
<a href="index.html" class="navbar-brand mr-auto">
<img src="assets/img/logo/logo3.png" width="70px" style="display: inline-block; vertical-align: middle;margin-left: 0px; " >
</a>
<!-- Toggle Button -->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarcollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarcollapse">
<!-- Navbar Menu -->
<ul class="navbar-nav">
<li class="nav-item" style="border: 2px solid white" id="nav-link1">
<a href="login.html" class="nav-link"><i class="ri-user-3-fill"></i> Are You A Seller?</a>
</li>
<li class="nav-item" id="nav-link2">
<a href="shop(1).html" class="nav-link"><i class="ri-shopping-bag-fill"></i> Shop</a>
</li>
<li class="nav-item" id="nav-link3">
<a href="transaction.html" class="nav-link"><i class="ri-bank-card-fill"></i> Transactions</a>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" id="wishlistDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="ri-seedling-fill"></i>
Wishlist <span id="wishlistCount" class="wishlist-count">0</span>
</a>
<div class="dropdown-menu" aria-labelledby="wishlistDropdown" id="wishlistDropdownContent">
<!-- Wishlist items will be dynamically added here -->
</div>
</li>
<li class="nav-item" id="nav-link5">
<a href="cart(1).html" class="nav-link"><i class="ri-shopping-cart-2-fill"></i> My Cart</a>
</li>
<li class="nav-item">
<a href="contact(1).html" class="nav-link"><i class="ri-user-star-fill"></i>Contact</a>
</li>
</ul>
<input type="checkbox" id="toggle">
<label class="toggle" for="toggle">
<i class="bx bxs-sun"></i>
<i class="bx bx-moon"></i>
<span class="ball"></span>
</label>
</div>
</div>
</nav>
</div>
</nav>
</div>
<div id="page-content" class="page-content">
<div class="banner">
<div class="jumbotron jumbotron-bg text-center rounded-0"
style="background-image: url('assets/img/cart.jpg');">
<div class="banner" id="banner">
<div class="container">
<img src="assets/img/logo/log.png" alt="" height="300">
</div>
<h1 class="pt-5">
Your Cart
</h1>
<p class="lead ltext">
Save time and leave the groceries to us.
</p>
</div>
</div>
</div>
<div class="main-container">
<div class="image">
<div class="background">
<div class="cube"></div>
<div class="cube"></div>
<div class="cube"></div>
<div class="cube"></div>
<div class="cube"></div>
</div>
<div class="sign-up-overlay">
<span class="enter-details">Enter your Details</span>
<div class="text-field">
<div class="frame"><span class="label">Name</span></div>
<div class="text-field-1 tfield"></div>
</div>
<div class="text-field-2">
<div class="frame-3">
<span class="address-label">Address</span>
</div>
<div class="text-field-4 tfield"></div>
</div>
<div class="flex-row-aefd">
<div class="text">
<span class="email-label">Email</span>
<div class="text-field-5 tfield"></div>
</div>
<div class="text-6">
<span class="phone-no-label">Phone No.</span>
<div class="text-field-7 tfield"></div>
</div>
</div>
<div class="flex-row-f">
<div class="text-8">
<span class="label-9">Postal Code</span>
<div class="text-field-a tfield"></div>
</div>
<div class="text-b">
<span class="label-c">City</span>
<div class="text-field-d tfield"></div>
</div>
</div>
<div class="flex-row-e">
<div class="text-e">
<span class="label-f">State</span>
<div class="text-field-10 tfield"></div>
</div>
<div class="text-11">
<span class="label-12">Country</span>
<div class="text-field-13 tfield"></div>
</div>
</div>
<div class="flex-row">
<div class="button">
<button class="cartbtn-1" onclick="emptyCart()"></button>
<div class="vector"></div>
<span class="empty-cart">Empty Cart</span>
<div class="rectangle-14"></div>
</div>
<div class="button-15">
<button class="cartbtn-2" onclick="checkout()"></button>
<div class="vector-16"></div>
<span class="checkout">Checkout</span>
<div class="rectangle-17"></div>
</div>
<div class="button-div">
<a onclick="window.location.href='shop(1).html'" class="cartbtn-3"></a></button>
<div class="vector-19"></div>
<span class="continue-span">Continue</span>
<div class="rectangle-1a"></div>
</div>
</div>
</div>
<div class="rectangle-1b"></div>
</div>
</div>
<!-- <div class="cartfield carttext">
<input type="text" placeholder="Your Name" id="buyer-name" required>
</div>
<div class="cartfield carttext">
<input type="email" placeholder="Emassil" id="buyer-email" required>
</div> -->
<div class="cart-background">
<h1>YOUR CART</h1>
<div class="cart-table">
<div class="items-container">
<div id="cart-items" class="carttext">
</div>
</div>
</div>
<div id="subtotal" class="carttext"></div>
<div><button class="order_now_button">ORDER NOW</button></div>
</div>
<!-- <footer>
<div class="container">
<div class="row">
<div class="col-md-3">
<h5>About</h5>
<p>कृषिCONNECT is an online B2C platform to bring fresh organic produce from farmers, straight
to your dining tables. We aim to remove unnecessary middlemen and help out local farmers by
getting them the pay they truly deserve.</p>
</div>
<div class="col-md-3l">
<h5>Links</h5>
<ul>
<li>
<a href="about(1).html">About</a>
</li>
<li>
<a href="contact(1).html">Contact Us</a>
</li>
<li>
<a href="faq(1).html">FAQ</a>
</li>
</ul>
</div>
<div class="col-md">
<h5>Contact</h5>
<ul>
<li>
<a href="tel:+620892738334"><i class="fa fa-phone mirrored-icon"></i> 08272367238</a>
</li>
<li>
<a href="mailto:hello@domain.com"><i class="fa fa-envelope"></i>
krishiconnect@gmail.com</a>
</li>
</ul>
<h5>Follow Us</h5>
<ul class="social">
<li>
<a href="javascript:void(0)" target="_blank"><i class="fab fa-facebook-f"></i></a>
</li>
<li>
<a href="javascript:void(0)" target="_blank"><i class="fab fa-instagram"></i></a>
</li>
<li>
<a href="javascript:void(0)" target="_blank"><i class="fab fa-youtube"></i></a>
</li>
</ul>
</div>
<div class="col-md-3m">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3678.6887952893885!2d86.14298181488601!3d22.776927685078057!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39f5e4daa475a5cd%3A0xd87b53fadcd771a1!2sNational%20Institute%20of%20Technology%2C%20Jamshedpur!5e0!3m2!1sen!2sin!4v1681221470770!5m2!1sen!2sin"
width="100%" height="300" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
<p class="copyright">© कृषिCONNECT | Fresh From Farm. All rights reserved.</p>
</footer> -->
<!--footer-->
<footer class="text-center text-lg-start bg-body-tertiary text-muted">
<!-- Section: Social media -->
<section class="d-flex justify-content-center justify-content-lg-between p-4 border-bottom">
<!-- Left -->
<div class="me-5 d-none d-lg-block font">
<span style="font-weight: bold;">Get connected with us on social networks:</span>
</div>
<!-- Left -->
<!-- Right -->
<div class="">
<!-- Facebook -->
<a
data-mdb-ripple-init
class="btn text-white btn-floating m-1"
style="background-color: #3b5998;"
href="#!"
role="button"
><i class="fab fa-facebook-f"></i
></a>
<!-- Twitter -->
<a
data-mdb-ripple-init
class="btn text-white btn-floating m-1"
style="background-color: #55acee;"
href="#!"
role="button"
><i class="fab fa-twitter"></i
></a>
<!-- Google -->
<a
data-mdb-ripple-init
class="btn text-white btn-floating m-1"
style="background-color: #dd4b39;"
href="#!"
role="button"
><i class="fab fa-google"></i
></a>
<!-- Instagram -->
<a
data-mdb-ripple-init
class="btn text-white btn-floating m-1"
style="background-color: #ac2bac;"
href="#!"
role="button"
><i class="fab fa-instagram"></i
></a>
<!-- Linkedin -->
<a
data-mdb-ripple-init
class="btn text-white btn-floating m-1"
style="background-color: #0082ca;"
href="#!"
role="button"
><i class="fab fa-linkedin-in"></i
></a>
<!-- Github -->
<a
data-mdb-ripple-init
class="btn text-white btn-floating m-1"
style="background-color: #333333;"
href="#!"
role="button"
><i class="fab fa-github"></i
></a>
</div>
<!-- Right -->
</section>
<!-- Section: Social media -->
<!-- Section: Links -->
<section class="">
<div class="container text-center text-md-start mt-5">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<h6 class="text-uppercase fw-bold mb-4">
<a href="index.html" class=" mr-auto">
<img src="assets/img/logo/logo3.png" width="70px" style="display: inline-block; vertical-align: middle;margin-left: 0px; " >
</a>कृषिCONNECT
</h6>
<p>
कृषिCONNECT is an online B2C platform to bring fresh organic produce from farmers, straight to your dining tables. We aim to remove unnecessary middlemen and help out local farmers by getting them the pay they truly deserve.
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4 ">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">
Products
</h6>
<p style="font-weight: bold;">
<a href="shop(1).html" class="text-reset">VEGETABLES</a>
</p>
<p style="font-weight: bold;">
<a href="shop(1).html" class="text-reset">FRUITS</a>
</p>
<p style="font-weight: bold;">
<a href="shop(1).html" class="text-reset">OIL SEEDS</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">
Useful links
</h6>
<p>
<a href="shop(1).html" class="text-reset">HERBS</a>
</p>
<p>
<a href="shop(1).html" class="text-reset">PULSES</a>
</p>
<p>
<a href="shop(1).html" class="text-reset">MISCELLANOUS</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">Contact</h6>
<p><i class="fas fa-home me-3"></i> New York, NY 10012, US</p>
<p>
<i class="fas fa-envelope me-3"></i>
krishiconnect@gmail.com
</p>
<p><i class="fas fa-phone me-3"></i> 082723 67238</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
</section>
<!-- Section: Links -->
<!-- Copyright -->
<div class="text-center p-4" style="background-color: rgba(0, 0, 0, 0.05);">
© <span id="copyright-year"></span> Copyright:
<a class="text-reset fw-bold" href="https://mdbootstrap.com/"> कृषिCONNECT | Fresh From Farm. All rights reserved.</a>
</div>
<!-- Copyright -->
</footer>
<script>document.getElementById("copyright-year").textContent = new Date().getFullYear();</script>
<script type="text/javascript" src="assets/js/jquery.js"></script>
<script type="text/javascript" src="assets/js/jquery-migrate.js"></script>
<script type="text/javascript" src="assets/packages/bootstrap/libraries/popper.js"></script>
<script type="text/javascript" src="assets/packages/bootstrap/bootstrap.js"></script>
<script type="text/javascript" src="assets/packages/o2system-ui/o2system-ui.js"></script>
<script type="text/javascript" src="assets/packages/owl-carousel/owl-carousel.js"></script>
<script type="text/javascript" src="assets/packages/cloudzoom/cloudzoom.js"></script>
<script type="text/javascript" src="assets/packages/thumbelina/thumbelina.js"></script>
<script type="text/javascript" src="assets/packages/bootstrap-touchspin/bootstrap-touchspin.js"></script>
<script type="text/javascript" src="assets/js/theme.js"></script>
<script src="cart.js"></script>
<script src="shop.js"></script>
<script>
ScrollReveal({
//reset: true ,
distance : '60px' ,
duration:2500,
delay:400
});
ScrollReveal().reveal('#banner', { delay: 500 , origin:'top' });
ScrollReveal().reveal('#cart', { delay: 600 , origin:'top' });
ScrollReveal().reveal('#container', { delay: 700 , origin:'bottom' });
ScrollReveal().reveal('#col-md-3,#col-md-3l', { delay: 500 , origin:'left'});
ScrollReveal().reveal('#col-md,#col-md-3m', { delay: 500 , origin:'right'});
ScrollReveal().reveal('#copyright', { delay: 500 , origin:'bottom'});
</script>
<script src="./darkmode.js"></script>
</body>
</html>