-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCheckOut.html
More file actions
374 lines (354 loc) · 12.7 KB
/
CheckOut.html
File metadata and controls
374 lines (354 loc) · 12.7 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- =--------------------------------------= Meta Tags =------------------= -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- =--------------------------------------= Styles Links =------------------= -->
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<link rel="stylesheet" type="text/css" href="Assets/Styles/Css/Styles.css" />
<title>Amara Store Template</title>
</head>
<body>
<!-- =--------------------------------------= Start Header Partition =------------------= -->
<header class="header">
<div class="header__top">
<div class="header__wrapper wrapper">
<div class="header__contact">
<span>(+20)-1141591695</span>
<span>Our Location</span>
</div>
<p class="header__alert__news">Lorem ipsum dolor sit, amet consectetur.</p>
<a class="header__top__action" href="Sign_Up-Sign_In.html">Sign In / Sign Up</a>
</div>
</div>
<nav class="navbar wrapper">
<a href="index.html" class="navbar__logo">
<img src="Assets/Images/Logo.svg" class="navbar__logo__image" />
</a>
<div class="navbar__menu" id="navbar-menu">
<div class="navbar__menu__top">
<a href="index.html" class="navbar__menu__logo">
<img src="Assets/Images/Logo.svg" />
</a>
<div class="navbar__close" id="navbar-close">
<i class="fi fi-br-square-x"></i>
</div>
</div>
<ul class="navbar__list">
<li class="navbar__item">
<a href="index.html" class="navbar__link">Home</a>
</li>
<li class="navbar__item">
<a href="Shop.html" class="navbar__link">Shop</a>
</li>
<li class="navbar__item">
<a href="Accounts.html" class="navbar__link">Account</a>
</li>
<li class="navbar__item">
<a href="Compare.html" class="navbar__link">Compare</a>
</li>
<li class="navbar__item">
<a href="Sign_Up-Sign_In.html" class="navbar__link">SignIn</a>
</li>
</ul>
<div class="header__search">
<input class="form__input" type="text" placeholder="Search ..." />
<button class="search__btn">
<img src="Assets/Images/Icon-Search.png" />
</button>
</div>
</div>
<div class="header__icons">
<a href="WishList.html" class="header__icon__btn">
<img src="Assets/Images/Icon-Heart.svg" />
<span class="count">2</span>
</a>
<a href="Bags.html" class="header__icon__btn">
<img src="Assets/Images/Icon-Bag.svg" />
<span class="count">6</span>
</a>
<div class="navbar__toggle header__icon__btn" id="navbar-toggle">
<img src="Assets/Images/Menu-Burger.svg" />
</div>
</div>
</nav>
</header>
<!-- =--------------------------------------= End Header Partition =------------------= -->
<!-- =--------------------------------------= Start Main Partition =------------------= -->
<main class="main">
<!-- =--------------------------------------= Start BreadCrumb Partition =------------------= -->
<section class="breadcrumb">
<ul class="breadcrumb__list wrapper display__flex">
<li>
<a href="index.html" class="breadcrumb__link">Home</a>
</li>
<li>
<span class="breadcrumb__link">- ></span>
</li>
<li>
<a href="Bags.html" class="breadcrumb__link">Bag</a>
</li>
<li>
<span class="breadcrumb__link">- ></span>
</li>
<li>
<span class="breadcrumb__link">CheckOut</span>
</li>
</ul>
</section>
<!-- =--------------------------------------= End BreadCrumb Partition =------------------= -->
<!-- =--------------------------------------= Start CheckOut Partition =------------------= -->
<section class="checkout partition__large">
<div class="checkout__wrapper wrapper display__grid">
<div class="checkout__group">
<h3 class="partition__title">Billing Details</h3>
<form action="#" class="form display__grid">
<input type="text" class="form__input" placeholder="Full Name..." />
<input type="text" class="form__input" placeholder="Address..." />
<input type="text" class="form__input" placeholder="City..." />
<input type="text" class="form__input" placeholder="Country..." />
<input type="text" class="form__input" placeholder="Postal Code..." />
<input type="text" class="form__input" placeholder="Phone..." />
<input type="email" class="form__input" placeholder="Email..." />
<h3 class="checkout__title">Additional Information</h3>
<textarea class="form__input form__text__area" placeholder="Order Notes ..." cols="30" rows="10"></textarea>
</form>
</div>
<div class="checkout__group">
<h3 class="partition__title">Bag Total</h3>
<table class="order__table">
<tr>
<th colspan="2">Product</th>
<th>Total</th>
</tr>
<tr>
<td>
<img src="Assets/Images/Product-09-02.jpg" class="order__image" />
</td>
<td>
<h3 class="table__title">Lorem ipsum dolor sit amet</h3>
<p class="table__quantity">X 7</p>
</td>
<td>
<span class="table__price">$8456.25</span>
</td>
</tr>
<tr>
<td>
<img src="Assets/Images/Product-03-02.jpg" class="order__image" />
</td>
<td>
<h3 class="table__title">Lorem ipsum dolor sit amet</h3>
<p class="table__quantity">X 7</p>
</td>
<td>
<span class="table__price">$8456.25</span>
</td>
</tr>
<tr>
<td>
<img src="Assets/Images/Product-11-02.jpg" class="order__image" />
</td>
<td>
<h3 class="table__title">Lorem ipsum dolor sit amet</h3>
<p class="table__quantity">X 7</p>
</td>
<td>
<span class="table__price">$8456.25</span>
</td>
</tr>
<tr>
<td>
<img src="Assets/Images/Product-06-02.jpg" class="order__image" />
</td>
<td>
<h3 class="table__title">Lorem ipsum dolor sit amet</h3>
<p class="table__quantity">X 7</p>
</td>
<td>
<span class="table__price">$8456.25</span>
</td>
</tr>
<tr>
<td>
<img src="Assets/Images/Product-02-02.jpg" class="order__image" />
</td>
<td>
<h3 class="table__title">Lorem ipsum dolor sit amet</h3>
<p class="table__quantity">X 7</p>
</td>
<td>
<span class="table__price">$8456.25</span>
</td>
</tr>
<tr>
<td>
<span class="order__subtitle">SubTotal</span>
</td>
<td colspan="2">
<span class="table__price">$8,585.45</span>
</td>
</tr>
<tr>
<td>
<span class="order__subtitle">Shipping</span>
</td>
<td colspan="2">
<span class="table__price">$1,154.23</span>
</td>
</tr>
<tr>
<td>
<span class="order__subtitle">Total</span>
</td>
<td colspan="2">
<span class="order__final__total">$9,754.85</span>
</td>
</tr>
</table>
<div class="payment__methods">
<h3 class="checkout__title payment__title">Payment Methods</h3>
<div class="payment__option display__flex">
<input type="radio" name="radio" class="payment__input" checked />
<label for="" class="payment__label">Direct Bank Transfer</label>
</div>
<div class="payment__option display__flex">
<input type="radio" name="radio" class="payment__input" />
<label for="" class="payment__label">Check Payment</label>
</div>
<div class="payment__option display__flex">
<input type="radio" name="radio" class="payment__input" />
<label for="" class="payment__label">PayPal</label>
</div>
<div class="payment__option display__flex">
<input type="radio" name="radio" class="payment__input" />
<label for="" class="payment__label">Cash On Delivery</label>
</div>
</div>
<button class="btn btn__medium">Finalize Order</button>
</div>
</div>
</section>
<!-- =--------------------------------------= End CheckOut Partition =------------------= -->
<!-- =--------------------------------------= Start NewsLetter Partition =------------------= -->
<section class="newsletter partition">
<div class="newsletter__wrapper wrapper display__grid">
<h3 class="newsletter__title display__flex">
<img src="Assets/Images/Icon-EMail.svg" class="newsletter__icon" />
Sign Up To Our NewsLetter
</h3>
<p class="newsletter__description">Lorem ipsum, dolor sit amet consectetur.</p>
<form action="" class="newsletter__form">
<input type="text" class="newsletter__input" placeholder="Enter Your EMail..." />
<button type="submit" class="newsletter__btn">Subscribe</button>
</form>
</div>
</section>
<!-- =--------------------------------------= End NewsLetter Partition =------------------= -->
</main>
<!-- =--------------------------------------= End Main Partition =------------------= -->
<!-- =--------------------------------------= Start Footer Partition =------------------= -->
<footer class="footer wrapper">
<div class="footer__wrapper display__grid">
<div class="footer__content">
<a href="index.html" class="footer__logo">
<img src="Assets/Images/Logo.svg" class="footer__image" />
</a>
<h4 class="footer__sub__title">Contact</h4>
<p class="footer__description">
<span>Address:</span>
Lorem ipsum dolor, sit amet consectetur adipisicing.
</p>
<p class="footer__description">
<span>Phone:</span>
+20 114 159 169 5.
</p>
<p class="footer__description">
<span>Hours:</span>
02:00 - 14:30, Sat - Thu
</p>
<div class="footer__social">
<h4 class="footer__sub__title">Follow Me</h4>
<div class="footer__social__links">
<a href="#">
<img src="Assets/Images/Icon-Facebook.svg" class="footer__social__icon" />
</a>
<a href="#">
<img src="Assets/Images/Icon-Twitter.svg" class="footer__social__icon" />
</a>
<a href="#">
<img src="Assets/Images/Icon-Instagram.svg" class="footer__social__icon" />
</a>
<a href="#">
<img src="Assets/Images/Icon-Pinterest.svg" class="footer__social__icon" />
</a>
<a href="#">
<img src="Assets/Images/Icon-YouTube.svg" class="footer__social__icon" />
</a>
</div>
</div>
</div>
<div class="footer__content">
<h4 class="footer__title">Address</h4>
<ul class="footer__links">
<li>
<a href="" class="footer__link">About Us</a>
</li>
<li>
<a href="" class="footer__link">Delivery Inforamtion</a>
</li>
<li>
<a href="" class="footer__link">Privacy Policy</a>
</li>
<li>
<a href="" class="footer__link">Terms & Conditions</a>
</li>
<li>
<a href="" class="footer__link">Contact Us</a>
</li>
<li>
<a href="" class="footer__link">Support Center</a>
</li>
</ul>
</div>
<div class="footer__content">
<h4 class="footer__title">My Account</h4>
<ul class="footer__links">
<li>
<a href="" class="footer__link">Sign In</a>
</li>
<li>
<a href="" class="footer__link">View Shopping Bag</a>
</li>
<li>
<a href="" class="footer__link">My WhishList</a>
</li>
<li>
<a href="" class="footer__link">Track My Order</a>
</li>
<li>
<a href="" class="footer__link">Help</a>
</li>
<li>
<a href="" class="footer__link">My Orders</a>
</li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">Payment GateWays</h3>
<img src="Assets/Images/Payments-Cards.png" class="payment__image" />
</div>
</div>
<div class="footer__bottom">
<p class="copyright">© 2024 AMW All Rights Reserved</p>
<span class="creator">Created By Ahmad Muhammad Waddah</span>
</div>
</footer>
<!-- =--------------------------------------= End Footer Partition =------------------= -->
<!-- =--------------------------------------= JavaScripts Scripts =------------------= -->
<script defer type="text/javascript" src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script defer type="text/javascript" src="Assets/Scripts/Scripts.js"></script>
</body>
</html>