-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshopping.html
160 lines (141 loc) · 8.3 KB
/
shopping.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
<!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>Document</title>
<link rel="stylesheet" href="./swiper/swiper-bundle.min.css">
<link
rel="stylesheet"
href="./bootstrap/dist/css/bootstrap.min.css"
/>
<link rel="stylesheet" href="./fontawesome-free-5.15.4-web/fontawesome-free-5.15.4-web/css/all.min.css">
<link rel="stylesheet" href="./css/main.css" />
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<section class="h-100 h-custom" style="background-color: #eee;">
<div class="container h-100 py-5">
<div class="row d-flex justify-content-center align-items-center h-100">
<div class="col">
<div class="card shopping-cart" style="border-radius: 15px;">
<div class="card-body text-black">
<div class="row">
<div class="col-lg-6 px-5 py-4">
<h3 class="mb-5 pt-2 text-center fw-bold text-uppercase">Your products</h3>
<div class="d-flex align-items-center mb-5">
<div class="flex-shrink-0">
<img src="./images/gldn-CP-surface-laptop-4-multitasking-1668x940-1.avif"
class="img-fluid" style="width: 150px;" alt="Generic placeholder image">
</div>
<div class="flex-grow-1 ms-3">
<a href="#!" class="float-end text-black"><i class="fas fa-times"></i></a>
<h5 class="text-primary">Surface laptop 4</h5>
<h6 style="color: #9e9e9e;">Color: white</h6>
<div class="d-flex align-items-center">
<p class="fw-bold mb-0 fs-10 me-5 pe-3">799$</p>
<div class="def-number-input number-input safari_only">
<button onclick="this.parentNode.querySelector('input[type=number]').stepDown()"
class="minus"></button>
<input class="quantity fw-bold text-black" min="0" name="quantity" value="1"
type="number">
<button onclick="this.parentNode.querySelector('input[type=number]').stepUp()"
class="plus"></button>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center mb-5">
<div class="flex-shrink-0">
<img src="./images/Highlight-Surface-Pro-9-Surface-Pro-Keyboard_VP5-1920x720.webp"
class="img-fluid" style="width: 150px;" alt="Generic placeholder image">
</div>
<div class="flex-grow-1 ms-3">
<a href="#!" class="float-end text-black"><i class="fas fa-times"></i></a>
<h5 class="text-primary">surface pro 9</h5>
<h6 style="color: #9e9e9e;">Color: silver</h6>
<div class="d-flex align-items-center">
<p class="fw-bold mb-0 me-5 pe-3">239$</p>
<div class="def-number-input number-input safari_only">
<button onclick="this.parentNode.querySelector('input[type=number]').stepDown()"
class="minus"></button>
<input class="quantity fw-bold text-black" min="0" name="quantity" value="1"
type="number">
<button onclick="this.parentNode.querySelector('input[type=number]').stepUp()"
class="plus"></button>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center mb-5">
<div class="flex-shrink-0">
<img src="./images/Highlight-Surface-Laptop-5-for-Business-Platinum-13in-15in-CON-01_VP5-1920x720.jpeg"
class="img-fluid" style="width: 150px;" alt="Generic placeholder image">
</div>
<div class="flex-grow-1 ms-3">
<a href="#!" class="float-end text-black"><i class="fas fa-times"></i></a>
<h5 class="text-primary">Surface laptap 5</h5>
<h6 style="color: #9e9e9e;">Color: silver</h6>
<div class="d-flex align-items-center">
<p class="fw-bold mb-0 me-5 pe-3">659$</p>
<div class="def-number-input number-input safari_only">
<button onclick="this.parentNode.querySelector('input[type=number]').stepDown()"
class="minus"></button>
<input class="quantity fw-bold text-black" min="0" name="quantity" value="2"
type="number">
<button onclick="this.parentNode.querySelector('input[type=number]').stepUp()"
class="plus"></button>
</div>
</div>
</div>
</div>
<hr class="mb-4" style="height: 2px; background-color: #1266f1; opacity: 1;">
<div class="d-flex justify-content-between px-x">
<p class="fw-bold">Discount:</p>
<p class="fw-bold">95$</p>
</div>
<div class="d-flex justify-content-between p-2 mb-2" style="background-color: #e1f5fe;">
<h5 class="fw-bold mb-0">Total:</h5>
<h5 class="fw-bold mb-0">2261$</h5>
</div>
</div>
<div class="col-lg-6 px-5 py-4">
<h3 class="mb-5 pt-2 text-center fw-bold text-uppercase">Payment</h3>
<form class="mb-5">
<div class="form-outline mb-5">
<input type="text" id="typeText" class="form-control form-control-lg" siez="17"
value="1234 5678 9012 3457" minlength="19" maxlength="19" />
<label class="form-label" for="typeText">Card Number</label>
</div>
<div class="form-outline mb-5">
<input type="text" id="typeName" class="form-control form-control-lg" siez="17"
value="Rashin Farahani" />
<label class="form-label" for="typeName">Name on card</label>
</div>
<div class="row">
<div class="col-md-6 mb-5">
<div class="form-outline">
<input type="text" id="typeExp" class="form-control form-control-lg" value="01/22"
size="7" id="exp" minlength="7" maxlength="7" />
<label class="form-label" for="typeExp">Expiration</label>
</div>
</div>
</div>
<p class="mb-5">You accept all the rules <a
href="#!">Learn more</a>.</p>
<button type="button" class="btn btn-primary btn-block btn-lg">Buy now</button>
<h5 class="fw-bold mb-5" style="position: absolute; bottom: 0;">
<a href="#!"><i class="fas fa-angle-left me-2"></i>Back to shopping</a>
</h5>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</body>
</html>