-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcosmcart.html
336 lines (293 loc) · 14.3 KB
/
cosmcart.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
<!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">
<title>Makeup-hub</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="css/style1.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.14.0/css/all.css" integrity="sha384-HzLeBuhoNPvSl5KYnjx0BT+WB0QEEqLprO+NBkkk5gbc67FTaL7XIGa2w1L0Xbgc" crossorigin="anonymous"><!-- fontawesom cdn link -->
<link href="https://bootstrap-ecommerce.com/bootstrap-ecommerce-html/images/favicon.ico" rel="shortcut icon" type="image/x-icon">
<!-- font -->
</head>
<body>
<div class="top-header">
<div class="container">
<div class="row">
<div class="col-md-7 mt-2">
<ul>
<li><a href="cosmmain.html">Home</a></li>
<li><a href="cosmcheckout.html">Delivery</a></li>
<li><a href="cosmcart.html">Payment</a></li>
</ul>
</div>
<div class="col-md-5 mt-2 ">
<h6><i class="fas fa-phone-alt mr-1"></i> 70133 22781</h6>
</div>
</div>
</div>
</div>
<div class="container mt-4" id="top-logo">
<div class="row">
<div class="col-md-2" style="right: 5%;">
<!-- Just an image -->
<nav class="navbar navbar-light">
<a class="navbar-brand" href="#">
<img src="images/WhatsApp Image 2022-04-05 at 20.15.34.jpeg" style="width: 100px;height: 100px;;">
</a>
</nav>
</div>
<div class="col-md-7" id="searchbar">
<div class="input-group mt-3">
<input type="text" class="form-control" placeholder="Search" aria-label="Search" aria-describedby="button-addon2">
<div class="input-group-append">
<button class="btn btn-primary" type="button" id="button-addon2"><i class="fas fa-search"></i></button>
</div>
</div>
</div>
<div class="col-md-3 mt-2" id="icons">
<div style="cursor: pointer;" class="circle float-right" data-toggle="modal" data-target="#loginModal" data-toggle="tooltip" data-placement="top" title="LOGIN & SIGNUP"><i class="fas fa-user "></i></div>
<a href="cosmcart.html"> <div class="circle float-right mr-2"><i class="fas fa-shopping-cart"></i><sup><span class="badge badge-danger" style="width: 23px;">0</span></sup></div>
</a>
</div>
</div>
</div>
<hr>
<div class="container" style="height: 30px;">
<nav class="navbar navbar-expand-lg navbar-light" style="height: 30px;">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse pl-4" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item dropdown">
<a class="nav-link dropdown" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false"> <span> ≡ All Category</span></a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Women</a>
<a class="dropdown-item" href="#">Men</a>
<a class="dropdown-item" href="#">Baby</a>
<a class="dropdown-item" href="#">Mom</a>
</div>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">Makeup <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#"> Skin</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">Natural</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">Mom and Baby</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">Health & Wellness </a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">Fragrance</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">Hair</a>
</li>
</ul>
</div>
</nav>
</div>
<hr>
<div class="cart">
<div class="container">
<h3 class="text-center">Shopping Cart Details</h3>
</div>
</div>
<br><br>
<div class="container" id="card">
<div class="row">
<div class="col-md-8">
<div class="card p-4" id="cards">
<h5 class="text-dark">Cart (2 Items)</h5>
<div class="row mt-4">
<div class="col-md-3">
<div class="overlay">
<img src="images/cosmcartpic1.webp" class="zoom-in figure-img img-fluid" style="height: 200px;">
</div>
</div>
<div class="col-md-7">
<h5 class="text-muted pt-2">SUGAR Cosmetics - Smudge Me Not - Mini Liquid Lipstick - 01 Brazen Raisin - 1.1 ml - Ultra Matte Liquid Lipstick, Transferproof and Waterproof, Lasts Up to 12 hours</h5>
<p class=" stock">In Stock</p>
<div class="linespace mb-4">
<p class="text-muted mt-4">Color : 01 Brazen Raisin</p>
<p class="text-muted">Quantity : Mini(1.1ml)</p>
</div>
<button class="btn btn-sm text-muted text-uppercase"><i class="fas fa-trash-alt pr-2"></i>REMOVE ITEM</button>
<button class="btn btn-sm text-muted text-uppercase"><i class="fas fa-heart pr-2"></i>ADD TO WISHLIST</button>
</div>
<div class="col-md-2">
<div class="input-group input-group-sm">
<div class="input-group-prepend" onclick="add2()">
<span class="input-group-text"><i class="fas fa-plus"></i></span>
</div>
<input type="text" class="numberbox2 form-control" value="1">
<div class="input-group-append" onclick="subtract2()">
<span class="input-group-text"><i class="fas fa-minus"></i></span>
</div>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-3">
<div class="overlay">
<img src="images/cosmcart2.jpg" class="zoom-in figure-img img-fluid">
</div>
</div>
<div class="col-md-7">
<h5 class="text-muted pt-2">Maybelline New York Fit Me Matte+Poreless Liquid Foundation Tube, 115 Ivory, 18ml</h5>
<p class=" stock">In Stock</p>
<div class="linespace mb-4">
<p class="text-muted mt-4">Color : Beige</p>
<p class="text-muted">Quantity : 18ml</p>
</div>
<button class="btn btn-sm text-muted text-uppercase"><i class="fas fa-trash-alt pr-2"></i>REMOVE ITEM</button>
<button class="btn btn-sm text-muted text-uppercase"><i class="fas fa-heart pr-2"></i>ADD TO WISHLIST</button>
</div>
<div class="col-md-2">
<div class="input-group input-group-sm">
<div class="input-group-prepend" onclick="add3()">
<span class="input-group-text"><i class="fas fa-plus"></i></span>
</div>
<input type="text" class="numberbox3 form-control" value="1">
<div class="input-group-append" onclick="subtract3()">
<span class="input-group-text"><i class="fas fa-minus"></i></span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card p-3" id="card-cost">
<h5 class="pl-2">Total Amount</h5>
<table class="table table-borderless pt-2">
<tbody>
<tr>
<th scope="row" class="font-weight-light">Product Amount</th>
<td>₹460.00</td>
</tr>
<tr>
<th scope="row" class="font-weight-light">Shipping</th>
<td>₹100.00</td>
</tr>
</tbody>
</table>
<hr>
<h6 class="pl-2 pt-1">Total Price <span class="float-right">₹560.00</span></h6>
<hr>
<button class="btn mt-2"><a href="cosmcheckout.html" class="text-white"><i class="fas fa-shopping-bag pr-2"></i>Proceed to Checkout</a></button>
</div>
</div>
</div>
<div class="row mt-5 mb-5">
<div class="col-md-8">
<div class="card p-3">
<h5 class="text-dark">Expected shipping delivery</h5>
<p class="text-muted">Thu., 12.03. - Mon., 16.03.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8">
<div class="card p-3">
<h5 class="text-dark">We Accept</h5>
<div class="text-wrap mt-3">
<i class="fab fa-cc-visa fa-3x pr-2 text-dark"></i>
<i class="fab fa-cc-amex fa-3x pr-2 text-dark"></i>
<i class="fab fa-cc-mastercard fa-3x pr-2 text-dark"></i>
<i class="fab fa-cc-paypal fa-3x pr-2 text-dark"></i>
</div>
</div>
</div>
</div>
</div>
<br><br>
<footer>
<br><br>
<div class="container">
<div class="row">
<div class="col-md-3">
<h5>Company</h5>
<ul>
<li><a href="">Makeup-hub</a></li>
</ul>
</div>
<div class="col-md-3">
<h5>Help</h5>
<ul>
<li><a href="">[email protected]</a></li>
<li><a href="">70133 22781</a></li>
</ul>
</div>
<div class="col-md-3">
<h5>Account</h5>
<ul>
<li><a href="#">Makeup-hub</a></li>
<li><a href="#">Makeup-hubinida</a></li>
<li><a href="#">Makeup-hubhyd</a></li>
</ul>
</div>
<div class="col-md-3">
<h5>Social</h5>
<ul>
<li><a href="#"><i class="fab fa-facebook"></i> Facebook</a></li>
<li><a href="#"><i class="fab fa-youtube"></i> Youtube</a></li>
<li><a href="#"><i class="fab fa-twitter"></i> Twitter</a></li>
<li><a href="https://instagram.com/mr_affwan_01?igshid=YmMyMTA2M2Y="><i class="fab fa-instagram"></i> Instagram</a></li>
</ul>
</div>
</div>
</div>
</footer>
<footer class="footer pt-5 pb-5" id="footer">
<div class="container">
<span class="text-muted float-left"><p id="copyright">© 2019 Makeup-hub</p></span>
<span class="float-right"> <p id="footerInfo"> [email protected] | 70133 22781 |</p> </span>
</div>
</footer>
<div class="modal fade" id="loginModal" 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 bg-dark">
<h5 class="modal-title text-light" id="exampleModalCenterTitle">Login</h5>
<button type="button" class="close text-light" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body bg-light">
<form>
<div class="form-group">
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter Your Email">
<small id="emailHelp" class="form-text text-danger">We'll never share your email with anyone else!</small>
</div>
<div class="form-group">
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">
</div>
<div class="form-group form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck1">
<label class="form-check-label" for="exampleCheck1">Keep me Logined</label>
</div>
<button type="submit" class="btn btn-secondary btn-sm text-light"><a href="profile.html" class="text-light">Login</a></button>
<a href="register.html" class="float-right text-muted">Not a Member? Register</a>
</form>
</div>
</div>
</div>
</div>
</body>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="js/script.js"></script>
</html>