-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
559 lines (518 loc) · 22.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
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
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="homestyle.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://kit.fontawesome.com/db1e80451c.js" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap" rel="stylesheet" />
<title>
Buy sports Goods Online India | sports & Fitness Equipments Store
</title>
<link rel="icon" href="https://bit.ly/3ES33CN" type="image/x-icon" />
</head>
<body>
<div id="Blacknav">
<i class="fas fa-phone-alt navf"></i>
<a class="sign" href="createacc.html">
<div class="navf">Call Us:-+91-9555461555</div>
</a>
<i class="fas fa-sign-in-alt navf"></i>
<a class="sign" href="LOGINPAGE.html">
<div class="navf">Sign-In</div>
</a>
<i class="fas fa-user-tie navf"></i>
<a class="sign" href="CREATEPAGE.html">
<div class="navf">Create Account</div>
</a>
<i class="fas fa-heart navf"></i>
<a class="sign" href="cart.html">
<div class="navf">wishlist</div>
</a>
</div>
<div class="nav">
<a href="index.html">
<div class="logo"><img src="https://bit.ly/33eUV11" alt="Logo" /></div>
</a>
<div><input type="text" placeholder="Search " /></div>
<div style="font-size: 0.5rem">
<i class="fas fa-shopping-cart fa-4x logo">shopping Cart</i>
</div>
</div>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- >>>>>>>>>>>>>>>>>>>>> -->
<div id="navDiv2">
<div class="a2" id="fav">
<a href="product.html" id="men">
<p>SPORTS</p>
</a>
<a href="product.html" id="women">
<p>FITNESS</p>
</a>
<a href="product.html" id="kid">
<p>SHOES</p>
</a>
<a href="product.html" id="sports">
<p>CLOTHING</p>
</a>
<a href="product.html" id="brands">
<p>ACCESSORIES</p>
</a>
<a href="product.html" id="colle">
<p>LEISURE SPORTS</p>
</a>
<a href="product.html" id="outlet">
<p>FANGEAR</p>
</a>
<a href="product.html" id="outlet">
<p>BRANDS</p>
</a>
</a>
</div>
</div>
</div>
</nav>
</header>
<div id="secNav">
<div id="navdiva">
<div class="navhighlight">Badminton</div>
<div class="nava"><a href="product.html">Rackets</a></div>
<div class="nava"><a href="product.html">shoes</a></div>
<div class="nava"><a href="product.html">Shuttlecock</a></div>
<div class="nava"><a href="product.html">grips</a></div>
<div class="nava"><a href="product.html">strings</a></div>
<div class="nava"><a href="product.html">Kit Bags</a></div>
<div class="nava"><a href="product.html">Clothing</a></div>
<div class="nava"><a href="product.html">Accessories</a></div>
<div class="navhighlight">Basketball</div>
<div class="nava"><a href="product.html">Basketballs</a></div>
<div class="nava"><a href="product.html">Shoes</a></div>
<div class="nava"><a href="product.html">Equipments</a></div>
</div>
<div id="navdivb">
<div>
<div class="navhighlight">Boxing</div>
<div class="navb"><a href="product.html">Gloves</a></div>
<div class="navb"><a href="product.html">Bags</a></div>
<div class="navb"><a href="product.html">Accessories</a></div>
<div class="navhighlight">cricket</div>
<div class="navb"><a href="product.html">English willow</a></div>
<div class="navb"><a href="product.html">kshmir willow</a></div>
<div class="navb"><a href="product.html">balls</a></div>
<div class="navb"><a href="product.html">shoes</a></div>
<div class="navb"><a href="product.html">kits Bags</a></div>
<div class="navb"><a href="product.html">Cricket sets</a></div>
<div class="navb"><a href="product.html">Protective</a></div>
<div class="navb"><a href="product.html">clothings</a></div>
</div>
<div>
<div class="navhighlight">football</div>
<div class="navb2"><a href="product.html">football</a></div>
<div class="navb2"><a href="product.html">Accessories & Track Pants</a></div>
<div class="navb2"><a href="product.html">Accessories</a></div>
<div class="navb2"><a href="product.html">Accessories</a></div>
<div class="navb2"><a href="product.html">shoes</a></div>
<div class="navb2"><a href="product.html">Accessories</a></div>
<div class="navb2"><a href="product.html">Accessories</a></div>
<div class="navb2"><a href="product.html">Accessories</a></div>
<div class="navb2"><a href="product.html">Accessories</a></div>
<!-- <div class="navb2"><a href="#"></a></div> -->
<!-- <div class="navb2"><a href="#"></a></div> -->
</div>
<div>
<div class="navhighlight">Hockey</div>
<div class="navb3"><a href="product.html">sticks</a></div>
<div class="navb3"><a href="product.html">balls</a></div>
<div class="navhighlight">Swimming</div>
<div class="navb3"><a href="product.html">swimwear</a></div>
<div class="navb3"><a href="product.html">goggles</a></div>
<div class="navb3"><a href="product.html">caps</a></div>
<div class="navb3"><a href="product.html">Accessories</a></div>
</div>
<div>
<div class="navhighlight">golf</div>
<div class="navb4"><a href="product.html">golf Accessories</a></div>
<div class="navb4"><a href="product.html">golf Accessories </a></div>
<div class="navb4"><a href="product.html">golf Accessories</a></div>
<div class="navb4"><a href="product.html">golf Accessories</a></div>
<div class="navb4"><a href="product.html"> Ball</a></div>
<div class="navb4"><a href="product.html">golf Accessories </a></div>
<div class="navb4"><a href="product.html">golf Accessories</a></div>
<div class="navb4"><a href="product.html">golf Accessories </a></div>
</div>golf Accessories>
<div class="navhighlight">squash</div>
<div class="navb4"><a href="product.html">rackets</a></div>
<div class="navb4"><a href="product.html">rackets </a></div>
<div class="navb4"><a href="product.html">Accessories</a></div>
<div class="navb4"><a href="product.html">Accessories</a></div>
<div class="navb4"><a href="product.html">Accessories </a></div>
<div class="navb4"><a href="product.html">Accessories </a></div>
<div class="navb4"><a href="product.html">rackets</a></div>
<div class="navb4"><a href="product.html">kit</a></div>
</div>
</div>
</div>
<!-- ????????????????????????? -->
<div class="slideshow-container">
<div class="mySlides fade">
<img src="https://storage.sg.content-cdn.io/in-resources/b368029c-a4dd-448a-a888-58348cb1b144/Images/userimages/PAANY-R.jpg"
style="width: 100%" />
</div>
<div class="mySlides fade">
<img src="https://storage.sg.content-cdn.io/in-resources/b368029c-a4dd-448a-a888-58348cb1b144/Images/userimages/Blade-V8-5.jpg"
style="width: 100%" />
</div>
<div class="mySlides fade">
<img src="https://storage.sg.content-cdn.io/in-resources/b368029c-a4dd-448a-a888-58348cb1b144/Images/userimages/VCORE-PRO-2021-1.jpg"
style="width: 100%" />
</div>
<div class="mySlides fade">
<img src="https://storage.sg.content-cdn.io/in-resources/b368029c-a4dd-448a-a888-58348cb1b144/Images/userimages/PARAFA.jpg"
style="width: 100%" />
</div>
<div class="mySlides fade">
<img src="https://storage.sg.content-cdn.io/in-resources/b368029c-a4dd-448a-a888-58348cb1b144/Images/userimages/RADICAL-AND-SPEED-BLACK-BANNER.jpg"
style="width: 100%" />
</div>
<div class="mySlides fade">
<img src="https://storage.sg.content-cdn.io/in-resources/b368029c-a4dd-448a-a888-58348cb1b144/Images/userimages/Airshaft-BANNER-2.jpg"
style="width: 100%" />
</div>
<div class="mySlides fade">
<img src="https://storage.sg.content-cdn.io/in-resources/b368029c-a4dd-448a-a888-58348cb1b144/Images/userimages/Nanoflare-800.jpg"
style="width: 100%" />
</div>
</div>
<br />
<div style="text-align: center">
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
<div class="category">
<a href="product.html">
<div id="catimg">
</div></a>
<div id="catimg2">
</div>
<a href="product.html">
<div id="catimg3">
</div>
</a>
</div>
<div id="ser">
<h1>OUR CUSTOMIZED SERVICES</h1>
</div>
<div class="chead">
<div id="img"></div>
<div id="BADMINTON">
<h2>BADMINTON RACKET STRINGING</h2>
<P>Some players prefer to have the comfort, power and flexibility to choose a combination of <br> features
on a single string.
For this, few tennis brands offer Hybrid Strings, which have one <br> string for Mains and a different
string for Crosses.
Now, YOU can also create your very own <br> hybrid string!
<br><br>
To avail of this service at Sportsjam.in, add your favourite racquet in your order, along with <br>
Tennis String for Mains
and Tennis String for Crosses (Hybrid Stringing). Please note that a <br> good understanding of string
features are required
to achieve an optimum balance between <br> comfort, durability, control and power.
</P>
<button>Read More</button>
</div>
</div>
<div class="victor">
<div id="vone"></div>
<div id="vtwo"></div>
</div>
<div class="victorshop">
<div>VICTOR SHOES</div>
<div>SLINGER GRAND SLAM PACK</div>
</div>
<div class="yonex">
<div><img width="100%" height="500px" src="https://bit.ly/3m4Gbsg" alt=""></div>
<div></div>
</div>
<div id="smlslider">
<div class="sliderimg">
<img src="https://storage.sg.content-cdn.io/in-resources/b368029c-a4dd-448a-a888-58348cb1b144/Images/userimages/brand-logo-05.jpg"
alt="">
</div>
<div class="sliderimg">
<img src="https://storage.sg.content-cdn.io/in-resources/b368029c-a4dd-448a-a888-58348cb1b144/Images/userimages/brand-logo-44.jpg"
alt="">
</div>
<div class="sliderimg">
<img src="https://storage.sg.content-cdn.io/in-resources/b368029c-a4dd-448a-a888-58348cb1b144/Images/userimages/brand-logo-38.jpg"
alt="">
</div>
<div class="sliderimg">
<img src="https://storage.sg.content-cdn.io/in-resources/b368029c-a4dd-448a-a888-58348cb1b144/Images/userimages/brand-logo-37.jpg"
alt="">
</div>
<div class="sliderimg">
<img src="https://storage.sg.content-cdn.io/in-resources/b368029c-a4dd-448a-a888-58348cb1b144/Images/userimages/brand-logo-34.jpg"
alt="">
</div>
<div class="sliderimg">
<img src="https://storage.sg.content-cdn.io/in-resources/b368029c-a4dd-448a-a888-58348cb1b144/Images/userimages/brand-logo-15.jpg"
alt="">
</div>
<div class="sliderimg">
<img src="https://storage.sg.content-cdn.io/in-resources/b368029c-a4dd-448a-a888-58348cb1b144/Images/userimages/brand-logo-33.jpg"
alt="">
</div>
</div>
</div>
<div class="about">
<div id="one"><img height="400px" src="bta-store.jpg" alt=""></div>
<div id="two">
<h2> ABOUT SPORTSJAM</h2>
Let's get going to dig out the best products in your game & make ‘em available right at your doorstep.
We will be glad
to serve you in any city in
India & speedily, so that you enjoy your product in the coming weekend! All
this, with no
shipping charges if you purchase above Rs.1000.
<br><br>
Scout through your favourite brands with latest technologies. Just click & be its proud owner, at the
best available
price in the market. Come, help us help you to fly high with your new & improved game with high quality
sportsgear!
<br>
<button>FIND OUR STORE</button>
</div>
</div>
<div class="testimonials">
<h2>TESTIMONIALS</h2>
<p>Amazing products and Excellent Service. Whenever I have called, I have got professional, prompt and
consistent reply.
Even during giving the free tshirt, you guys called to know the size, but unfortunately the size is
large on me. Any
chances I can exchange with M size. Although I am loving my new racquet. <b>- Rajnish, New Delhi</b>
</p>
<a href=""><button>View All</button>
</a>
</div>
<div class="service">
<div class="serv">
<i class="fas fa-gift fa-3x xxx"></i>
<div>Gift-Vouchers</div>
</div>
<div>
<i class="fas fa-certificate fa-3x xxx"></i>
<div>Reward Points</div>
</div>
<div>
<i class="fas fa-book-open fa-3x xxx"></i>
<div>Buyers Guide</div>
</div>
<div>
<i class="fas fa-tools fa-3x xxx"></i>
<div>Customized Services</div>
</div>
<div>
<i class="fas fa-shipping-fast fa-3x xxx"></i>
<div>Express shipping</div>
</div>
<div>
<i class="fas fa-shield-alt fa-3x xxx"></i>
<div>Secure Shipping</div>
</div>
<div>
<i class="far fa-check-circle fa-3x xxx"></i>
<div>100% Authentic</div>
</div>
</div>
<footer>
<div class="ftaboutus">
<h3 id="AA">GET TO KNOW US</h3>
<div id="AA">ABOUT US</div>
<div id="AA">CONTACT US</div>
<div id="AA">INQUIRY/FEEDBACK</div>
<div id="AA">OUR STORIES</div>
<div id="AA">SPORTSJAM TEAM</div>
</div>
<div class="ftaboutus">
<h3 id="AA">HERE TO HELP</h3>
<div id="AA">REGISTER/LOGIN</div>
<div id="AA">DELIVERY & CHARGES</div>
<div id="AA">PAYMENT OPTIONS</div>
<div id="AA">PAYMENT OPTIONS</div>
<div id="AA">FAQ'S</div>
<div id="AA">RETURNS POLICY</div>
<div id="AA">TRACK MY ORDERS</div>
<div id="AA">BUY IN BULK</div>
</div>
<div id="asa">
<h3>PAYMENTS</h3>
<div><img src="Payments.png" alt=""></div>
</div>
<div class="newsletter">
<h3>SIGNUP FOR NEWSLETTER</h3><br>
<H3>CONNECT WITH US</H3>
<a class="sign" href="facebook.com"> <i class="fab fa-facebook-square fa-2x"></i></a>
<i class="fab fa-twitter-square fa-2x"></i>
<i class="fab fa-instagram-square fa-2x"></i>
<i class="fab fa-youtube-square fa-2x"></i>
<div><img src="https://bit.ly/3pNSdY2" alt="SSl.png"></div>
</div>
</footer>
</body>
</html>
<script>
var slideIndex = 0;
showSlides();
function showSlides() {
var i;
var slides = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("dot");
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
slideIndex++;
if (slideIndex > slides.length) {
slideIndex = 1;
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex - 1].style.display = "block";
dots[slideIndex - 1].className += " active";
setTimeout(showSlides, 1000); // Change image every 2 seconds
}
function topHeaderSlideShow() {
let topHeader = document.getElementById("topHeader");
let arrayLines = [
"FREE DELIVERY FOR ALL ORDERS NOW",
"FREE RETURNS",
"SIGN UP & GET 15% OFF"
];
let x = window.matchMedia("(max-width: 960px)")
function showTextInHeader(x) {
if (x.matches) {
let p = document.createElement("p");
p.textContent = arrayLines[0];
p.setAttribute("class", "hearderSlideContent");
topHeader.append(p);
let c = 0;
setInterval(function () {
if (c == arrayLines.length) {
c = 0;
}
p.textContent = arrayLines[c];
c++;
}, 3000);
}
}
showTextInHeader(x)
x.addListener(showTextInHeader)
}
topHeaderSlideShow();
function sport() {
window.location.href = "product.html";
}
function Women() {
window.location.href = "product.html";
}
function Kids() {
window.location.href = "product.html";
}
//--------------------------------------------
//-----------------------------------------------------------------------------
// mouse enter and exit event
var secnav = document.getElementById("secNav");
var men = document.getElementById("men");
var women = document.getElementById("women");
var kids = document.getElementById("kid");
var sports = document.getElementById("sports");
var coll = document.getElementById("colle");
var brand = document.getElementById("brands");
var outlet = document.getElementById("outlet");
women.addEventListener("mouseleave", function () {
// var change = document.getElementById("navdivc");
// change.innerHTML =
// '<div class="navhighlight"><a href="">All Men</a> </div>';
secnav.style.display = "none";
});
kids.addEventListener("mouseleave", function () {
secnav.style.display = "none";
});
sports.addEventListener("mouseleave", function () {
secnav.style.display = "none";
});
coll.addEventListener("mouseleave", function () {
secnav.style.display = "none";
});
brand.addEventListener("mouseleave", function () {
secnav.style.display = "none";
});
outlet.addEventListener("mouseleave", function () {
secnav.style.display = "none";
});
women.addEventListener("mouseenter", function () {
var change = document.getElementById("navdivc");
change.innerHTML =
'<div class="navhighlight"><a href="#">All products</a> </div>';
secnav.style.display = "grid";
});
kids.addEventListener("mouseenter", function () {
secnav.style.display = "grid";
});
sports.addEventListener("mouseenter", function () {
secnav.style.display = "grid";
});
coll.addEventListener("mouseenter", function () {
secnav.style.display = "grid";
});
brand.addEventListener("mouseenter", function () {
secnav.style.display = "grid";
});
outlet.addEventListener("mouseenter", function () {
secnav.style.display = "grid";
});
men.addEventListener("mouseenter", function () {
showmenu();
});
men.addEventListener("mouseleave", function () {
secnav.style.display = "none";
});
function showmenu() {
//console.log("here");
secnav.style.display = "grid";
}
secnav.addEventListener("mouseenter", function () {
secnav.style.display = "grid";
});
secnav.addEventListener("mouseleave", function () {
secnav.style.display = "none";
});
// ------------------------------------------------------------------------------------
var prevScrollpo = window.pageYOffset;
// var prevScrollpo = 33.599998474121094;
console.log(window.pageYOffset);
console.log(prevScrollpo);
window.onscroll = function () {
console.log(window.pageYOffset);
console.log(prevScrollpo);
var currentScrollPo = window.pageYOffset;
if (prevScrollpo > 37) {
if (prevScrollpo > currentScrollPo) {
document.getElementById("header").style.top = "0";
document.getElementById("secNav").style.top = "0";
} else {
document.getElementById("header").style.top = "-115px";
document.getElementById("secNav").style.top = "-115px";
}
}
prevScrollpo = currentScrollPo;
};
</script>