forked from nitish906/shopbop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
485 lines (381 loc) · 19.6 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
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
<!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>www.shopbop.com</title>
<link rel="stylesheet" href="css/index.css">
<script src="https://kit.fontawesome.com/bd5df37acc.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- start navbar -->
<div id="navbar">
<div ><i class="fa-solid fa-location-dot"></i>
<select class="pr">
<option value="">US</option>
<option value="">IN</option>
<option value="">CA</option>
<option value="">PK</option>
<option value="">CN</option>
<option value="">RN</option>
<option value="">NP</option>
</select>
<select class="pr">
<option value="">English</option>
<option value="">Hindi</option>
<option value="">Chinese</option>
<option value="">French</option>
<option value="">German</option>
<option value="">Japanese</option>
<option value="">Russian</option>
</select>
<select class="pr">
<option value="">$USD</option>
<option value="">¥CNY</option>
<option value="">€EUR</option>
<option value="">$CAD</option>
<option value="">£GBP</option>
<option value="">¥JPY</option>
<option value="">₩KRW</option>
<option value="">RUB</option>
<option value="">$BRL</option>
<option value="">₹INR</option>
</select>
</div>
<!-- end navbar -->
<div>
<p>FREE express international delivery + EASY returns</p>
</div>
<div id="cart">
<a href="signin.html"><h3>Sign In /</h3></a>
<a href="signup.html"><h3>Register</h3></a>
</div>
<div>
<a href="Cart.html"><i class="fa-solid fa-cart-shopping">Cart</i></a>
</div>
</div>
<div id="logo">
<img src="https://m.media-amazon.com/images/G/01/Shopbop/p/pcs/shopbop/media/3/images/logos/rebrand_shopbop_logo_2x_1-3.png" alt="">
</div>
<div id="nav_2">
<a href="nav1.html"><h3>WHAT'S NEW</h3></a>
<a href="nav1.html"><h3>OUR FAVORITES</h3></a>
<a href="nav1.html"><h3>DESIGNERS</h3></a>
<a href="nav1.html"><h3>CLOTHING</h3></a>
<a href="nav1.html"><h3>ACTIVE</h3></a>
<a href="nav1.html"><h3>SHOES</h3></a>
<a href="nav1.html"><h3>BAGS</h3></a>
<a href="nav1.html"><h3>ACCESSORIES</h3></a>
<a href="nav1.html"><h3>MEN</h3></a>
<a href="nav1.html"><h3>SALE</h3></a>
<i class="fa-solid fa-magnifying-glass"></i>
</div>
<!-- -------------------2nd Page-------- -->
<div id="center">
<a href="mensRail.html"><img class="img2" src="img\Screenshot_19.png" alt=""></a>
</div>
<main>
<h1>What's New</h1>
<h4>See the Latest</h4>
<div class="slide">
<img src="img/img-right.jpg" alt="left" id="slide_right" class="arrow">
<section class="sect" id="slider">
<div class="thumb">
<img src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/lwand/lwand301581c925/lwand301581c925_1651597653710_2-0._QL90_UX173_.jpg" alt="">
<div class="detl">
<h2>Demo Products</h2>
<h5><span>$49.99</span>$39.99</h5>
<a href="Cart.html">Add to Cart</a>
</div>
</div>
<div class="thumb">
<img src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/abcxi/abcxi300311dcc6/abcxi300311dcc6_1651263352535_2-0._QL90_UX173_.jpg" alt="">
<div class="detl">
<h2>Demo Products</h2>
<h5><span>$49.99</span>$39.99</h5>
<a href="">Add to Cart</a>
</div>
</div>
<div class="thumb">
<img src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/ramyb/ramyb3138937470/ramyb3138937470_1647101608836_2-0._SH20_QL90_UY730_.jpg" alt="">
<div class="detl">
<h2>Demo Products</h2>
<h5><span>$49.99</span>$39.99</h5>
<a href="">Add to Cart</a>
</div>
</div>
<div class="thumb">
<img src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/snvyy/snvyy30052102ca/snvyy30052102ca_1649775783098_2-0._SH20_QL90_UY730_.jpg" alt="">
<div class="detl">
<h2>Demo Products</h2>
<h5><span>$49.99</span>$39.99</h5>
<a href="">Add to Cart</a>
</div>
</div>
<div class="thumb">
<img src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/jande/jande3041134885/jande3041134885_1651508556550_2-0._QL90_UX173_.jpg" alt="">
<div class="detl">
<h2>Demo Products</h2>
<h5><span>$49.99</span>$39.99</h5>
<a href="">Add to Cart</a>
</div>
</div>
<div class="thumb">
<img src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/ensai/ensai301781cd2d/ensai301781cd2d_1651601294638_2-0._SH20_QL90_UY730_.jpg" alt="">
<div class="detl">
<h2>Demo Products</h2>
<h5><span>$49.99</span>$39.99</h5>
<a href="">Add to Cart</a>
</div>
</div>
</section>
<img src="img/images-left.png" alt="left" id="slide_left" class="arrow">
</div>
</main>
<!------------ 2nd--------3rd Page ---------->
</div>
<h1>What Are You Looking For?</h1>
<h4>Get Some Inspiration</h4>
<div class="row_1">
<div class="column_1">
<img src="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2022/2022_05/sb_20220502_hp_card_visnav_vacation._QL90_UX373_.jpg"
alt="">
<a href="nav1.html"><h2>Vacation Wardrobe</h2></a>
</div >
<div class="column_1">
<img src="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2022/2022_05/sb_20220502_hp_card_visnav_dressshop._QL90_UX373_.jpg"
alt="">
<!-- <h4>The Dress Shop</h4> -->
<a href="nav1.html"><h2>The Dress Shop</h2></a>
</div>
<div class="column_1">
<img src="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2022/2022_05/sb_20220502_hp_card_visnav_bestdressed._QL90_UX373_.jpg"
alt="">
<!-- <h4>Best-Dressed Guest</h4> -->
<a href="nav1.html"><h2>Best-Dressed Guest</h2></a>
</div>
<div class="column_1">
<img src="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2022/2022_05/sb_20220502_hp_card_visnav_daytime._QL90_UX373_.jpg"
alt="">
<!-- <h4>Daytime Drama</h4> -->
<a href="nav1.html"><h2>Daytime Drama</h2></a>
</div>
<div class="column_1">
<img src="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2022/2022_05/sb_20220502_hp_card_visnav_9to5._QL90_UX373_.jpg"
alt="">
<!-- <h4>New 9 TO-5</h4> -->
<a href="nav1.html"><h2>New 9 TO-5</h2></a>
</div>
</div>
<div id="center">
<a href="mensRail.html"> <img class="img2" src="img\Screenshot_17.png" alt=""></a>
</div>
<!------------ 2nd--------4rd Page ---------->
<h4>Don’t Miss Our</h4>
<h1>Recent Best Sellers</h1>
<main>
<div class="slide">
<img src="img/img-right.jpg" alt="left" id="slide_right" class="arrow">
<section class="sect" id="slider">
<div class="thumb">
<img src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/gamer/gamer30509174cb/gamer30509174cb_1651596845002_2-0._QL90_UX173_.jpg" alt="">
<div class="detl">
<h2>Demo Products</h2>
<h5><span>$49.99</span>$39.99</h5>
<a href="">Add to Cart</a>
</div>
</div>
<div class="thumb">
<img src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/gamer/gamer30476174a8/gamer30476174a8_1646951178790_2-0._SH20_QL90_UY730_.jpg" alt="">
<div class="detl">
<h2>Demo Products</h2>
<h5><span>$49.99</span>$39.99</h5>
<a href="">Add to Cart</a>
</div>
</div>
<div class="thumb">
<img src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/sjean/sjean3021920988/sjean3021920988_1649180375390_2-0._SH20_QL90_UY730_PGshopbop-db-sticker-3_UY730_.jpg" alt="">
<div class="detl">
<h2>Demo Products</h2>
<h5><span>$49.99</span>$39.99</h5>
<a href="">Add to Cart</a>
</div>
</div>
<div class="thumb">
<img src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/famon/famon300161cf8d/famon300161cf8d_1643380630627_2-0._SH20_QL90_UY730_.jpg" alt="">
<div class="detl">
<h2>Demo Products</h2>
<h5><span>$49.99</span>$39.99</h5>
<a href="">Add to Cart</a>
</div>
</div>
<div class="thumb">
<img src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/jande/jande3041134885/jande3041134885_1651508556550_2-0._QL90_UX173_.jpg" alt="">
<div class="detl">
<h2>Demo Products</h2>
<h5><span>$49.99</span>$39.99</h5>
<a href="">Add to Cart</a>
</div>
</div>
<div class="thumb">
<img src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/sikaa/sikaa300281d9f6/sikaa300281d9f6_1649284950797_2-0._SH20_QL90_UY730_.jpg" alt="">
<div class="detl">
<h2>Demo Products</h2>
<h5><span>$49.99</span>$39.99</h5>
<a href="">Add to Cart</a>
</div>
</div>
</section>
<img src="img/images-left.png" alt="left" id="slide_left" class="arrow">
</div>
</main>
<div id="center3">
<div>
<img src="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2022/2022_05/sb_20220501_desktop_miniM1_backinstock._FMwebp_.jpg" alt="">
</div>
</div>
<div id="center4">
<h1>TOP SELLARS SHOP NOW</h1>
<a href="mensRail.html"><img class="img2" src="img\Screenshot_1.png" alt=""></a>
</div>
<div >
<h4>Spotlight On</h4>
<h1>Black-Led Brands?</h1>
<main>
<div class="slide">
<img src="img/img-right.jpg" alt="left" id="slide_right" class="arrow">
<section class="sect" id="slider">
<div class="thumb">
<img src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/pkour/pkour300251d54d/pkour300251d54d_1643221147116_2-0._SH20_QL90_UY730_.jpg" alt="">
<div class="detl">
<h2>Demo Products</h2>
<h5><span>$49.99</span>$39.99</h5>
<a href="">Add to Cart</a>
</div>
</div>
<div class="thumb">
<img src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/lione/lione300181071b/lione300181071b_q1_2-0._QL90_UX173_.jpg" alt="">
<div class="detl">
<h2>Demo Products</h2>
<h5><span>$49.99</span>$39.99</h5>
<a href="">Add to Cart</a>
</div>
</div>
<div class="thumb">
<img src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/agole/agole306191d3f9/agole306191d3f9_1645820724272_2-0._QL90_UX173_.jpg" alt="">
<div class="detl">
<h2>Demo Products</h2>
<h5><span>$49.99</span>$39.99</h5>
<a href="">Add to Cart</a>
</div>
</div>
<div class="thumb">
<img src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/jande/jande3041134885/jande3041134885_1651508556550_2-0._QL90_UX173_.jpg" alt="">
<div class="detl">
<h2>Demo Products</h2>
<h5><span>$49.99</span>$39.99</h5>
<a href="">Add to Cart</a>
</div>
</div>
<div class="thumb">
<img src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/mothr/mothr210691733b/mothr210691733b_q1_2-0._QL90_UX414_.jpg" alt="">
<div class="detl">
<h2>Demo Products</h2>
<h5><span>$49.99</span>$39.99</h5>
<a href="">Add to Cart</a>
</div>
</div>
<div class="thumb">
<img src="https://m.media-amazon.com/images/G/01/Shopbop/p/prod/products/agole/agole30211133fd/agole30211133fd_q1_2-0._QL90_UX414_.jpg" alt="">
<div class="detl">
<h2>Demo Products</h2>
<h5><span>$49.99</span>$39.99</h5>
<a href="">Add to Cart</a>
</div>
</div>
</section>
<img src="img/images-left.png" alt="left" id="slide_left" class="arrow">
</div>
</main>
</div>
<div id="endlogo">
<div>
<img src="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2022/2022_04/sb_20220405_hp_card_visnav_evergreen_01row._QL90_UX746_.jpg" alt="">
</div>
<div>
<img src="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2022/2022_03/sb_20220309_hp_card_visnav_evergreen_02app._CB1647958748_._QL90_UX746_.jpg" alt="">
</div>
<div>
<img src="https://m.media-amazon.com/images/G/01//Shopbop/media/desktop/homepages/2022/2022_03/sb_20220309_hp_card_visnav_evergreen_03nonloyalty._QL90_UX746_.jpg" alt="">
</div>
</div>
<div class="footer">
<div id="fot_name">
<h3>SERVICES</h3>
<a
href="https://www.shopbop.com/ci/aboutShopBop/customerservice.html#cs=ov=183629552150,os=2,link=footerSvcsCustomerService">Customer
Service</a>
<br>
<a href="https://www.shopbop.com/s/giftcertificate#cs=ov=183637066350,os=6,link=footerSvcsGiftCertificates">Gift
Certificates</a> <br>
</div>
<div id="fot_name">
<h3>INFORMATION</h3>
<a href="https://www.shopbop.com/ci/aboutShopBop/aboutUs.html">About Us</a> <br>
<a
href="https://www.shopbop.com/ci/aboutShopBop/careers.html#cs=ov=183637066350,os=15,link=footerInformationCareers">Carrers</a><br>
<a
href="https://www.shopbop.com/ci/aboutShopBop/shopbop-affiliate-program.html#cs=ov=183637066350,os=18,link=footerInformationAffiliateProgram">Affiliate
Programs</a><br>
</div>
<div id="fot_name">
<h3>PERSONLIZE</h3>
<a
href="https://www.shopbop.com/s/account#cs=ov=183637066350,os=25,link=footerPersonalizeAccount">Account</a><br>
<a href="https://www.shopbop.com/ci/loyalty/loyalty.html">My Loyality</a><br>
<a href="https://www.shopbop.com/s/hearts#cs=ov=183632690590,os=7,link=footerPersonalizeMyHearts">My
Hearts</a><br>
<a href="https://www.shopbop.com/s/wishlist#cs=ov=183632690590,os=11,link=footerPersonalizeMyWishList">My
Wish List</a><br>
<a
href="https://www.shopbop.com/designers?manage#cs=ov=183632690590,os=12,link=footerPersonalizeMyDesigners">My
Designers</a><br>
<a
href="https://www.shopbop.com/s/profile/reviews#cs=ov=183632690590,os=12,link=footerPersonalizeMyReviews">My
Reviews</a><br>
</div>
<div id="fot_name">
<h3>CONNECT</h3>
<a href="https://www.shopbop.com/ci/apps.html#cs=ov=183632690590,os=18,link=footerConnectApplink">Mobile</a><br>
<a href="https://www.instagram.com/shopbop/">Instagram</a> <br>
<a
href="https://www.facebook.com/shopbop#cs=ov=183632690590,os=20,link=footerConnectFacebooklink">Facebook</a><br>
<a
href="https://www.pinterest.com/shopbop/#cs=ov=183632690590,os=20,link=footerConnectPinterestlink">Pinterest</a><br>
<a
href="https://www.weibo.com/ShopbopChina#cs=ov=183632690590,os=20,link=footerConnectWeibolinkCN">Weibo</a><br>
<a
href="https://www.shopbop.com/s/subscriptions?subscribe#cs=ov=183632690590,os=20,link=footerConnectEmaillink">Signup
for Shopbop emails</a>
</div>
<div id="fot_name">
<h3>LOCATION</h3>
<a
href="https://www.shopbop.com/l10n?returnToUrl=%2Fci%2Fapps.html%3F&returnToHash=9d657aceff3cbfbe6806522aa37ea1cf%23cs%3Dov%3D183632690590%2Cos%3D18%2Clink%3DfooterConnectApplink">India(Change)</a><br>
<a
href="https://www.shopbop.com/ci/aboutShopBop/customerservice.html#shipping#cs=ov=183635463160,os=3,link=footerLocationShippingIntl-EN,page=3">FREE
Express international</a><br>
<a
href="https://www.shopbop.com/ci/aboutShopBop/customerservice.html#shipping#cs=ov=183635463160,os=3,link=footerLocationShippingIntl-EN,page=3">Delivery</a><br>
<a
href="https://www.shopbop.com/ci/aboutShopBop/customerservice.html#shipping#cs=ov=183635463160,os=3,link=footerLocationShippingIntl-EN,page=3">+easy
returns</a>
</div>
</div>
</div>
<footer>
<p>© 1999-2022 BOP LLC. All Rights Reserved.</p>
</footer>
</body>
</html>