From 9eeb58f66553c445b2676e4ca3cb4083fc6fe66a Mon Sep 17 00:00:00 2001 From: Paras Date: Sat, 3 Jun 2023 10:04:35 +0530 Subject: [PATCH 1/3] mini-project done --- products/bad-1.html | 173 ++++++++++++++++++ products/bad-10.html | 175 +++++++++++++++++++ products/bad-2.html | 172 ++++++++++++++++++ products/bad-3.html | 172 ++++++++++++++++++ products/bad-4.html | 172 ++++++++++++++++++ products/bad-5.html | 172 ++++++++++++++++++ products/bad-6.html | 175 +++++++++++++++++++ products/bad-7.html | 175 +++++++++++++++++++ products/bad-8.html | 175 +++++++++++++++++++ products/bad-9.html | 175 +++++++++++++++++++ products/badminton.css | 79 +++++++++ products/badminton.html | 43 +++++ products/badminton.js | 114 ++++++++++++ products/cart.html | 311 +++++++++++++++++++++++++++++++++ products/checkout.html | 245 ++++++++++++++++++++++++++ products/index.css | 279 +++++++++++++++++++++++++++++ products/index.html | 185 ++++++++++++++++++++ products/sh-1.html | 181 +++++++++++++++++++ products/sh-10.html | 181 +++++++++++++++++++ products/sh-11.html | 181 +++++++++++++++++++ products/sh-12.html | 181 +++++++++++++++++++ products/sh-13.html | 181 +++++++++++++++++++ products/sh-14.html | 181 +++++++++++++++++++ products/sh-15.html | 181 +++++++++++++++++++ products/sh-16.html | 181 +++++++++++++++++++ products/sh-17.html | 181 +++++++++++++++++++ products/sh-18.html | 181 +++++++++++++++++++ products/sh-19.html | 181 +++++++++++++++++++ products/sh-2.html | 181 +++++++++++++++++++ products/sh-20.html | 181 +++++++++++++++++++ products/sh-21.html | 181 +++++++++++++++++++ products/sh-3.html | 181 +++++++++++++++++++ products/sh-4.html | 181 +++++++++++++++++++ products/sh-5.html | 181 +++++++++++++++++++ products/sh-6.html | 181 +++++++++++++++++++ products/sh-7.html | 180 +++++++++++++++++++ products/sh-8.html | 180 +++++++++++++++++++ products/sh-9.html | 180 +++++++++++++++++++ products/shoes.html | 368 +++++++++++++++++++++++++++++++++++++++ products/sk-1.html | 180 +++++++++++++++++++ products/sk-10.html | 180 +++++++++++++++++++ products/sk-2.html | 180 +++++++++++++++++++ products/sk-3.html | 180 +++++++++++++++++++ products/sk-4.html | 180 +++++++++++++++++++ products/sk-5.html | 180 +++++++++++++++++++ products/sk-6.html | 180 +++++++++++++++++++ products/sk-7.html | 179 +++++++++++++++++++ products/sk-8.html | 179 +++++++++++++++++++ products/sk-9.html | 179 +++++++++++++++++++ products/skating.html | 209 ++++++++++++++++++++++ products/socks.html | 246 ++++++++++++++++++++++++++ products/st-1.html | 172 ++++++++++++++++++ products/st-2.html | 173 ++++++++++++++++++ products/st-3.html | 172 ++++++++++++++++++ products/st-4.html | 172 ++++++++++++++++++ products/st-5.html | 172 ++++++++++++++++++ products/st-6.html | 172 ++++++++++++++++++ products/t-shirt.html | 357 +++++++++++++++++++++++++++++++++++++ products/teamindia.html | 196 +++++++++++++++++++++ products/ti-1.html | 179 +++++++++++++++++++ products/ti-2.html | 176 +++++++++++++++++++ products/ti-3.html | 176 +++++++++++++++++++ products/ti-4.html | 176 +++++++++++++++++++ products/tr-1.html | 173 ++++++++++++++++++ products/tr-10.html | 173 ++++++++++++++++++ products/tr-11.html | 173 ++++++++++++++++++ products/tr-12.html | 173 ++++++++++++++++++ products/tr-2.html | 173 ++++++++++++++++++ products/tr-3.html | 173 ++++++++++++++++++ products/tr-4.html | 173 ++++++++++++++++++ products/tr-5.html | 173 ++++++++++++++++++ products/tr-6.html | 173 ++++++++++++++++++ products/tr-7.html | 173 ++++++++++++++++++ products/tr-8.html | 173 ++++++++++++++++++ products/tr-9.html | 173 ++++++++++++++++++ products/treadmills.html | 265 ++++++++++++++++++++++++++++ products/ts-1.html | 181 +++++++++++++++++++ products/ts-10.html | 181 +++++++++++++++++++ products/ts-11.html | 181 +++++++++++++++++++ products/ts-12.html | 181 +++++++++++++++++++ products/ts-13.html | 181 +++++++++++++++++++ products/ts-14.html | 181 +++++++++++++++++++ products/ts-15.html | 181 +++++++++++++++++++ products/ts-16.html | 181 +++++++++++++++++++ products/ts-17.html | 181 +++++++++++++++++++ products/ts-18.html | 181 +++++++++++++++++++ products/ts-19.html | 181 +++++++++++++++++++ products/ts-2.html | 181 +++++++++++++++++++ products/ts-20.html | 181 +++++++++++++++++++ products/ts-3.html | 181 +++++++++++++++++++ products/ts-4.html | 181 +++++++++++++++++++ products/ts-5.html | 181 +++++++++++++++++++ products/ts-6.html | 181 +++++++++++++++++++ products/ts-7.html | 180 +++++++++++++++++++ products/ts-8.html | 180 +++++++++++++++++++ products/ts-9.html | 180 +++++++++++++++++++ 96 files changed, 17661 insertions(+) create mode 100644 products/bad-1.html create mode 100644 products/bad-10.html create mode 100644 products/bad-2.html create mode 100644 products/bad-3.html create mode 100644 products/bad-4.html create mode 100644 products/bad-5.html create mode 100644 products/bad-6.html create mode 100644 products/bad-7.html create mode 100644 products/bad-8.html create mode 100644 products/bad-9.html create mode 100644 products/badminton.css create mode 100644 products/badminton.html create mode 100644 products/badminton.js create mode 100644 products/cart.html create mode 100644 products/checkout.html create mode 100644 products/index.css create mode 100644 products/index.html create mode 100644 products/sh-1.html create mode 100644 products/sh-10.html create mode 100644 products/sh-11.html create mode 100644 products/sh-12.html create mode 100644 products/sh-13.html create mode 100644 products/sh-14.html create mode 100644 products/sh-15.html create mode 100644 products/sh-16.html create mode 100644 products/sh-17.html create mode 100644 products/sh-18.html create mode 100644 products/sh-19.html create mode 100644 products/sh-2.html create mode 100644 products/sh-20.html create mode 100644 products/sh-21.html create mode 100644 products/sh-3.html create mode 100644 products/sh-4.html create mode 100644 products/sh-5.html create mode 100644 products/sh-6.html create mode 100644 products/sh-7.html create mode 100644 products/sh-8.html create mode 100644 products/sh-9.html create mode 100644 products/shoes.html create mode 100644 products/sk-1.html create mode 100644 products/sk-10.html create mode 100644 products/sk-2.html create mode 100644 products/sk-3.html create mode 100644 products/sk-4.html create mode 100644 products/sk-5.html create mode 100644 products/sk-6.html create mode 100644 products/sk-7.html create mode 100644 products/sk-8.html create mode 100644 products/sk-9.html create mode 100644 products/skating.html create mode 100644 products/socks.html create mode 100644 products/st-1.html create mode 100644 products/st-2.html create mode 100644 products/st-3.html create mode 100644 products/st-4.html create mode 100644 products/st-5.html create mode 100644 products/st-6.html create mode 100644 products/t-shirt.html create mode 100644 products/teamindia.html create mode 100644 products/ti-1.html create mode 100644 products/ti-2.html create mode 100644 products/ti-3.html create mode 100644 products/ti-4.html create mode 100644 products/tr-1.html create mode 100644 products/tr-10.html create mode 100644 products/tr-11.html create mode 100644 products/tr-12.html create mode 100644 products/tr-2.html create mode 100644 products/tr-3.html create mode 100644 products/tr-4.html create mode 100644 products/tr-5.html create mode 100644 products/tr-6.html create mode 100644 products/tr-7.html create mode 100644 products/tr-8.html create mode 100644 products/tr-9.html create mode 100644 products/treadmills.html create mode 100644 products/ts-1.html create mode 100644 products/ts-10.html create mode 100644 products/ts-11.html create mode 100644 products/ts-12.html create mode 100644 products/ts-13.html create mode 100644 products/ts-14.html create mode 100644 products/ts-15.html create mode 100644 products/ts-16.html create mode 100644 products/ts-17.html create mode 100644 products/ts-18.html create mode 100644 products/ts-19.html create mode 100644 products/ts-2.html create mode 100644 products/ts-20.html create mode 100644 products/ts-3.html create mode 100644 products/ts-4.html create mode 100644 products/ts-5.html create mode 100644 products/ts-6.html create mode 100644 products/ts-7.html create mode 100644 products/ts-8.html create mode 100644 products/ts-9.html diff --git a/products/bad-1.html b/products/bad-1.html new file mode 100644 index 0000000..095aa9d --- /dev/null +++ b/products/bad-1.html @@ -0,0 +1,173 @@ + + + + + + + Badminton-1 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/bad-10.html b/products/bad-10.html new file mode 100644 index 0000000..51c0d18 --- /dev/null +++ b/products/bad-10.html @@ -0,0 +1,175 @@ + + + + + + + Badminton-10 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/bad-2.html b/products/bad-2.html new file mode 100644 index 0000000..b15fea6 --- /dev/null +++ b/products/bad-2.html @@ -0,0 +1,172 @@ + + + + + + + Badminton-2 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/bad-3.html b/products/bad-3.html new file mode 100644 index 0000000..f03c3b6 --- /dev/null +++ b/products/bad-3.html @@ -0,0 +1,172 @@ + + + + + + + Badminton-3 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/bad-4.html b/products/bad-4.html new file mode 100644 index 0000000..35b3756 --- /dev/null +++ b/products/bad-4.html @@ -0,0 +1,172 @@ + + + + + + + Badminton-4 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/bad-5.html b/products/bad-5.html new file mode 100644 index 0000000..8e3779d --- /dev/null +++ b/products/bad-5.html @@ -0,0 +1,172 @@ + + + + + + + Badminton-5 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/bad-6.html b/products/bad-6.html new file mode 100644 index 0000000..298a5b4 --- /dev/null +++ b/products/bad-6.html @@ -0,0 +1,175 @@ + + + + + + + Badminton-6 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/bad-7.html b/products/bad-7.html new file mode 100644 index 0000000..ea1597e --- /dev/null +++ b/products/bad-7.html @@ -0,0 +1,175 @@ + + + + + + + Badminton-7 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/bad-8.html b/products/bad-8.html new file mode 100644 index 0000000..088f555 --- /dev/null +++ b/products/bad-8.html @@ -0,0 +1,175 @@ + + + + + + + Badminton-8 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/bad-9.html b/products/bad-9.html new file mode 100644 index 0000000..28812a5 --- /dev/null +++ b/products/bad-9.html @@ -0,0 +1,175 @@ + + + + + + + Badminton-9 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/badminton.css b/products/badminton.css new file mode 100644 index 0000000..ae9aa31 --- /dev/null +++ b/products/badminton.css @@ -0,0 +1,79 @@ +body{ + padding: 0px; + margin: 0px; + width: 100%; +} +.navbar{ + background-color: black; + width: 100%; + color: white; + display: flex; + justify-content: end; +} +.navbar>p{ + margin-right: 2%; +} +.menu{ + width: 95%; + margin: auto; + margin-top:1%; + display: flex; + justify-content: space-between; +} +#search{ + border: 1px solid black; + border-radius: 5px; + width: 30%; + margin: 1%; +} +#line{ + border: 1px solid rgb(243, 231, 231); +} +.catogary{ + margin-left: 2%; +} +div>.cato{ + text-decoration: none; + color: black; + font-weight: 400; + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + padding:9px; +} +.cato:hover{ + color:white; + background-color: black; +} +#display{ + display: grid; + width: 90%; + margin: auto; + grid-template-columns: repeat(3,1fr); + gap: 2%; +} +#display>div{ + text-align: center; + /* border: 1px solid black; */ + text-decoration: none; + color: black; +} +#display>div>a{ + text-decoration: none; + color: black; +} +#display>div:hover{ + box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; +} +#display>div>a>img{ + width: 100%; +} +#display>div>a>p:nth-child(4){ + color: orange; +} +#display>div>a>h2{ + font-size: 15px; + font-weight: 500; +} +.menu>a{ + text-decoration: none; + color: black; +} \ No newline at end of file diff --git a/products/badminton.html b/products/badminton.html new file mode 100644 index 0000000..8295175 --- /dev/null +++ b/products/badminton.html @@ -0,0 +1,43 @@ + + + + + + + Badminton + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + + \ No newline at end of file diff --git a/products/badminton.js b/products/badminton.js new file mode 100644 index 0000000..18c3846 --- /dev/null +++ b/products/badminton.js @@ -0,0 +1,114 @@ +let data=[ + { + name:"BABOLAT SATELITE ORIGIN POWER BADMINTON RACKET (BLUE/WHITE, UNSTRUNG)", + image:"https://storage.sg.content-cdn.io/cdn-cgi/image/width=500,height=500,quality=75,format=auto,fit=cover,g=top/in-resources/b368029c-a4dd-448a-a888-58348cb1b144/Images/ProductImages/Source/BB191362.jpg", + price:"₹5,999", + discount:"50% OFF", + id:"bad-1.html", + rate:"5999" + }, + { + name:"BABOLAT XFEEL ESSENTIAL BADMINTON RACKET (BLUE/GREY, UNSTRUNG)", + image:"https://storage.sg.content-cdn.io/cdn-cgi/image/width=780,height=780,quality=75,format=auto/in-resources/b368029c-a4dd-448a-a888-58348cb1b144/Images/ProductImages/Source/BB189543.jpg", + price:"₹7,749", + discount:"50% OFF", + id:"bad-2.html", + rate:"7749" + }, + { + name:"Babolat Satelite Touch Badminton Racket (Pink, Unstrung)", + image:"https://storage.sg.content-cdn.io/cdn-cgi/image/width=500,height=500,quality=75,format=auto,fit=cover,g=top/in-resources/b368029c-a4dd-448a-a888-58348cb1b144/Images/ProductImages/Source/BB166316.jpg", + price:"₹5,499", + discount:"50% OFF", + id:"bad-3.html", + rate:"5499" + }, + { + name:"Babolat Xfeel Lite Badminton Racket (Dark Grey, Unstrung)", + image:"https://storage.sg.content-cdn.io/cdn-cgi/image/width=500,height=500,quality=75,format=auto,fit=cover,g=top/in-resources/b368029c-a4dd-448a-a888-58348cb1b144/Images/ProductImages/Source/BB189548.jpg", + price:"₹7,749", + discount:"50% OFF", + id:"bad-4.html", + rate:"7749" + }, + { + name:"YONEX GR-303I BADMINTON RACKET (DARK RED, STRUNG)", + image:"https://storage.sg.content-cdn.io/cdn-cgi/image/width=780,height=780,quality=75,format=auto/in-resources/b368029c-a4dd-448a-a888-58348cb1b144/Images/ProductImages/Source/YXBDRCGR303IDRD.jpg", + price:"₹599", + discount:"25% OFF", + id:"bad-5.html", + rate:"599" + }, + { + name:"YONEX GR-303I Badminton Racket (Deep Blue, Strung)", + image:"https://storage.sg.content-cdn.io/cdn-cgi/image/%7Bwidth%7D,%7Bheight%7D,quality=75,format=auto,fit=cover,g=top/in-resources/b368029c-a4dd-448a-a888-58348cb1b144/Images/ProductImages/Source/YXBDRCGR303IDBL.jpg", + price:"₹599", + discount:"25% OFF", + id:"bad-6.html", + rate:"599" + }, + { + name:"YONEX VOLTRIC LITE 25I BADMINTON RACKET (BLUE, UNSTRUNG, WITHOUT COVER)", + image:"https://storage.sg.content-cdn.io/cdn-cgi/image/width=780,height=780,quality=75,format=auto/in-resources/b368029c-a4dd-448a-a888-58348cb1b144/Images/ProductImages/Source/YVVTLT25IBLWCV.jpg", + price:"₹1,499", + discount:"50% OFF", + id:"bad-7.html", + rate:"1499" + }, + { + name:"YONEX ARCSABER 7 TOUR BADMINTON RACKET (GREY/YELLOW, STRUNG)", + image:"https://storage.sg.content-cdn.io/cdn-cgi/image/width=780,height=780,quality=75,format=auto/in-resources/b368029c-a4dd-448a-a888-58348cb1b144/Images/ProductImages/Source/YXARC7TGEGRY.jpg", + price:"₹7,149", + discount:"35% OFF", + id:"bad-8.html", + rate:"7149" + }, + { + name:"Yonex Astrox 100 Tour Badminton Racket (Kurenai, Strung)", + image:"https://storage.sg.content-cdn.io/cdn-cgi/image/width=500,height=500,quality=75,format=auto,fit=cover,g=top/in-resources/b368029c-a4dd-448a-a888-58348cb1b144/Images/ProductImages/Source/YXAX100TGEKRNI.jpg", + price:"₹8,199", + discount:"35% OFF", + id:"bad-9.html", + rate:"8199" + }, + { + name:"Yonex Astrox 88D Tour Badminton Racket (Camel Gold, Strung)", + image:"https://storage.sg.content-cdn.io/cdn-cgi/image/width=500,height=500,quality=75,format=auto,fit=cover,g=top/in-resources/b368029c-a4dd-448a-a888-58348cb1b144/Images/ProductImages/Source/YXAX88DTGECMGO.jpg", + price:"₹7,799", + discount:"35% OFF", + id:"bad-10.html", + rate:"7799" + } +] +let parent=document.getElementById("display") + +function display(data){ + display.innerHTML=""; + for (let i=0;i + + + + + + Cart Page + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ + + + + + + + + + + + +
Product ImageProduct NameProduct QuantityProduct Price
+
+
+ +
+
+
+
+
+ E-gift Voucher +
+
+
+ Reward Points +
+
+
+ Buyers Guide +
+
+
+ Customized Services +
+
+
+ Express Shipping +
+
+
+ Secure Shopping +
+
+
+ 100% Authentic +
+
+
+
+
+

GET TO KNOW US

+ ABOUT US
+ CONTACT US
+ INQUIRY / FEEDBACK
+ OUR STORES
+ SPORTSJAM TEAM
+
+
+

HERE TO HELP

+ REGISTER / LOGIN
+ DELIVERY & CHARGES
+ PAYMENT OPTIONS
+ FAQ'S
+ RETURNS POLICY
+ TRACK MY ORDER
+ BUY IN BULK
+
+
+

PAYMENTS

+ +
+
+

SIGN UP FOR NEWSLETTER

+ +

CONNECT WITH US

+
+ +
+
+ + + \ No newline at end of file diff --git a/products/checkout.html b/products/checkout.html new file mode 100644 index 0000000..d0c5254 --- /dev/null +++ b/products/checkout.html @@ -0,0 +1,245 @@ + + + + + + + Checkout Page + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+
+
+
+
+ +
+ + + +
+
+
+
+ E-gift Voucher +
+
+
+ Reward Points +
+
+
+ Buyers Guide +
+
+
+ Customized Services +
+
+
+ Express Shipping +
+
+
+ Secure Shopping +
+
+
+ 100% Authentic +
+
+
+
+
+

GET TO KNOW US

+ ABOUT US
+ CONTACT US
+ INQUIRY / FEEDBACK
+ OUR STORES
+ SPORTSJAM TEAM
+
+
+

HERE TO HELP

+ REGISTER / LOGIN
+ DELIVERY & CHARGES
+ PAYMENT OPTIONS
+ FAQ'S
+ RETURNS POLICY
+ TRACK MY ORDER
+ BUY IN BULK
+
+
+

PAYMENTS

+ +
+
+

SIGN UP FOR NEWSLETTER

+ +

CONNECT WITH US

+
+ +
+
+ + + \ No newline at end of file diff --git a/products/index.css b/products/index.css new file mode 100644 index 0000000..d430bab --- /dev/null +++ b/products/index.css @@ -0,0 +1,279 @@ +body{ + padding: 0px; + margin: 0px; + width: 100%; +} +.navbar{ + background-color: black; + width: 100%; + color: white; + display: flex; + justify-content: end; +} +.navbar>p{ + margin-right: 2%; +} +.menu{ + width: 95%; + margin: auto; + margin-top:1%; + display: flex; + justify-content: space-between; +} +#search{ + border: 1px solid black; + border-radius: 5px; + width: 30%; + margin: 1%; +} +#line{ + border: 1px solid rgb(243, 231, 231); +} +.catogary{ + margin-left: 2%; +} +div>.cato{ + text-decoration: none; + color: black; + font-weight: 400; + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + padding:9px; +} +.cato:hover{ + color:white; + background-color: black; +} +.cards{ + display: flex; + width: 90%; + gap: 2%; + margin: auto; + margin-top: 2%; +} +.cards>div{ + background-color: #777575; + width: 100%; + text-align: center; +} +.cards>div>img{ + width: 100%; +} +.cards>div button{ + width: 55%; + display: block; + margin: auto; + border: 1px solid white; + background-color: #777575; + color: white; + margin-bottom: 1%; + font-weight: 300; + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + font-size: 15px; +} +.cards>div button:hover{ + background-color: white; + color: #777575; + cursor: pointer; +} +.cards>div h2{ + color: white; + font-size: 30px; + font-weight: 300; + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + margin-bottom: auto; +} +.cards>div p{ + color: white; + font-size: 20px; + font-weight: 300; + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + margin-top: 2%; +} +body>h2{ + text-align: center; + color: #595959; + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + font-weight: 500; + font-size: 40px; +} +.service{ + width: 90%; + margin: auto; + gap: 2%; + display: flex; +} +.first{ + width: 150%; +} +.btn{ + width: 150%; + margin: auto; +} +.first>img{ + width: 100%; +} +.btn{ + width: 100%; + margin-left: 1%; + margin-top: 1%; +} +.btn>a{ + text-decoration: none; + color: black; + margin: 1%; + padding: 1%; + font-size: 15px; + font-weight: 500; + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; +} +.btn>a:hover{ + color: white; + background-color: black; +} +.second>h2{ + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + font-size: 20px; + margin-top: 10%; + +} +.second>p{ + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + font-weight: 300; +} +.racket{ + width: 85%; + margin: auto; + display: flex; + margin-top: 5%; + gap: 2%; +} +.ball>img{ + width: 100%; +} +.padel>img{ + width: 100%; +} +.ball>p{ + text-align: center; + margin-top: 1%; + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + font-size: 20px; +} +.padel>p{ + text-align: center; + margin-top: 1%; + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + font-size: 20px; +} +body>img{ + width: 100%; +} +.images{ + width: 85%; + margin: auto; + display: flex; + gap: 2%; +} +.images>img{ + width: 20%; +} +.about{ + display: flex; + width: 90%; + margin: auto; + gap: 2%; + margin-top: 5%; +} +.about>.image{ + width: 50%; +} +.about>.image>img{ + width: 100%; +} +.desc{ + width: 50%; +} +.desc>h2{ + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + font-size: 20px; + font-weight: 500; +} +.desc>p{ + line-height: 150%; + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + font-weight: 300; +} +.desc>button{ + padding: 2%; + background-color: black; + color: white; + font-weight: 600; +} +.desc>button:hover{ + background-color: rgb(242, 154, 39); +} +.more{ + text-align: center; + width: 90%; + margin: auto; +} +.more>h1{ + font-size: 25px; + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + +} +.more>p{ + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + font-weight: 300; +} +.more>button{ + padding: 1% 3% 1% 3%; + font-size: 17px; + border: 1px solid black; +} +.more>button:hover{ + color: orange; + border: 1px solid orange; +} +.feature{ + width: 100%; + margin-top: 3%; + background-color: #E1E1E1; +} +.feature>div{ + width: 70%; + margin: auto; + display: flex; + text-align: center; + padding: 2%; +} +.feature>div>div>img{ + width: 40%; + margin-bottom: 2%; +} +.feature>div>div>a{ + color: black; +} +.info{ + display: flex; + background-color: #262626; +} +.info>div>#a1{ + width: 20%; +} +.info>div{ + margin-right: 17%; +} +.info>div>h3{ + font-size: 20px; + color: white; +} +.info>div>a{ + text-decoration: none; + color: white; + font-size: 10px; +} +.menu>a{ + text-decoration: none; + color: black; +} \ No newline at end of file diff --git a/products/index.html b/products/index.html new file mode 100644 index 0000000..89b6ff5 --- /dev/null +++ b/products/index.html @@ -0,0 +1,185 @@ + + + + + + + Home Page + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+
+
+ +

SPORTS

+

A huge collection of running shoes and sports equipments

+ + + +
+
+ +

FITNESS

+

A large selection of gym shoes & gym wear designed to keep you cool and dry whilst looking good in the gym.

+ + + +
+
+ +

SHOES

+

Looking for Hiking Boots, Walking Shoes, Sandals or Outdoor Wear? Choose from a large range today.

+ + + +
+
+

OUR CUSTOMIZED SERVICES

+
+ +
+

BADMINTON RACKET STRINGING

+

Some players prefer to have the comfort, power and flexibility to choose a combination of features on a single string. For this, few tennis brands offer Hybrid Strings, which have one string for Mains and a different string for Crosses. Now, YOU can also create your very own hybrid string!
To avail of this service at Sportsjam.in, add your favourite racquet in your order, along with Tennis String for Mains and Tennis String for Crosses (Hybrid Stringing). Please note that a good understanding of string features are required to achieve an optimum balance between comfort, durability, control and power.

+
+
+
+
+ +

PICKLEBALL SPORTS

+
+
+ +

PADEL SPORTS

+
+
+ +
+ + + + + + + +
+
+
+ +
+
+

ABOUT SPORTSJAM

+

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.
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!

+ +
+
+
+

TESTIMONIALS

+

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. - Rajnish, New Delhi

+ +
+
+
+
+
+ E-gift Voucher +
+
+
+ Reward Points +
+
+
+ Buyers Guide +
+
+
+ Customized Services +
+
+
+ Express Shipping +
+
+
+ Secure Shopping +
+
+
+ 100% Authentic +
+
+
+
+
+

GET TO KNOW US

+ ABOUT US
+ CONTACT US
+ INQUIRY / FEEDBACK
+ OUR STORES
+ SPORTSJAM TEAM
+
+
+

HERE TO HELP

+ REGISTER / LOGIN
+ DELIVERY & CHARGES
+ PAYMENT OPTIONS
+ FAQ'S
+ RETURNS POLICY
+ TRACK MY ORDER
+ BUY IN BULK
+
+
+

PAYMENTS

+ +
+
+

SIGN UP FOR NEWSLETTER

+ +

CONNECT WITH US

+
+ +
+
+ + + \ No newline at end of file diff --git a/products/sh-1.html b/products/sh-1.html new file mode 100644 index 0000000..1658861 --- /dev/null +++ b/products/sh-1.html @@ -0,0 +1,181 @@ + + + + + + + Shoe-1 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sh-10.html b/products/sh-10.html new file mode 100644 index 0000000..6a1275c --- /dev/null +++ b/products/sh-10.html @@ -0,0 +1,181 @@ + + + + + + + Shoe-10 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sh-11.html b/products/sh-11.html new file mode 100644 index 0000000..0e5e5ee --- /dev/null +++ b/products/sh-11.html @@ -0,0 +1,181 @@ + + + + + + + Shoe-11 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sh-12.html b/products/sh-12.html new file mode 100644 index 0000000..583b85e --- /dev/null +++ b/products/sh-12.html @@ -0,0 +1,181 @@ + + + + + + + Shoe-12 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sh-13.html b/products/sh-13.html new file mode 100644 index 0000000..f03b698 --- /dev/null +++ b/products/sh-13.html @@ -0,0 +1,181 @@ + + + + + + + Shoe-13 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sh-14.html b/products/sh-14.html new file mode 100644 index 0000000..963b589 --- /dev/null +++ b/products/sh-14.html @@ -0,0 +1,181 @@ + + + + + + + Shoe-14 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sh-15.html b/products/sh-15.html new file mode 100644 index 0000000..c6f39b6 --- /dev/null +++ b/products/sh-15.html @@ -0,0 +1,181 @@ + + + + + + + Shoe-15 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sh-16.html b/products/sh-16.html new file mode 100644 index 0000000..dbfa0e5 --- /dev/null +++ b/products/sh-16.html @@ -0,0 +1,181 @@ + + + + + + + Shoe-16 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sh-17.html b/products/sh-17.html new file mode 100644 index 0000000..6871942 --- /dev/null +++ b/products/sh-17.html @@ -0,0 +1,181 @@ + + + + + + + Shoe-17 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sh-18.html b/products/sh-18.html new file mode 100644 index 0000000..dfbc201 --- /dev/null +++ b/products/sh-18.html @@ -0,0 +1,181 @@ + + + + + + + Shoe-18 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sh-19.html b/products/sh-19.html new file mode 100644 index 0000000..0e79cbb --- /dev/null +++ b/products/sh-19.html @@ -0,0 +1,181 @@ + + + + + + + Shoe-19 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sh-2.html b/products/sh-2.html new file mode 100644 index 0000000..2a4a7eb --- /dev/null +++ b/products/sh-2.html @@ -0,0 +1,181 @@ + + + + + + + Shoe-2 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sh-20.html b/products/sh-20.html new file mode 100644 index 0000000..3f5f156 --- /dev/null +++ b/products/sh-20.html @@ -0,0 +1,181 @@ + + + + + + + Shoe-20 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sh-21.html b/products/sh-21.html new file mode 100644 index 0000000..471b319 --- /dev/null +++ b/products/sh-21.html @@ -0,0 +1,181 @@ + + + + + + + Shoe-21 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sh-3.html b/products/sh-3.html new file mode 100644 index 0000000..08d7e6e --- /dev/null +++ b/products/sh-3.html @@ -0,0 +1,181 @@ + + + + + + + Shoe-3 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sh-4.html b/products/sh-4.html new file mode 100644 index 0000000..7897ba4 --- /dev/null +++ b/products/sh-4.html @@ -0,0 +1,181 @@ + + + + + + + Shoe-4 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sh-5.html b/products/sh-5.html new file mode 100644 index 0000000..81010c8 --- /dev/null +++ b/products/sh-5.html @@ -0,0 +1,181 @@ + + + + + + + Shoe-5 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sh-6.html b/products/sh-6.html new file mode 100644 index 0000000..9d64960 --- /dev/null +++ b/products/sh-6.html @@ -0,0 +1,181 @@ + + + + + + + Shoe-6 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sh-7.html b/products/sh-7.html new file mode 100644 index 0000000..b5a6d10 --- /dev/null +++ b/products/sh-7.html @@ -0,0 +1,180 @@ + + + + + + + Shoe-7 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sh-8.html b/products/sh-8.html new file mode 100644 index 0000000..567224e --- /dev/null +++ b/products/sh-8.html @@ -0,0 +1,180 @@ + + + + + + + Shoe-8 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sh-9.html b/products/sh-9.html new file mode 100644 index 0000000..5b4712f --- /dev/null +++ b/products/sh-9.html @@ -0,0 +1,180 @@ + + + + + + + Shoe-9 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/shoes.html b/products/shoes.html new file mode 100644 index 0000000..dcfcf90 --- /dev/null +++ b/products/shoes.html @@ -0,0 +1,368 @@ + + + + + + + Shoes + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + + \ No newline at end of file diff --git a/products/sk-1.html b/products/sk-1.html new file mode 100644 index 0000000..74d1ee4 --- /dev/null +++ b/products/sk-1.html @@ -0,0 +1,180 @@ + + + + + + + Socks-1 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sk-10.html b/products/sk-10.html new file mode 100644 index 0000000..48dd629 --- /dev/null +++ b/products/sk-10.html @@ -0,0 +1,180 @@ + + + + + + + Socks-10 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sk-2.html b/products/sk-2.html new file mode 100644 index 0000000..9458672 --- /dev/null +++ b/products/sk-2.html @@ -0,0 +1,180 @@ + + + + + + + Socks-2 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sk-3.html b/products/sk-3.html new file mode 100644 index 0000000..0568fe2 --- /dev/null +++ b/products/sk-3.html @@ -0,0 +1,180 @@ + + + + + + + Socks-3 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sk-4.html b/products/sk-4.html new file mode 100644 index 0000000..6dde52d --- /dev/null +++ b/products/sk-4.html @@ -0,0 +1,180 @@ + + + + + + + Socks-4 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sk-5.html b/products/sk-5.html new file mode 100644 index 0000000..c1750a5 --- /dev/null +++ b/products/sk-5.html @@ -0,0 +1,180 @@ + + + + + + + Socks-5 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sk-6.html b/products/sk-6.html new file mode 100644 index 0000000..afa1747 --- /dev/null +++ b/products/sk-6.html @@ -0,0 +1,180 @@ + + + + + + + Socks-6 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sk-7.html b/products/sk-7.html new file mode 100644 index 0000000..82d4870 --- /dev/null +++ b/products/sk-7.html @@ -0,0 +1,179 @@ + + + + + + + Socks-7 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sk-8.html b/products/sk-8.html new file mode 100644 index 0000000..3152113 --- /dev/null +++ b/products/sk-8.html @@ -0,0 +1,179 @@ + + + + + + + Socks-8 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/sk-9.html b/products/sk-9.html new file mode 100644 index 0000000..e0cd067 --- /dev/null +++ b/products/sk-9.html @@ -0,0 +1,179 @@ + + + + + + + Socks-9 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/skating.html b/products/skating.html new file mode 100644 index 0000000..8f3c811 --- /dev/null +++ b/products/skating.html @@ -0,0 +1,209 @@ + + + + + + + Skating + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/socks.html b/products/socks.html new file mode 100644 index 0000000..9105369 --- /dev/null +++ b/products/socks.html @@ -0,0 +1,246 @@ + + + + + + + Socks + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/st-1.html b/products/st-1.html new file mode 100644 index 0000000..de487fd --- /dev/null +++ b/products/st-1.html @@ -0,0 +1,172 @@ + + + + + + + Skating-1 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/st-2.html b/products/st-2.html new file mode 100644 index 0000000..bbfc840 --- /dev/null +++ b/products/st-2.html @@ -0,0 +1,173 @@ + + + + + + + Skating-2 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/st-3.html b/products/st-3.html new file mode 100644 index 0000000..0e28c12 --- /dev/null +++ b/products/st-3.html @@ -0,0 +1,172 @@ + + + + + + + Skating-3 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/st-4.html b/products/st-4.html new file mode 100644 index 0000000..9e5699e --- /dev/null +++ b/products/st-4.html @@ -0,0 +1,172 @@ + + + + + + + Skating-4 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/st-5.html b/products/st-5.html new file mode 100644 index 0000000..e188748 --- /dev/null +++ b/products/st-5.html @@ -0,0 +1,172 @@ + + + + + + + Skating-5 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/st-6.html b/products/st-6.html new file mode 100644 index 0000000..772e76a --- /dev/null +++ b/products/st-6.html @@ -0,0 +1,172 @@ + + + + + + + Skating-6 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/t-shirt.html b/products/t-shirt.html new file mode 100644 index 0000000..79f7f19 --- /dev/null +++ b/products/t-shirt.html @@ -0,0 +1,357 @@ + + + + + + + T-Shirts + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/teamindia.html b/products/teamindia.html new file mode 100644 index 0000000..3b74d95 --- /dev/null +++ b/products/teamindia.html @@ -0,0 +1,196 @@ + + + + + + + Teamindia + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/ti-1.html b/products/ti-1.html new file mode 100644 index 0000000..6eaace4 --- /dev/null +++ b/products/ti-1.html @@ -0,0 +1,179 @@ + + + + + + + Teamindia-1 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/ti-2.html b/products/ti-2.html new file mode 100644 index 0000000..d6e0dfc --- /dev/null +++ b/products/ti-2.html @@ -0,0 +1,176 @@ + + + + + + + Teamindia-2 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/ti-3.html b/products/ti-3.html new file mode 100644 index 0000000..1091f4a --- /dev/null +++ b/products/ti-3.html @@ -0,0 +1,176 @@ + + + + + + + Teamindia-3 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/ti-4.html b/products/ti-4.html new file mode 100644 index 0000000..8911112 --- /dev/null +++ b/products/ti-4.html @@ -0,0 +1,176 @@ + + + + + + + Teamindia-4 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/tr-1.html b/products/tr-1.html new file mode 100644 index 0000000..ac0b3d0 --- /dev/null +++ b/products/tr-1.html @@ -0,0 +1,173 @@ + + + + + + + Treadmill-1 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/tr-10.html b/products/tr-10.html new file mode 100644 index 0000000..9f0568e --- /dev/null +++ b/products/tr-10.html @@ -0,0 +1,173 @@ + + + + + + + Treadmill-10 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/tr-11.html b/products/tr-11.html new file mode 100644 index 0000000..356fa2a --- /dev/null +++ b/products/tr-11.html @@ -0,0 +1,173 @@ + + + + + + + Treadmill-11 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/tr-12.html b/products/tr-12.html new file mode 100644 index 0000000..0196c3f --- /dev/null +++ b/products/tr-12.html @@ -0,0 +1,173 @@ + + + + + + + Treadmill-12 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/tr-2.html b/products/tr-2.html new file mode 100644 index 0000000..1c28405 --- /dev/null +++ b/products/tr-2.html @@ -0,0 +1,173 @@ + + + + + + + Treadmill-2 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/tr-3.html b/products/tr-3.html new file mode 100644 index 0000000..a4b5ca6 --- /dev/null +++ b/products/tr-3.html @@ -0,0 +1,173 @@ + + + + + + + Treadmill-3 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/tr-4.html b/products/tr-4.html new file mode 100644 index 0000000..c56371e --- /dev/null +++ b/products/tr-4.html @@ -0,0 +1,173 @@ + + + + + + + Treadmill-4 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/tr-5.html b/products/tr-5.html new file mode 100644 index 0000000..7ddd14a --- /dev/null +++ b/products/tr-5.html @@ -0,0 +1,173 @@ + + + + + + + Treadmill-5 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/tr-6.html b/products/tr-6.html new file mode 100644 index 0000000..ec8a515 --- /dev/null +++ b/products/tr-6.html @@ -0,0 +1,173 @@ + + + + + + + Treadmill-6 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/tr-7.html b/products/tr-7.html new file mode 100644 index 0000000..1d4445d --- /dev/null +++ b/products/tr-7.html @@ -0,0 +1,173 @@ + + + + + + + Treadmill-7 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/tr-8.html b/products/tr-8.html new file mode 100644 index 0000000..fd6ba22 --- /dev/null +++ b/products/tr-8.html @@ -0,0 +1,173 @@ + + + + + + + Treadmill-8 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/tr-9.html b/products/tr-9.html new file mode 100644 index 0000000..1ae5308 --- /dev/null +++ b/products/tr-9.html @@ -0,0 +1,173 @@ + + + + + + + Treadmill-9 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/treadmills.html b/products/treadmills.html new file mode 100644 index 0000000..a190ef5 --- /dev/null +++ b/products/treadmills.html @@ -0,0 +1,265 @@ + + + + + + + Treadmills + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/ts-1.html b/products/ts-1.html new file mode 100644 index 0000000..2cb346c --- /dev/null +++ b/products/ts-1.html @@ -0,0 +1,181 @@ + + + + + + + Tshirt-1 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/ts-10.html b/products/ts-10.html new file mode 100644 index 0000000..e35b16a --- /dev/null +++ b/products/ts-10.html @@ -0,0 +1,181 @@ + + + + + + + Tshirt-10 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/ts-11.html b/products/ts-11.html new file mode 100644 index 0000000..4057567 --- /dev/null +++ b/products/ts-11.html @@ -0,0 +1,181 @@ + + + + + + + Tshirt-11 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/ts-12.html b/products/ts-12.html new file mode 100644 index 0000000..596021a --- /dev/null +++ b/products/ts-12.html @@ -0,0 +1,181 @@ + + + + + + + Tshirt-12 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/ts-13.html b/products/ts-13.html new file mode 100644 index 0000000..7d8d57b --- /dev/null +++ b/products/ts-13.html @@ -0,0 +1,181 @@ + + + + + + + Tshirt-13 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/ts-14.html b/products/ts-14.html new file mode 100644 index 0000000..82da79f --- /dev/null +++ b/products/ts-14.html @@ -0,0 +1,181 @@ + + + + + + + Tshirt-14 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/ts-15.html b/products/ts-15.html new file mode 100644 index 0000000..5b42579 --- /dev/null +++ b/products/ts-15.html @@ -0,0 +1,181 @@ + + + + + + + Tshirt-15 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/ts-16.html b/products/ts-16.html new file mode 100644 index 0000000..86909ee --- /dev/null +++ b/products/ts-16.html @@ -0,0 +1,181 @@ + + + + + + + Tshirt-16 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/ts-17.html b/products/ts-17.html new file mode 100644 index 0000000..b599d20 --- /dev/null +++ b/products/ts-17.html @@ -0,0 +1,181 @@ + + + + + + + Tshirt-17 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/ts-18.html b/products/ts-18.html new file mode 100644 index 0000000..271e837 --- /dev/null +++ b/products/ts-18.html @@ -0,0 +1,181 @@ + + + + + + + Tshirt-18 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/ts-19.html b/products/ts-19.html new file mode 100644 index 0000000..1203cd2 --- /dev/null +++ b/products/ts-19.html @@ -0,0 +1,181 @@ + + + + + + + Tshirt-19 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/ts-2.html b/products/ts-2.html new file mode 100644 index 0000000..0806d8b --- /dev/null +++ b/products/ts-2.html @@ -0,0 +1,181 @@ + + + + + + + Tshirt-2 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/ts-20.html b/products/ts-20.html new file mode 100644 index 0000000..f4e58ee --- /dev/null +++ b/products/ts-20.html @@ -0,0 +1,181 @@ + + + + + + + Tshirt-20 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/ts-3.html b/products/ts-3.html new file mode 100644 index 0000000..001b7a2 --- /dev/null +++ b/products/ts-3.html @@ -0,0 +1,181 @@ + + + + + + + Tshirt-3 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/ts-4.html b/products/ts-4.html new file mode 100644 index 0000000..9f9545a --- /dev/null +++ b/products/ts-4.html @@ -0,0 +1,181 @@ + + + + + + + Tshirt-4 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/ts-5.html b/products/ts-5.html new file mode 100644 index 0000000..4160b9b --- /dev/null +++ b/products/ts-5.html @@ -0,0 +1,181 @@ + + + + + + + Tshirt-5 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/ts-6.html b/products/ts-6.html new file mode 100644 index 0000000..3c9d36f --- /dev/null +++ b/products/ts-6.html @@ -0,0 +1,181 @@ + + + + + + + Tshirt-6 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/ts-7.html b/products/ts-7.html new file mode 100644 index 0000000..79aa0e0 --- /dev/null +++ b/products/ts-7.html @@ -0,0 +1,180 @@ + + + + + + + Tshirt-7 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/ts-8.html b/products/ts-8.html new file mode 100644 index 0000000..330a222 --- /dev/null +++ b/products/ts-8.html @@ -0,0 +1,180 @@ + + + + + + + Tshirt-8 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file diff --git a/products/ts-9.html b/products/ts-9.html new file mode 100644 index 0000000..69bdba9 --- /dev/null +++ b/products/ts-9.html @@ -0,0 +1,180 @@ + + + + + + + Tshirt-9 + + + + + +
+
+ BADMINTON + TREADMILLS + SHOES + T-SHIRTS + SOCKS + SKATING + TEAM INDIA +
+
+
+ +
+ + + \ No newline at end of file From 9abe60531e1cd886942edc4a023b50ff0b7b4dac Mon Sep 17 00:00:00 2001 From: Paras Date: Sun, 4 Jun 2023 10:15:28 +0530 Subject: [PATCH 2/3] done --- products/badminton.css | 9 +++++++++ products/shoes.html | 9 +++++++++ products/skating.html | 9 +++++++++ products/socks.html | 9 +++++++++ products/t-shirt.html | 9 +++++++++ products/teamindia.html | 9 +++++++++ products/treadmills.html | 9 +++++++++ 7 files changed, 63 insertions(+) diff --git a/products/badminton.css b/products/badminton.css index ae9aa31..8cddcbf 100644 --- a/products/badminton.css +++ b/products/badminton.css @@ -76,4 +76,13 @@ div>.cato{ .menu>a{ text-decoration: none; color: black; +} +@media screen and (max-width:800px){ + #display{ + display: grid; + width: 90%; + margin: auto; + grid-template-columns: repeat(2,1fr); + gap: 2%; + } } \ No newline at end of file diff --git a/products/shoes.html b/products/shoes.html index dcfcf90..45f52d1 100644 --- a/products/shoes.html +++ b/products/shoes.html @@ -84,6 +84,15 @@ .menu>a{ text-decoration: none; color: black; +} +@media screen and (max-width:800px){ + #display{ + display: grid; + width: 90%; + margin: auto; + grid-template-columns: repeat(2,1fr); + gap: 2%; + } } diff --git a/products/skating.html b/products/skating.html index 8f3c811..437d5a4 100644 --- a/products/skating.html +++ b/products/skating.html @@ -84,6 +84,15 @@ .menu>a{ text-decoration: none; color: black; +} +@media screen and (max-width:800px){ + #display{ + display: grid; + width: 90%; + margin: auto; + grid-template-columns: repeat(2,1fr); + gap: 2%; + } } diff --git a/products/socks.html b/products/socks.html index 9105369..02278f5 100644 --- a/products/socks.html +++ b/products/socks.html @@ -84,6 +84,15 @@ .menu>a{ text-decoration: none; color: black; +} +@media screen and (max-width:800px){ + #display{ + display: grid; + width: 90%; + margin: auto; + grid-template-columns: repeat(2,1fr); + gap: 2%; + } } diff --git a/products/t-shirt.html b/products/t-shirt.html index 79f7f19..104ed2d 100644 --- a/products/t-shirt.html +++ b/products/t-shirt.html @@ -84,6 +84,15 @@ .menu>a{ text-decoration: none; color: black; +} +@media screen and (max-width:800px){ + #display{ + display: grid; + width: 90%; + margin: auto; + grid-template-columns: repeat(2,1fr); + gap: 2%; + } } diff --git a/products/teamindia.html b/products/teamindia.html index 3b74d95..f4229c8 100644 --- a/products/teamindia.html +++ b/products/teamindia.html @@ -84,6 +84,15 @@ .menu>a{ text-decoration: none; color: black; +} +@media screen and (max-width:800px){ + #display{ + display: grid; + width: 90%; + margin: auto; + grid-template-columns: repeat(2,1fr); + gap: 2%; + } } diff --git a/products/treadmills.html b/products/treadmills.html index a190ef5..0687028 100644 --- a/products/treadmills.html +++ b/products/treadmills.html @@ -84,6 +84,15 @@ .menu>a{ text-decoration: none; color: black; +} +@media screen and (max-width:800px){ + #display{ + display: grid; + width: 90%; + margin: auto; + grid-template-columns: repeat(2,1fr); + gap: 2%; + } } From d7e5af87083d3c18f6ea46eb0e0fa55a3da440f4 Mon Sep 17 00:00:00 2001 From: Paras <130351451+paraskamaliya@users.noreply.github.com> Date: Sun, 4 Jun 2023 10:20:52 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e166a2..2d0cfdb 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# mini-project \ No newline at end of file +# mini-project +Netlify Link:- https://647c173cc622316b79452a8d--dynamic-gumption-aff0e1.netlify.app/