-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
441 lines (379 loc) · 17.4 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
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
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Adidas E-commerce website to buy Adidas trending outfits and other stuffs for Men and Women. User Interface is designed by Tek King and developed by Harshit Kumar Singh">
<meta name="keyword" content="Tek King Design, tek_king, design, web design, Adidas Originals, adidas hoodie, adidas t-shirts, adidas shoes, NMDs collection, quick shop, trending outfits, Dame IV, Shop Now, Parley for the oceans, collection, learn more, clothings, products, support, social handles, court kits, men, women, kids, sports, new arrivals">
<meta name="author" content="Harshit Kumar Singh, harshitks">
<meta http-equiv="Cache-control" content="public">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<title>Adidas Store - Tek King Design</title>
<link rel="icon" type="image/png" sizes="32x32" href="./images/logo.png" />
<!-- Bootstrap and other CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS"
crossorigin="anonymous">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/reset-css@4.0.1/reset.min.css" />
<!-- FontAwesome CSS -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css" integrity="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns"
crossorigin="anonymous">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:500" rel="stylesheet">
</head>
<body>
<div class="container-fluid nopadding">
<!-- Top Navbar -->
<div class="mynav">
<nav class="navbar navbar-expand-sm navbar-dark bg-dark py-4">
<div class="container">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbar1">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand " href="#">
<img src="./images/adidas.png" width="65" height="50" alt="Adidas Logo">
</a>
<div class="collapse navbar-collapse" id="navbar1">
<ul class="navbar-nav">
<li class="nav-item px-2">
<a class="nav-link" href="#">NEW ARRIVALS</a>
</li>
<li class="nav-item px-2">
<a class="nav-link" href="#">MEN</a>
</li>
<li class="nav-item px-2">
<a class="nav-link" href="#">WOMEN</a>
</li>
<li class="nav-item px-2">
<a class="nav-link" href="#">KIDS</a>
</li>
<li class="nav-item px-2">
<a class="nav-link" href="#">SPORTS</a>
</li>
</ul>
<form class="form-inline search ">
<i class="fas fa-search " style="color: #fff; padding-left: 10px;"></i>
<input class="form-control" type="search" placeholder="SEARCH" aria-label="Search" style="color: #fff; border: 0; outline:none !important; background-color:transparent;">
</form>
<i class="fas fa-shopping-bag" style="color: #fff; font-size: 30px; margin-left: 20px;"></i>
</div>
<!-- <img class="ml-4" src="./images/adidas.png" width="65" height="50" alt="Shopping cart icon"> -->
</div>
</nav>
</div>
<!-- Navbar Shop button -->
<div class="row">
<div class="col text-center btn1">
<button type="button" class="btn btn-primary-outline">SHOP NOW</button>
</div>
</div>
<!-- Text Dame IV-->
<div class="row" style="margin-top: 5rem">
<div class="col text-center">
<p class="desc" style=" font-style: italic; font-size: 18px;">The Adidas dame iv (4) was made by <br>
bape_japan x damianlillard <br> and its a big part of <br>the "Adidas originals" collection</p>
</div>
</div>
<!-- Court Kits -->
<div class="row main" style="margin-top: 20vh">
<div class="group px-4">
<div class="left">
<div class="texts">
<p class="topText"> COURT <br> KITS </p> <br>
<p class="descr">our court ready kits celebrates the glory days of the 70s and 80s. Available from july 3rd
at <a href="#">PALACESKATEBOARDS</a> <br><br> Shop the collection in store at hunbury st, champs-elysees
5th avenue and at <a href="#">PALACE NYC</a> and <a href="#">LONDON</a></p>
<button type="button" class="btn-dark ml-5 mt-3">CHECK IT</button>
</div>
</div>
<div class="right">
<img class="ml-4 pic" src="./images/pi1.png" alt="man with tennis balls as eyes" />
</div>
</div>
</div>
<!-- Shoe Left -->
<div class="row" style="margin-top: 10rem">
<div class="col-8">
<div> <img class="shoeLeft" src="./images/shoes2.png" alt="adidas left shoe" /> </div>
</div>
<div class="col-4 nmd">
<div class="row heavy" style="color: #0a1c16; font-size: 15vh;">
THE
</div>
<div class="row heavy" style="margin-left:3%; color: #111; font-size: 30vh;">
NMDs
</div>
</div>
</div>
<!-- Collection -->
<div class="row" style="margin-top: -4%; float: right; width: 50%;">
<div class="light">
COLLECTION
<img class="shoeRight" src="./images/shoes3.png" alt="adidas right shoe" />
</div>
</div>
<br>
<div class="row shop">
<button type="button" class="btn-dark shop-btn">SHOP NOW</button>
</div>
<div class="clear"></div>
<!-- Quick Shop -->
<div class="row">
<div class="col">
<div class="group1">
<div class="quickText" style="margin-left: -4% !important;"> QUICK</div>
<div class="shopText" style="margin-left: 4% !important;"> SHOP</div>
</div>
<div class="group2">
<div class="trend">
These are the latest <br> trending outflits
</div>
</div>
</div>
</div>
<!-- Cards -->
<div class="row cards" style="background-color: #ededed; padding: 3vw;">
<div class=" col-11 col-sm-11 col-md-11 col-lg-11 col-xl-11 middle">
<div class="owl-carousel">
<div>
<!-- Card-1 -->
<img class="cardImg" src="./images/hoodie.jpg" alt="adidas hoodie" />
<div class="prodDesc" style="padding-top: 4vh; line-height:4vh;">
<div class="prodName"> DARK GREEN HOODIE </div>
<div class="prodPrice">$12.99 | DELIVERY $2.00 </div>
<div class="shopNow">
<button type="button" class="btn-dark shop-now">SHOP NOW</button>
</div>
</div>
</div>
<div>
<!-- Card-2 -->
<img class="cardImg" src="./images/t-shirt.png" alt="adidas t-shirt" />
<div class="prodDesc" style="padding-top: 4vh; line-height:4vh;">
<div class="prodName"> DARK GREEN HOODIE </div>
<div class="prodPrice">$12.99 | DELIVERY $2.00 </div>
<div class="shopNow">
<button type="button" class="btn-dark shop-now">SHOP NOW</button>
</div>
</div>
</div>
<div>
<!-- Card-3 -->
<img class="cardImg" src="./images/track.png" alt="adidas hoodie 2" />
<div class="prodDesc" style="padding-top: 4vh; line-height:4vh;">
<div class="prodName"> DARK GREEN HOODIE </div>
<div class="prodPrice">$12.99 | DELIVERY $2.00 </div>
<div class="shopNow">
<button type="button" class="btn-dark shop-now">SHOP NOW</button>
</div>
</div>
</div>
<div>
<!-- Card-4 -->
<img class="cardImg" src="./images/hoodie.jpg" alt="adidas hoodie" />
<div class="prodDesc" style="padding-top: 4vh; line-height:4vh;">
<div class="prodName"> DARK GREEN HOODIE </div>
<div class="prodPrice">$12.99 | DELIVERY $2.00 </div>
<div class="shopNow">
<button type="button" class="btn-dark shop-now">SHOP NOW</button>
</div>
</div>
</div>
<div>
<!-- Card-5 -->
<img class="cardImg" src="./images/t-shirt.png" alt="adidas t-shirt" />
<div class="prodDesc" style="padding-top: 4vh; line-height:4vh;">
<div class="prodName"> BLACK T-SHIRT </div>
<div class="prodPrice">$13.99 | DELIVERY $2.00 </div>
<div class="shopNow">
<button type="button" class="btn-dark shop-now">SHOP NOW</button>
</div>
</div>
</div>
<div>
<!-- Card-6 -->
<img class="cardImg" src="./images/track.png" alt="adidas hoodie 2" />
<div class="prodDesc" style="padding-top: 4vh; line-height:4vh;">
<div class="prodName"> DARK TRACK HOODIE </div>
<div class="prodPrice">$15.99 | DELIVERY $2.00 </div>
<div class="shopNow">
<button type="button" class="btn-dark shop-now">SHOP NOW</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Parley -->
<div class="row main" style="margin-top: 20vh !important;">
<div class="group3 px-3">
<div class="left2">
<div class="texts">
<p class="topText2"> PARLEY <br> FOR THE <br> OCEANS</p> <br>
<p class="desc2">What is Parley? <br>
Parley is the space and network where creators,<br>
Thinkers and leaders come together to raise awareness <br>
For the beauty and fragility of the oceans and collaborate on <br>
projects that can end their destruction. as a founding member, <br>
adidas supports parley in their mission <br>
parley is the space and network where creators, <br>
thinkers and leaders come together to raise awareness <br>
for the beauty</p>
<button type="button" class="btn-dark ml-5 mt-3" style="padding: 3vh 3vw; font-size:3vh; box-shadow: 10px 10px 20px 11px #d4d4d4d6;">LEARN
MORE</button>
</div>
</div>
<div class="right2">
<img class="pic" src="./images/pi2.png" alt="shoe in blue" />
</div>
</div>
</div>
<!-- Adidas Originals -->
<div class="row mt-5 originals">
<div class="col group4">
<div class="text-center" style="margin-top: 45vh;">
<img class="oldLogo" src="./images/logoOld.png" alt="adidas old logo" />
</div>
<div class="text-center" style="margin-top: 15vh;">
<p>ADIDAS ORIGINALS <br> COLLECTIONS</p>
</div>
<div class="text-center" style="margin-top: 15vh;">
<button type="button" class="btn-light buyBtn">SHOP NOW</button>
</div>
<br><br>
</div>
</div>
<!-- Socials -->
<div class="row" style="background-color: #e5e5e5;">
<div class="col-3 col-sm-3 col-md-3 col-lg-3 col-xl-3 text-right">
<a href="https://www.instagram.com/adidasoriginals/" target="_blank"> <i class="fab fa-instagram"></i> </a>
</div>
<div class="col-6 col-sm-6 col-md-6 col-lg-6 col-xl-6 text-center">
<a href="https://twitter.com/adidasoriginals" target="_blank"> <i class="fab fa-twitter"></i> </a>
</div>
<div class="col-3 col-sm-3 col-md-3 col-lg-3 col-xl-3 text-left">
<a href="https://www.facebook.com/adidasoriginals" target="_blank"> <i class="fab fa-facebook-square"></i> </a>
</div>
</div>
<!-- Footer -->
<div class="row" style="margin-top: 20vh; margin-bottom: 5vh;">
<div class="col-md-1"></div>
<div class="col-md-2 widget">
<h2 class="widget_title">Products</h2>
<ul class="widget_text">
<li><a href="javascript:void(0)">Shoes</a></li>
<li><a href="javascript:void(0)">Clothing</a></li>
<li><a href="javascript:void(0)">Accessories</a></li>
<li><a href="javascript:void(0)">Football Boots</a></li>
<li><a href="javascript:void(0)">Design Your Own Shoes</a></li>
<li> <br> </li>
<li><a href="javascript:void(0)">New Arrivals</a></li>
<li><a href="javascript:void(0)">Outlet</a></li>
<li><a href="javascript:void(0)">adidas Release Dates</a></li>
</ul>
</div>
<div class="col-md-2 widget">
<h2 class="widget_title">Sports</h2>
<ul class="widget_text">
<li><a href="javascript:void(0)">Blackout Trainers</a></li>
<li><a href="javascript:void(0)">Blackout Football Shoes</a></li>
<li> <br> </li>
<li><a href="javascript:void(0)"> Men's Trainers</a></li>
<li><a href="javascript:void(0)"> Women's Trainers</a></li>
<li><a href="javascript:void(0)"> Women's Sport Bras</a></li>
<li><a href="javascript:void(0)"> Tennis Shoes</a></li>
<li><a href="javascript:void(0)"> Running Shoes</a></li>
<li><a href="javascript:void(0)"> Windbreakers</a></li>
<li><a href="javascript:void(0)"> FIFA<sup>TM</sup> World Cup</a></li>
<li><a href="javascript:void(0)"> All Federations</a></li>
</ul>
</div>
<div class="col-md-2 widget">
<h2 class="widget_title">Collections</h2>
<ul class="widget_text">
<li><a href="javascript:void(0)">Yeezy</a></li>
<li><a href="javascript:void(0)">adidas EQT</a></li>
<li><a href="javascript:void(0)">adidas ACE</a></li>
<li><a href="javascript:void(0)">ZX Flux</a></li>
<li><a href="javascript:void(0)">adidas originals superstars</a></li>
<li><a href="javascript:void(0)">adidas Crazy</a></li>
<li><a href="javascript:void(0)">P.O.D System </a></li>
<li><a href="javascript:void(0)">Y-3 </a></li>
<li><a href="javascript:void(0)">adidas Deerupt</a></li>
<li><a href="javascript:void(0)">adidas Atric</a></li>
</ul>
</div>
<div class="col-md-2 widget">
<h2 class="widget_title">Company Info</h2>
<ul class="widget_text">
<li><a href="javascript:void(0)">About Us</a></li>
<li><a href="javascript:void(0)">Careers</a></li>
<li><a href="javascript:void(0)">Press</a></li>
<li><a href="javascript:void(0)">Student discount </a></li>
</ul>
<br>
<h2 class="widget_title">More Adidas</h2>
<ul class="widget_text">
<li><a href="javascript:void(0)">Eyewear</a></li>
<li><a href="javascript:void(0)">Training Equipment</a></li>
<li><a href="javascript:void(0)">mi Team</a></li>
<li><a href="javascript:void(0)">mi Coach </a></li>
</ul>
</div>
<div class="col-md-2 widget">
<h2 class="widget_title">Support</h2>
<ul class="widget_text">
<li><a href="javascript:void(0)">Help &Customer Service</a></li>
<li><a href="javascript:void(0)">Delivery</a></li>
<li><a href="javascript:void(0)">Returns & Refunds</a></li>
<li><a href="javascript:void(0)">Size Charts</a></li>
<li><a href="javascript:void(0)">Store finder</a></li>
<li><a href="javascript:void(0)">Sitemap</a></li>
<li><a href="javascript:void(0)">Mobile Apps</a></li>
<li><a href="javascript:void(0)">European Disputes Resolution Dates</a></li>
<li><a href="javascript:void(0)">Imprint</a></li>
</ul>
</div>
<div class="col-md-1"></div>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<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.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<script>
$(document).ready(function () {
var owl = $('.owl-carousel');
owl.owlCarousel({
loop: true,
nav: true,
navText: ['<i class="fas fa-angle-left"></i>', '<i class="fas fa-angle-right"></i>'],
margin: 20,
responsive: {
0: {
items: 1
},
480: {
items: 2
},
768: {
items: 3
},
1024: {
items: 3
}
}
});
});
</script>
</body>
</html>