-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExclusiveBrands.html
More file actions
461 lines (417 loc) · 22.1 KB
/
ExclusiveBrands.html
File metadata and controls
461 lines (417 loc) · 22.1 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
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
<!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="navbar.css">
<link rel="stylesheet" href="footer.css">
<link rel="stylesheet" href="Exclusive.css">
<link rel="icon" href="icon.png">
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&family=Roboto&display=swap');
*{
font-family: 'poppins', sans-serif;
}
</style>
</head>
<body>
<div id="overlay_right">
<div id="SignMain">
<div>
<div>
<div>
<img
src="https://img.shop.com/Image/resources/images/icon-account-circle-24px.svg"
alt=""
/>
</div>
<h1>Account</h1>
</div>
<i onclick="right_slid_bar_off()" class="fa-regular fa-circle-xmark"></i>
</div>
<div>
<div>
Hello,<span id="UserName"></span>
</div>
<div>
<p>Your Shop Consultant is <strong>SHOP.COM</strong></p>
</div>
<div id="SignInSideBarFirst">
<div>
<img onclick="OpenSignIN()" style="width:70px; margin: -5px 0;" src="https://img.shop.com/Image/resources/images/icon-sign-in-24px.svg" alt="">
<p onclick="OpenSignIN()" id="SignInStatus">Sign In</p>
</div>
<div>
<img src="https://img.shop.com/Image/resources/images/icon-track-orders-24px.svg" alt="">
<p>Track Orders</p>
</div>
<div>
<img src="https://img.shop.com/Image/resources/images/icon-orders-24px.svg" alt="">
<p>Reorder Items</p>
</div>
<div>
<img src="https://img.shop.com/Image/resources/images/icon-cashback-sm-24px.svg" alt="">
<p>Cashback Program</p>
</div>
<div>
<img src="https://img.shop.com/Image/resources/images/icon-help-outline-24px.svg" alt="">
<p>Help</p>
</div>
<div>
<img src="https://img.shop.com/Image/resources/images/icon-create-account-24px.svg" alt="">
<p>Create Account</p>
</div>
<div>
<img src="https://img.shop.com/Image/resources/images/icon-account-circle-24px.svg" alt="">
<p>My Account</p>
</div>
</div>
</div>
<hr>
<div id="SignInSideBarSec">
<div>
<img src="https://img.shop.com/Image/resources/images/icon-list-manager-24px.svg" alt="">
<p>List Manager</p>
</div>
<div>
<img src="https://img.shop.com/Image/resources/images/icon-gift-registry-24px.svg" alt="">
<p>Gift Registry</p>
</div>
<div>
<img src="https://img.shop.com/Image/resources/images/icon-egifts-24px.svg" alt="">
<p>eGifts</p>
</div>
<div>
<img src="https://img.shop.com/Image/resources/images/icon-wellness-24px.svg" alt="">
<p>Wellness Manager</p>
</div>
</div>
<hr>
<div>
<img src="country.png" alt="">
</div>
</div>
</div>
<div id="overlay_left">
<div onclick="offLeft()" id="btndiv_overlay"><Button><i class="fa-regular fa-circle-xmark"></i></Button></div>
<div id="div1overlay">
<img src="https://img.shop.com/Image/resources/logos/shop-s-logo-icon.svg" alt="">
<h2>SHOP.COM</h2>
</div>
<div id="div2overlay">
<h3>Categories</h3>
<p>Cyber week Specials</p>
<p>Gift Center</p>
<p>SHOP.COM Home Warranties</p>
<p>OneCart Exclusive Deals</p>
<p>Clothes</p>
<p>Shoes</p>
<p>Beauty</p>
<p>Shoes</p>
<p>Beauty</p>
<p>Home</p>
<p>Electronics</p>
<p>Health & Nutrition</p>
<p>Jewelry</p>
<p>Kids</p>
<p>Pet Supplies</p>
<p>Food & Drink</p>
<p>Sports</p>
<P>Travel</P>
<P>SHOP Travel</P>
<P>All Stores</P>
<P>Exclusive Brands</P>
</div>
</div>
<div id="navbar">
<div id="navbar_static">
<p>Buy now, pay later! Use Sezzle this Holiday Season! <a href="">Learn More</a> </p>
</div>
<div id="nav">
<div id="navMain" >
<div>
<div><img onclick="goHome()" id="logo" src="https://img.shop.com/Image/resources/logos/shop-logo-us-thanksgiving.svg" alt="shop.com"></div>
<div id="searching_box">
<select class="f4cur" name="navFilter" id="navFilter">
<option value="All-Departments">All Departments</option>
<option value="Auto">Auto</option>
<option value="Baby">Baby</option>
<option value="Beauty">Beauty</option>
<option value="Books">Books</option>
<option value="Business">Business</option>
<option value="Cameras">Cameras</option>
<option value="Clothes">Clothes</option>
</select>
<input type="text" name="" id="Search" placeholder="Search SHOP.COM...">
<button onclick="goToProductPage()" class="f4cur" type="submit"><i class="fa fa-search"></i></button>
</div>
<div><img class="f4cur" id="black_fridayN" src="https://www.shop.com/feo-cdn/_/d/3hhCIyNJE.webp" alt="black Friday sale"></div>
</div>
<div id="lastnav">
<div><img onclick="menuLeft()" class="f4cur" src="https://img.shop.com/Image/resources/images/icon-menu-24px.svg" alt=""></div>
<!-- <div><button><i class="fa-solid fa-bars"></i></button></div> -->
<div id="navLink">
<!-- <p>Black Friday Savings: Use your MASTERCARD® with Click to Pay at checkout to get 20% off your order! <a style="color: black;" href="">Terms Apply</a> </p> -->
<a href="ExclusiveBrands.html">Exclusive Brands</a>
<a href="">Stores</a>
<a href="">Deals</a>
<a href="">Shop Travel</a>
<a href="">Departments</a>
<a href="">ShopBuddy</a>
<a href="">SHOP Local</a>
</div>
<div>
<img class="f4cur" onclick="right_slid_on()" src="https://img.shop.com/Image/resources/images/icon-account-circle-24px.svg" alt="">
<img class="f4cur" src="https://img.shop.com/Image/resources/images/icon-orders-24px.svg" alt="">
<img class="f4cur" onclick="OpenCartPage()" src="https://img.shop.com/Image/resources/images/icon-shopping-cart-24px.svg" alt="">
</div>
</div>
</div>
<div id="navformid">
<div>
<img src="https://img.shop.com/Image/resources/logos/shop-s-logo-icon.svg" alt="">
</div>
<div>
<button onclick="menuLeft()"><i class="fa-sharp fa-solid fa-bars"></i></button>
</div>
<!-- <div> -->
<div id="searching_box">
<select name="navFilter" id="navFilter">
<option value="All-Departments">All Departments</option>
<option value="Auto">Auto</option>
<option value="Baby">Baby</option>
<option value="Beauty">Beauty</option>
<option value="Books">Books</option>
<option value="Business">Business</option>
<option value="Cameras">Cameras</option>
<option value="Clothes">Clothes</option>
</select>
<input type="text" name="" id="Search" placeholder="Search SHOP.COM...">
<button onclick="goToProductPage()" type="submit"><i class="fa fa-search"></i></button>
</div>
<!-- </div> -->
<div><button><i class="fa-solid fa-user"></i></button></div>
<div>
<button><i class="fa-solid fa-rotate-left"></i></button>
</div>
<div>
<button><i class="fa-solid fa-cart-shopping"></i></button>
</div>
</div>
</div>
</div>
<div id="Exclu_container">
<div id="EXu_link">
<div>
<div class="EXshow_div" > <h3 onclick="show_aboutus()">About US</h3>
<button onclick="show_aboutus()" id="AboutBTN"><i class="fa-solid fa-plus"></i></button></div>
<div id="Aboutusho">
<p>About Us</p>
<p>Corporate History</p>
<p>Exclusive Brands</p>
<p>Executive Team</p>
<p>Careers</p>
<p>In the News</p>
</div>
</div>
<div class="EXshow_div"><h3>Help</h3><button><i class="fa-solid fa-plus"></i></button></div>
<div class="EXshow_div"><h3>Partner Wtih Us</h3><button><i class="fa-solid fa-plus"></i></button></div>
<div class="EXshow_div"><h3>Services</h3><button><i class="fa-solid fa-plus"></i></button></div>
<div><h3>Terms & Privacy</h3></div>
<div><h3>Shipping Info</h3></div>
<div><h3>Return Policy</h3></div>
<div><h3>Contact Us</h3></div>
<div><h3>Own Your Own SHOP Site</h3></div>
</div>
<div id="e2nd_con_ex">
<h1>Ours Brands</h1>
<h2>Health & Nutrition</h2>
<div id="Ex_product">
<div>
<div class="nborderImg" ><img src="https://img.shop.com/Image/Images/11module/MABrands/isotonix-us-au-gb-hk-sg-logo.svg" alt=""></div>
<div class="nborderImg" ><img src="https://img.shop.com/Image/Images/11module/MABrands/prime-usca-hk-logo.svg" alt=""></div>
<div class="nborderImg" ><img src="https://img.shop.com/Image/Images/11module/MABrands/ultimate-aloe-usca-hk-logo.svg" alt=""></div>
<div class="yborderImg"><img src="https://img.shop.com/Image/Images/11module/MABrands/advanced-level-90-us-logo.svg" alt=""></div>
<div class="yborderImg"><img src="https://img.shop.com/Image/Images/11module/MABrands/bliss-new-us-logo.svg" alt=""></div>
<div class="yborderImg"><img src="https://img.shop.com/Image/Images/11module/MABrands/glucosatrin-usca-au-logo.svg" alt=""></div>
<div class="nborderImg" ><img src="https://img.shop.com/Image/Images/11module/MABrands/vitamind-us-logo.svg" alt=""></div>
<div class="nborderImg" ><img src="https://img.shop.com/Image/Images/11module/MABrands/mochatonix-us-logo.svg" alt=""></div>
<div class="yborderImg"><img src="https://img.shop.com/Image/Images/11module/MABrands/awake-us-logo.svg" alt=""></div>
<div class="yborderImg"><img src="https://img.shop.com/Image/Images/11module/MABrands/cannabiquin-logo-tm.svg" alt=""></div>
<div class="yborderImg"><img src="https://img.shop.com/Image/Images/11module/MABrands/ultimate-aloe-usca-hk-logo.svg" alt=""></div>
<div class="yborderImg"><img src="https://img.shop.com/Image/Images/11module/MABrands/bymygra-logo-trademark.svg" alt=""></div>
</div>
<h2>Beauty</h2>
<div>
<div class="nborderImg"><img src="https://img.shop.com/Image/Images/11module/MABrands/fixx-au-tw-logo.svg" alt=""></div>
<div class="yborderImg"><img src="https://img.shop.com/Image/Images/11module/MABrands/clearshield-usca-logo.svg" alt=""></div>
<div class="nborderImg"><img src="https://img.shop.com/Image/Images/11module/MABrands/fixx-au-tw-logo.svg" alt=""></div>
<div class="nborderImg"><img src="https://img.shop.com/Image/Images/11module/MABrands/pentaxyl-usca-au-hk-tw-sg-logo.svg" alt=""></div>
<div class="nborderImg"><img src="https://img.shop.com/Image/Images/11module/MABrands/fixx-au-tw-logo.svg" alt=""></div>
<div class="yborderImg"><img src="https://img.shop.com/Image/Images/11module/MABrands/clearshield-usca-logo.svg" alt=""></div>
</div>
<h2>Jewelry</h2>
<div>
<div class="nborderImg"><img src="https://img.shop.com/Image/Images/11module/MABrands/global-care-us-logo.svg" alt=""></div>
<div class="nborderImg"><img src="https://img.shop.com/Image/Images/11module/MABrands/pure-H2O-usca-hk-tw-logo.svg" alt=""></div>
<div class="yborderImg"><img src="https://img.shop.com/Image/Images/11module/MABrands/shopdotcom-us-digital-gift-card.svg" alt=""></div>
</div>
<h2>Home</h2>
<div>
<div class="nborderImg" ><img src="https://img.shop.com/Image/Images/11module/MABrands/isotonix-us-au-gb-hk-sg-logo.svg" alt=""></div>
<div class="nborderImg" ><img src="https://img.shop.com/Image/Images/11module/MABrands/prime-usca-hk-logo.svg" alt=""></div>
<div class="nborderImg" ><img src="https://img.shop.com/Image/Images/11module/MABrands/ultimate-aloe-usca-hk-logo.svg" alt=""></div>
<div class="yborderImg"><img src="https://img.shop.com/Image/Images/11module/MABrands/advanced-level-90-us-logo.svg" alt=""></div>
<div class="yborderImg"><img src="https://img.shop.com/Image/Images/11module/MABrands/bliss-new-us-logo.svg" alt=""></div>
<div class="yborderImg"><img src="https://img.shop.com/Image/Images/11module/MABrands/glucosatrin-usca-au-logo.svg" alt=""></div>
<div class="nborderImg" ><img src="https://img.shop.com/Image/Images/11module/MABrands/vitamind-us-logo.svg" alt=""></div>
<div class="nborderImg" ><img src="https://img.shop.com/Image/Images/11module/MABrands/mochatonix-us-logo.svg" alt=""></div>
<div class="yborderImg"><img src="https://img.shop.com/Image/Images/11module/MABrands/awake-us-logo.svg" alt=""></div>
<div class="yborderImg"><img src="https://img.shop.com/Image/Images/11module/MABrands/cannabiquin-logo-tm.svg" alt=""></div>
<div class="yborderImg"><img src="https://img.shop.com/Image/Images/11module/MABrands/ultimate-aloe-usca-hk-logo.svg" alt=""></div>
<div class="yborderImg"><img src="https://img.shop.com/Image/Images/11module/MABrands/bymygra-logo-trademark.svg" alt=""></div>
</div>
</div>
</div>
</div>
<div id="footer">
<div style="background-color: rgb(84,88,113);">
<div id="footer-para">
<div> <p>Link To This Page & Tell All Your Friends</p></div>
<div><button>copy Link</button></div>
</div>
<div id="footer_2nd">
<div>
<p>About Us | Help | Accessibility Statement | Contact Us | Partner With Us | Services | Country/Region | Connect | Own Your Own SHOP Site</p>
</div>
<div>
<i class="fa-regular fa-envelope"></i>
<i class="fa-brands fa-facebook-f"></i>
<i class="fa-brands fa-twitter"></i>
<i class="fa-brands fa-pinterest-p"></i>
</div>
</div>
</div>
<div style="background-color: rgb(240,241,247);">
<div id="fooder_details">
<p>© 1997-2022 Market America, Inc. or its affiliates. All other designated trademarks, copyrights, and brands are the property of their respective owners.</p>
<p>Only Customers will receive cashback on qualifying purchases. UnFranchise Owners/Shop Consultants will receive increased IBV instead of cashback on qualifying purchases.</p>
<p>Privacy Policy | Terms of Use | Advertising Disclosure | Return Policy | Shipping Information</p>
</div>
<div id="footer_last">
<div>
<div><img src="https://www.shop.com/feo-cdn/7/F/BIyWLz__s.webp" alt=""></div>
<div><img src="https://www.shop.com/feo-cdn/B/L/K5pf_0c94.webp" alt=""></div>
<div><img src="https://www.shop.com/feo-cdn/m/S/eK8gl_JjY.webp" alt=""></div>
<div><img src="https://www.shop.com/feo-cdn/0/q/U9W4qM8Kw.webp" alt=""></div>
<div><img src="https://www.shop.com/feo-cdn/5/F/ZEg9H4vt0.png" alt=""></div>
<div><img src="https://www.shop.com/feo-cdn/N/z/XfD9Uvd_o.webp" alt=""></div>
<div> <img src="https://www.shop.com/feo-cdn/K/F/E44Pe49Qs.webp" alt=""></div>
<div> <img src="https://www.shop.com/feo-cdn/X/h/rM107miWU.webp" alt=""></div>
</div>
<div>
<img src="https://www.digicert.com/content/dam/digicert/images/navigation/header/DigiCertLogo_MainNavigation.svg" alt="">
</div>
</div>
</div>
</div>
</body>
</html>
<script src="https://kit.fontawesome.com/257095c429.js" crossorigin="anonymous"></script>
<script>
window.onscroll = function() {myFunction()};
var navbar = document.getElementById("navMain");
var sticky = navbar.offsetTop;
function myFunction() {
if (window.pageYOffset >= sticky) {
navbar.classList.add("sticky")
} else {
navbar.classList.remove("sticky");
}
}
function goHome(){
window.location.href='index.html'
}
let sho = document.getElementById('Aboutusho');
let sho_con = 0;
function show_aboutus(){
if(sho_con==0){
sho.style.display='block'
sho_con++;
document.getElementById('AboutBTN').innerHTML='<i class="fa-solid fa-minus"></i>';
}else{
sho.style.display='none'
sho_con=0;
document.getElementById('AboutBTN').innerHTML='<i class="fa-solid fa-plus"></i>';
}
}
</script>
<script src="https://kit.fontawesome.com/257095c429.js" crossorigin="anonymous"></script>
<script>
function goToProductPage(){
var search_pro = document.getElementById('Search').value
if(search_pro=='shoe' ||search_pro=='Shoe' || search_pro=='Shoes' || search_pro=='shoes' || search_pro=='boots' || search_pro=='Boots' ){
window.location.href='MainProduct.html'
}else{
alert("Product Not Found!")
}
}
window.onscroll = function() {mynavFunction()};
var nav = document.getElementById("nav");
var stick = nav.offsetTop;
function mynavFunction() {
// alert('hello')
if (window.pageYOffset >= stick) {
nav.classList.add("sticky")
} else {
nav.classList.remove("sticky");
}
}
// SignInStatus
function OpenSignIN(){
var getInfo =localStorage.getItem('signInUser')
if(getInfo==1){
localStorage.setItem('signInUser', 0)
document.getElementById('SignInStatus').innerText='Sign In'
document.getElementById("UserName").innerText=' User'
window.location.reload()
}else{
window.location.href='SignIn.html'
}
}
function goHome(){
window.location.href='index.html'
}
function OpenCartPage(){
window.location.href='cart.html'
}
function menuLeft(){
document.getElementById("overlay_left").style.display = "block";
document.getElementById('navbar').setAttribute('class', 'backup')
}
function offLeft() {
document.getElementById("overlay_left").style.display = "none";
document.getElementById('navbar').classList.remove('backup')
document.getElementById('container_index').classList.remove('backup')
}
function right_slid_on(){
document.getElementById("overlay_right").style.display = "block";
document.getElementById('navbar').setAttribute('class', 'backup')
var getInfo =localStorage.getItem('signInUser')
if(getInfo==1){
var name =JSON.parse(localStorage.getItem("registeredUser"))[0]['name']
document.getElementById("UserName").innerText=' '+name
document.getElementById('SignInStatus').innerText='Sign Out'
}else{
document.getElementById("UserName").innerText=' User'
}
}
function right_slid_bar_off(){
document.getElementById("overlay_right").style.display = "none";
document.getElementById('navbar').classList.remove('backup')
document.getElementById('container_index').classList.remove('backup')
}
</script>
<script src="https://kit.fontawesome.com/257095c429.js" crossorigin="anonymous"></script>