-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
291 lines (275 loc) · 10.3 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GS-Store Checkout</title>
<!-- -------------------------------- -->
<!--& EXTERNAL LINKS -->
<!-- -------------------------------- -->
<!-- fontawesome link -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- bootstrap css link -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous"
/>
<!-- style.css link -->
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- ------------------------------- -->
<!-- nav -->
<!-- ------------------------------- -->
<nav class="nav navbar navbar-expand-lg">
<a href="#" class="left text-black"> < CONTINUE SHOPPING</a>
<div class="header">
<img src="assets/gs-logo.png" alt="gs-logo" class="gs-logo" />
<img src="assets/gs-store.png" alt="gs-store" class="gs-store" />
</div>
<div class="right">
<img src="assets/gs-user.png" alt="gs-user" class="gs-user" /><br />
<p>My Account</p>
</div>
</nav>
<!-- ------------------------------- -->
<!-- main -->
<!-- ------------------------------- -->
<p class="offer">Free shipping over 200€</p>
<h2 class="text-center fs-1">Checkout</h2>
<main class="main p-4">
<!-- ------------------------------- -->
<!-- checkout -->
<!-- ------------------------------- -->
<div class="checkout d-flex flex-column">
<ul class="items">
<li class="item d-flex">
<div class="item-img">
<img src="assets/gs.png" alt="gs-jersey" />
</div>
<div class="item-info">
<h3 class="item-name">
Nike Galatasaray 2023/2024 Professional Jersey FJ6347-836
</h3>
<p class="size">Size: <span id="size">L</span></p>
<p class="prices">
<span id="discount">99€</span>
<span id="price" class="text-decoration-line-through"
>120€</span
>
</p>
<div class="item-settings d-flex">
<div
class="item-count border border-1 border-black p-1 rounded-1"
>
<button id="minus" class="minus border border-0">-</button>
<span id="count" class="count">1</span>
<button id="plus" class="plus border border-0">+</button>
</div>
<div class="item-remove">
<i class="remove fa fa-trash-can text-danger p-2"></i>
</div>
</div>
<p class="item-total mt-3">
Product Total: <span id="item-total">99€</span>
</p>
</div>
</li>
<li class="item d-flex">
<div class="item-img">
<img src="assets/gs-socks.png" alt="gs-socks" />
</div>
<div class="item-info">
<h3 class="item-name">
Nike Galatasaray Home Football Socks ZE1314-836
</h3>
<p class="size">Size: <span id="size">41-43</span></p>
<p class="prices">
<span id="discount">9.99€</span>
<span id="price" class="text-decoration-line-through">15€</span>
</p>
<div class="item-settings d-flex">
<div
class="item-count border border-1 border-black p-1 rounded-1"
>
<button id="minus" class="minus border border-0">-</button>
<span class="count">1</span>
<button id="plus" class="plus border border-0">+</button>
</div>
<div class="item-remove">
<i class="remove fa fa-trash-can text-danger p-2"></i>
</div>
</div>
<p class="item-total mt-3">
Product Total: <span id="item-total">9.99€</span>
</p>
</div>
</li>
<li class="item d-flex">
<div class="item-img">
<img src="assets/gs-sweatshirt.png" alt="gs-jersey" />
</div>
<div class="item-info">
<h3 class="item-name">
Nike TS Galatasaray Sweatshirt CW6902-063
</h3>
<p class="size">Size: <span id="size">M</span></p>
<p class="prices">
<span id="discount">54.99€</span>
<span id="price" class="text-decoration-line-through">75€</span>
</p>
<div class="item-settings d-flex">
<div
class="item-count border border-1 border-black p-1 rounded-1"
>
<button id="minus" class="minus border border-0">-</button>
<span id="count" class="count">1</span>
<button id="plus" class="plus border border-0">+</button>
</div>
<div class="item-remove">
<i class="remove fa fa-trash-can text-danger p-2"></i>
</div>
</div>
<p class="item-total mt-3">
Product Total: <span id="item-total">54.99€</span>
</p>
</div>
</li>
</ul>
<div class="summary">
<p class="sub-total">
Subtotal <span id="sub-total">163.98€</span>
</p>
<p class="tax">VAT (%19) <span id="tax">29.51€</span></p>
<p class="shipping">
<span id="shipping-info">Shipping</span>
<span id="shipping-price">8€</span>
</p>
<p class="total">
Total (VAT included) <span id="total">201.49€</span>
</p>
</div>
</div>
<!-- ------------------------------- -->
<!-- form -->
<!-- ------------------------------- -->
<form action="" method="post" class="form">
<div class="contact">
<h4>Contact Information</h4>
<label for="email">Email</label><br />
<div class="input-with-icon opacity">
<i class="fa fa-envelope input-icon"></i>
<input
type="email"
id="emal"
name="Email"
required
placeholder="Enter your email address..."
/>
</div>
<label for="phone">Phone</label>
<div class="input-with-icon opacity">
<i class="fa fa-phone input-icon"></i>
<input
type="number"
id="phone"
name="Phone"
required
placeholder="Enter your phone number..."
/>
</div>
</div>
<div class="shipping">
<h4>Shipping Address</h4>
<label for="fullname">Full name</label>
<div class="input-with-icon opacity">
<i class="fa fa-user input-icon"></i>
<input
type="text"
id="fullname"
name="Fullname"
required
placeholder="Enter your full name..."
/>
</div>
<label for="address">Address</label>
<div class="input-with-icon opacity">
<i class="fa fa-home input-icon"></i>
<input
type="text"
id="address"
name="Address"
required
placeholder="Enter your address..."
/>
</div>
<label for="city">City</label>
<div class="input-with-icon opacity">
<i class="fa-solid fa-city input-icon"></i>
<input
type="text"
id="city"
name="City"
required
placeholder="Enter your city..."
/>
</div>
<div class="location d-flex">
<div class="country">
<label for="country">Country</label><br />
<select name="country" id="country">
<option value="turkey" selected>Turkey</option>
<option value="germany">Germany</option>
<option value="usa">USA</option>
<option value="uk">UK</option>
<option value="france">France</option>
<option value="poland">Poland</option>
</select>
</div>
<div class="postal-code">
<label for="post-code">Post Code</label>
<div class="input-with-icon opacity">
<i class="fa fa-map-signs input-icon"></i>
<input
type="number"
id="post-code"
name="Post-code"
required
placeholder="Enter your postal code..."
/>
</div>
</div>
</div>
</div>
<div class="memory opacity">
<input type="checkbox" id="checkbox" name="memory" />
<label for="checkbox" class="checkbox"
>See this information next time</label
>
</div>
<div class="continue mt-5">
<button class="btn-continue rounded-3 border-0">Continue</button>
</div>
</form>
</main>
<!-- -------------------------------- -->
<!--& SCRIPTS -->
<!-- -------------------------------- -->
<!-- bootstrap js link -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"
></script>
<!-- page.js link -->
<script src="page.js"></script>
</body>
</html>