-
Notifications
You must be signed in to change notification settings - Fork 0
/
cart.html
268 lines (264 loc) · 10.3 KB
/
cart.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
<!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>LeoShine | your cart</title>
<!-- Bootstrap CSS only -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"/>
<!-- css -->
<link rel="stylesheet" href="css/style.css">
<!-- font-awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<!-- navbar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<img src="img/logo.png" alt="" class="p-2" width="120px" height="50px">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="aboutusnew.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="shop.html">Product</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="contact.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="cart.html">Cart</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="product.html" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Products
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link">Login</a>
</li>
<li class="nav-item">
<a class="nav-link">Blog</a>
</li>
</ul>
<form class="d-flex">
<div class="sb-example-1">
<div class="search">
<button type="submit" class="searchButton">
<i class="fa fa-search"></i>
</button>
<input type="text" class="searchTerm" placeholder="Seacrch..">
</div>
</div>
</form>
</div>
</div>
</nav>
<main class="container p-5">
<div class="row g-4">
<div class="col-sm-9">
<h1 class="my-2">My Cart</h1>
<table class="table">
<thead>
<tr class="text-muted">
<th scope="col">Description</th>
<th></th>
<th scope="col">Quality</th>
<th scope="col">Price</th>
<th scope="col">Remove</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row" colspan="2">
<div class="row">
<div class="col-sm">
<img
src="img/product/gallery-1.png"
alt=""
class="img-fluid"
/>
</div>
<div class="col-sm">
<h3>Caraway Non-Stick Pan and Pot Combo</h3>
<p>Seller xyz</p>
<p>Price 899.00</p>
<p>Size - 2 L</p>
</div>
</div>
</th>
<td class="text-center">+ 1 -</td>
<td class="text-center">899</td>
<td class="text-center">🗑</td>
</tr>
<tr>
<th scope="row" colspan="2">
<div class="row">
<div class="col-sm">
<img
src="img/product/gallery-1.png"
alt=""
class="img-fluid"
/>
</div>
<div class="col-sm">
<h3>Caraway Non-Stick Pan and Pot Combo</h3>
<p>Seller xyz</p>
<p>Price 899.00</p>
<p>Size - 2 L</p>
</div>
</div>
</th>
<td class="text-center">+ 1 -</td>
<td class="text-center">899</td>
<td class="text-center">🗑</td>
</tr>
<tr>
<th scope="row" colspan="2">
<div class="row">
<div class="col-sm">
<img
src="img/product/gallery-1.png"
alt=""
class="img-fluid"
/>
</div>
<div class="col-sm">
<h3>Caraway Non-Stick Pan and Pot Combo</h3>
<p class="text-danger">sorry the item is “SOLD OUT”</p>
</div>
</div>
</th>
</tr>
</tbody>
</table>
<div class="row">
<h2>←―― Continue Shopping</h2>
</div>
</div>
<div class="col-lg-3 bg-light d-flex flex-column">
<h1 class="my-4">Order Summery</h1>
<div class="d-flex justify-content-between mb-2">
<p>item 2</p>
<p>1799</p>
</div>
<div class="d-flex justify-content-between mb-2">
<p>Delivery Charges</p>
<p class="text-success">FREE</p>
</div>
<div class="row g-2 mb-2">
<div class="col-auto">
<label class="form-label">PROMO Code</label>
</div>
<div class="col-auto">
<input type="text" class="form-control" name="" id="" />
</div>
<div class="col-auto">
<button type="submit" class="btn btn-danger">APPLY</button>
</div>
</div>
<div class="d-flex justify-content-between mb-2">
<p>Total Cost</p>
<p>1799</p>
</div>
<div class="row">
<button class="col-auto mx-auto btn btn-primary">
PLACE ORDER
</button>
</div>
<div class="row mt-auto">
<div class="col-auto">
<img src="/img/security.png" alt="" class="img-fluid" />
</div>
<div class="col">
<p class="text-muted">
Safe and Secure payment Easy returs 100% Authentic produts
</p>
</div>
</div>
</div>
</div>
</main>
<!-- Footer -->
<div class="footer">
<div class="footer-grid">
<div class="footer-heading">
<div class="leoshine">
<span class="brand-text">Leoshine</span>
<p class="footer-para">Lorem ipsum dolor sit amet consectetur adipisicing elit. Cum, dicta! Alias repudiandae nisi tenetur nobis laudantium repellendus ea aliquid culpa!</p>
</div>
</div>
<div class="footer-about">
<ul>
<li>About Us</li>
<li>Shop</li>
<li>Term</li>
<li>Services</li>
<li>Contact Us</li>
</ul>
</div>
<div class="footer-contact">
<span>Contact Us</span>
<div class="contact-felx">
<div class="icon">
<i class="fa fa-envelope" aria-hidden="true"></i>
</div>
<div class="">
<span>[email protected]</span>
</div>
</div>
<div class="contact-felx">
<div class="icon">
<i class="fa fa-phone" aria-hidden="true"></i>
</div>
<div class="">
<span>9876543210</span>
</div>
</div>
<div class="contact-felx">
<div class="icon">
<i class="fa fa-map-marker-alt" aria-hidden="true"></i>
</div>
<div class="">
<span>2118 Thornridge cir.syracuse, connecticut 35624</span>
</div>
</div>
</div>
<div class="singup">
<span> Sing up for Update</span>
<input type="text" name="" id="" placeholder="Email">
<input type="submit" value="Submit" class="btn btn-dark">
</div>
</div>
</div>
{% comment %} <!-- fontawesome -->
<script
src="https://kit.fontawesome.com/fecc50ad8e.js"
crossorigin="anonymous"
></script>
<!-- Bootstrap JavaScript Bundle with Popper -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"
></script> {% endcomment %}
</body>
</html>