├── Features Content Images ├── Awards.png ├── Datafeeds.png ├── Multiperform.png ├── Platform.png ├── Sponsorship.png ├── Sports.png ├── Updates.png └── scalability.png ├── Features cont ├── Member.jpg ├── Tainings.jpg ├── Youth connc.jpg ├── jay bhattachar.jpg └── snooker.jpg ├── Game.jpeg ├── Home.css ├── Home.jpg ├── Home_page.html ├── Project Logo.png ├── Theme Video.mp4 └── sports-img ├── BAsketball.jpeg ├── Cricket.jpeg ├── Football.jpeg ├── Main.jpeg ├── Tabletennis.jpg ├── Tennis Ground.jpeg ├── Volleyball.jpeg ├── WhatsApp Video 2022-01-22 at 20.23.59.mp4 ├── Winnings.jpeg ├── badminton.jpeg ├── tennis.jpeg └── volley.jpeg /Features Content Images/Awards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/Features Content Images/Awards.png -------------------------------------------------------------------------------- /Features Content Images/Datafeeds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/Features Content Images/Datafeeds.png -------------------------------------------------------------------------------- /Features Content Images/Multiperform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/Features Content Images/Multiperform.png -------------------------------------------------------------------------------- /Features Content Images/Platform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/Features Content Images/Platform.png -------------------------------------------------------------------------------- /Features Content Images/Sponsorship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/Features Content Images/Sponsorship.png -------------------------------------------------------------------------------- /Features Content Images/Sports.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/Features Content Images/Sports.png -------------------------------------------------------------------------------- /Features Content Images/Updates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/Features Content Images/Updates.png -------------------------------------------------------------------------------- /Features Content Images/scalability.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/Features Content Images/scalability.png -------------------------------------------------------------------------------- /Features cont/Member.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/Features cont/Member.jpg -------------------------------------------------------------------------------- /Features cont/Tainings.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/Features cont/Tainings.jpg -------------------------------------------------------------------------------- /Features cont/Youth connc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/Features cont/Youth connc.jpg -------------------------------------------------------------------------------- /Features cont/jay bhattachar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/Features cont/jay bhattachar.jpg -------------------------------------------------------------------------------- /Features cont/snooker.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/Features cont/snooker.jpg -------------------------------------------------------------------------------- /Game.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/Game.jpeg -------------------------------------------------------------------------------- /Home.css: -------------------------------------------------------------------------------- 1 | @import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&family=Kite+One&family=Rambla:ital,wght@0,700;1,700&family=Stardos+Stencil:wght@700&display=swap"); 2 | @import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap"); 3 | @import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=IBM+Plex+Sans&family=Kite+One&family=Rambla:ital,wght@0,700;1,700&family=Stardos+Stencil:wght@700&display=swap"); 4 | body{ 5 | width:100%; 6 | margin:0px; 7 | } 8 | #body-head { 9 | background-image: linear-gradient( 10 | rgba(4, 9, 30, 0.233), 11 | rgba(4, 9, 30, 0.568) 12 | ), 13 | url(Home.jpg); 14 | height: 80vh; 15 | background-position: center; 16 | background-size: cover; 17 | background-repeat: no-repeat; 18 | } 19 | 20 | #Heading { 21 | margin-top: 15vh; 22 | } 23 | 24 | .text-center { 25 | text-align: center; 26 | } 27 | 28 | #Sportistan { 29 | font-size: 6rem; 30 | color: whitesmoke; 31 | font-family: Dancing Script; 32 | text-shadow: 0px 2px rgba(4, 243, 183, 0.973); 33 | } 34 | 35 | marquee { 36 | font-family: sans-serif; 37 | background-color: rgba(0, 0, 0, 0.3); 38 | margin-top:10.5vh; 39 | font-size: 0.8rem; 40 | color: yellow; 41 | } 42 | 43 | #Content1 { 44 | margin-top: 3vh; 45 | display: flex; 46 | justify-content: space-between; 47 | } 48 | 49 | aside { 50 | width: fit-content; 51 | height: fit-content; 52 | border-right: 5px solid black; 53 | display: inline; 54 | vertical-align: top; 55 | padding-right: 8vh; 56 | border-bottom: 5px solid black; 57 | border-radius: 25px; 58 | font-family: roboto; 59 | } 60 | 61 | #left-aside-heading { 62 | margin-top: 5vh; 63 | margin-left: 5vh; 64 | font-family: Rambla; 65 | font-size: 1.6rem; 66 | text-align: center; 67 | text-decoration: underline; 68 | } 69 | 70 | #left-aside-heading a { 71 | color: #e41b1b; 72 | } 73 | .arrow { 74 | transition: 0.5s ease-in-out 0.1s; 75 | } 76 | 77 | .arrow:hover { 78 | color: blue; 79 | transform: translateX(50px) rotate(90deg); 80 | } 81 | 82 | #aside-content { 83 | line-height: 40px; 84 | font-size: 1.4rem; 85 | margin-left: 5vh; 86 | } 87 | 88 | .Box { 89 | width: 100%; 90 | display: flex; 91 | flex-direction: row; 92 | justify-content: space-around; 93 | } 94 | 95 | .card { 96 | width: 300px; 97 | } 98 | 99 | .con1 { 100 | width: 100%; 101 | height: 60%; 102 | border-radius: 15px; 103 | } 104 | 105 | .outer-div { 106 | width: 19.5vw; 107 | height: 13vw; 108 | overflow: hidden; 109 | min-width: 123px; 110 | min-height: 82px; 111 | margin: 5px; 112 | cursor: pointer; 113 | } 114 | 115 | .inner-div { 116 | width: 100%; 117 | height: 100%; 118 | /* background-color: black; */ 119 | background-position: center; 120 | background-size: cover; 121 | transition: all ease-in-out 0.3s; 122 | } 123 | .outer-div:hover .inner-div { 124 | transform: scale(1.3); 125 | } 126 | .outer-div .inner-div span { 127 | transform: scale(1); 128 | transition: all ease-in-out 0.3s; 129 | } 130 | .outer-div:hover .inner-div span { 131 | transform: scale(0.75); 132 | } 133 | .inner-div::before { 134 | content: ""; 135 | display: none; 136 | height: 100%; 137 | width: 100%; 138 | position: absolute; 139 | top: 0; 140 | left: 0; 141 | transition: 0.3s; 142 | } 143 | 144 | .inner-div { 145 | display: flex; 146 | flex-direction: row; 147 | justify-content: center; 148 | align-items: center; 149 | } 150 | .outer-div .inner-div span { 151 | color: white; 152 | font-size: 2vw; 153 | } 154 | 155 | .Writting1 { 156 | margin: 3px; 157 | position: relative; 158 | border-radius: 15px; 159 | width: 100%; 160 | height:200px; 161 | font-family: "Lato", sans-serif; 162 | } 163 | 164 | .CHT-Games { 165 | position: relative; 166 | height: auto; 167 | width: 100%; 168 | box-sizing: border-box; 169 | display: flex; 170 | flex-direction: row; 171 | justify-content: center; 172 | align-items: center; 173 | margin-bottom: 2vh; 174 | } 175 | 176 | .CHT-Games .outer-div:nth-child(1) .inner-div { 177 | background-image: linear-gradient( 178 | rgba(4, 9, 30, 0.233), 179 | rgba(4, 9, 30, 0.568) 180 | ), 181 | url(sports-img/Cricket.jpeg); 182 | } 183 | 184 | .CHT-Games .outer-div:nth-child(2) .inner-div { 185 | background-image: linear-gradient( 186 | rgba(4, 9, 30, 0.233), 187 | rgba(4, 9, 30, 0.568) 188 | ), 189 | url(sports-img/BAsketball.jpeg); 190 | } 191 | 192 | .CHT-Games .outer-div:nth-child(3) .inner-div { 193 | background-image: linear-gradient( 194 | rgba(4, 9, 30, 0.233), 195 | rgba(4, 9, 30, 0.568) 196 | ), 197 | url(sports-img/badminton.jpeg); 198 | } 199 | .CHT-Games .outer-div:nth-child(4) .inner-div { 200 | background-image: linear-gradient( 201 | rgba(4, 9, 30, 0.233), 202 | rgba(4, 9, 30, 0.568) 203 | ), 204 | url(sports-img/Football.jpeg); 205 | background-size: contain; 206 | background-repeat: no-repeat; 207 | } 208 | 209 | .CHT-Games .outer-div:nth-child(5) .inner-div { 210 | background-image: linear-gradient( 211 | rgba(4, 9, 30, 0.233), 212 | rgba(4, 9, 30, 0.568) 213 | ), 214 | url(sports-img/volley.jpeg); 215 | } 216 | 217 | .CHT-Games .outer-div:nth-child(6) .inner-div { 218 | background-image: linear-gradient( 219 | rgba(4, 9, 30, 0.233), 220 | rgba(4, 9, 30, 0.568) 221 | ), 222 | url(sports-img/tennis.jpeg); 223 | } 224 | 225 | #About { 226 | background-color: rgb(197, 197, 197); 227 | display: flex; 228 | flex-direction: row; 229 | justify-content: center; 230 | } 231 | 232 | .inner-content { 233 | margin-top: 10vh; 234 | font-size: 1.5rem; 235 | margin-bottom: 10vh; 236 | } 237 | 238 | .media-video { 239 | margin-top: 15vh; 240 | margin-left: 11vh; 241 | } 242 | 243 | .Features-content { 244 | margin-top: 10vh; 245 | } 246 | .Features-heading { 247 | text-align: center; 248 | font-size: 2.5rem; 249 | margin-top: 5vh; 250 | } 251 | 252 | .FCR1 { 253 | display: flex; 254 | flex-wrap: wrap; 255 | flex-direction: row; 256 | justify-content: space-around; 257 | } 258 | .FC1 { 259 | padding-top: 6vh; 260 | } 261 | 262 | .FC1 p { 263 | color: #464646; 264 | font-family: Geomanist-Book; 265 | margin-top: -2vh; 266 | } 267 | 268 | .Joining-Features { 269 | width: 100%; 270 | display: flex; 271 | flex-direction: row; 272 | justify-content: space-around; 273 | margin-bottom: 3vh; 274 | background: rgb(197, 197, 197); 275 | height: fit-content; 276 | } 277 | 278 | .Features-card { 279 | margin-top: 2vh; 280 | width: 300px; 281 | } 282 | 283 | .fcon1 { 284 | width: 100%; 285 | height: 60%; 286 | border-radius: 50%; 287 | } 288 | 289 | .Sports { 290 | position: relative; 291 | width: 100%; 292 | min-height: 80vh; 293 | background: chocolate; 294 | transition: 0.5s; 295 | margin-bottom: 2vh; 296 | } 297 | 298 | #sports-head { 299 | position: absolute; 300 | top: 0; 301 | left: 0; 302 | width: 100%; 303 | padding-top: 5vh; 304 | align-items: center; 305 | margin-left: 2vh; 306 | } 307 | 308 | #sports-head .logo { 309 | position: relative; 310 | font-size: 4rem; 311 | text-decoration: none; 312 | color: white; 313 | font-weight: 600; 314 | } 315 | 316 | .sports-content { 317 | position: relative; 318 | width: 100%; 319 | display: flex; 320 | justify-content: space-between; 321 | align-items: center; 322 | margin-left: 2vh; 323 | } 324 | .sports-content .sports-text { 325 | position: relative; 326 | max-width: 600px; 327 | } 328 | .sports-content .sports-text h2 { 329 | color: white; 330 | padding-top: 10vh; 331 | font-size: 3em; 332 | line-height: 1.5em; 333 | font-weight: 600; 334 | text-transform: capitalize; 335 | } 336 | .sports-content .sports-text h2 span { 337 | font-size: 2em; 338 | } 339 | .sports-content .sports-text p { 340 | color: white; 341 | } 342 | .sports-content .sports-text a { 343 | display: inline-block; 344 | margin-top: 3vh; 345 | padding: 8px 20px; 346 | background: white; 347 | color: black; 348 | border-radius: 40px; 349 | font-weight: 500; 350 | letter-spacing: 1px; 351 | text-decoration: none; 352 | text-transform: capitalize; 353 | } 354 | .sImg { 355 | width: 80vh; 356 | margin-top: 5vh; 357 | margin-right: 5vh; 358 | } 359 | .sports-content .sports-img { 360 | padding-top: 5vh; 361 | } 362 | .sports-content .sports-img img { 363 | max-width: 140px; 364 | height: 50px; 365 | } 366 | 367 | .thumb { 368 | position: absolute; 369 | left: 50%; 370 | margin-top: 85vh; 371 | transform: translateX(-50%); 372 | display: flex; 373 | } 374 | 375 | .thumb li { 376 | list-style: none; 377 | display: inline-block; 378 | margin: 0 20px; 379 | cursor: pointer; 380 | transition: 0.5s; 381 | } 382 | .thumb li img { 383 | max-width: 80px; 384 | border-radius: 10px; 385 | } 386 | .MainImg { 387 | max-width: 50px; 388 | border-radius: 10px; 389 | } 390 | 391 | .thumb li:hover { 392 | transform: translateY(-15px); 393 | } 394 | 395 | #Membership { 396 | width: 100%; 397 | display: flex; 398 | flex-direction: row; 399 | justify-content: space-around; 400 | background: rgb(197, 197, 197); 401 | } 402 | 403 | .contactform { 404 | width: 30%; 405 | padding: 2vh; 406 | height: 20%; 407 | background: white; 408 | opacity: 0.9; 409 | border-radius: 15px; 410 | border: 2px solid black; 411 | margin-top: 3vh; 412 | margin-bottom: 3vh; 413 | font-family: roboto; 414 | } 415 | .contactform h2 { 416 | font-size: 2rem; 417 | color: #333; 418 | font-weight: 500; 419 | } 420 | .contactform .inputBox { 421 | position: relative; 422 | width: 100%; 423 | margin-top: 2vh; 424 | } 425 | .contactform .inputBox input, 426 | .contactform .inputBox textarea { 427 | width: 100%; 428 | padding: 5px 0; 429 | font-size: 16px; 430 | margin: 10px 0; 431 | border: none; 432 | border-bottom: 2px solid #333; 433 | outline: none; 434 | resize: none; 435 | } 436 | .contactform .inputBox input:hover, 437 | .contactform .inputBox textarea:hover { 438 | border-bottom: 2px solid blue; 439 | } 440 | 441 | .contactform .inputBox span { 442 | position: absolute; 443 | left: 0; 444 | padding: 5px 0; 445 | font-size: 16px; 446 | margin: 10px 0; 447 | pointer-events: none; 448 | transition: 0.5s; 449 | color: #666; 450 | } 451 | .Sbutton { 452 | background-color: red; 453 | color: white; 454 | padding: 7px 10px; 455 | text-align: center; 456 | text-decoration: none; 457 | display: inline-block; 458 | font-size: 20px; 459 | border-radius: 5px; 460 | border: none; 461 | position: right; 462 | width: 20vh; 463 | } 464 | .Sbutton:hover { 465 | box-shadow: 0px 0px 5px black; 466 | cursor: pointer; 467 | } 468 | 469 | .contactform .inputBox input:focus ~ span, 470 | .contactform .inputBox input:valid ~ span, 471 | .contactform .inputBox textarea:focus ~ span, 472 | .contactform .inputBox textarea:valid ~ span { 473 | color: blue; 474 | font-size: 1rem; 475 | transform: translateY(-20px); 476 | } 477 | 478 | .footer { 479 | display: flex; 480 | flex-flow: row wrap; 481 | color: #e41b1b; 482 | background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), 483 | url("Project\ Logo.png"); 484 | background-repeat: no-repeat; 485 | background-size: cover; 486 | background-position: center; 487 | border-top: 1px solid #e5e5e5; 488 | } 489 | 490 | .footer > * { 491 | flex: 30%; 492 | } 493 | 494 | .footer__logo { 495 | font-family: sans-serif; 496 | font-weight: 700; 497 | text-transform: capitalize; 498 | color: red; 499 | font-size: 32px; 500 | } 501 | 502 | .footer__addr h2 { 503 | font-size: 15px; 504 | font-weight: 400; 505 | color: white; 506 | } 507 | 508 | .footer address { 509 | font-style: normal; 510 | color: #999; 511 | } 512 | 513 | .footer__btn { 514 | display: flex; 515 | align-items: center; 516 | justify-content: center; 517 | height: 40px; 518 | width: 100px; 519 | background-color: rgb(238, 10, 10); 520 | border-radius: 100px; 521 | color: #cdcfd6; 522 | font-size: 17px; 523 | size: 30px; 524 | text-decoration: none; 525 | } 526 | .footer__btn:hover { 527 | background-color: blue; 528 | text-decoration: underline; 529 | } 530 | 531 | .container { 532 | display: flex; 533 | width: 100%; 534 | margin: 2% 1%; 535 | box-sizing: border-box; 536 | height: 80vh; 537 | } 538 | 539 | .box { 540 | flex: 1; 541 | overflow: hidden; 542 | transition: 0.5s; 543 | margin: 0 2%; 544 | box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1); 545 | line-height: 0; 546 | } 547 | 548 | .box > img { 549 | width: 200%; 550 | height: calc(100% - 10vh); 551 | object-fit: cover; 552 | transition: 0.5s; 553 | } 554 | 555 | .box > span { 556 | font-size: 3.8vh; 557 | display: block; 558 | text-align: center; 559 | height: 10vh; 560 | line-height: 2.6; 561 | } 562 | 563 | .box:hover { 564 | flex: 1 1 30%; /* flex : flexgrow flexShrink flexbasis */ 565 | } 566 | 567 | .box:hover > img { 568 | width: 100%; 569 | height: 100%; 570 | } 571 | -------------------------------------------------------------------------------- /Home.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/Home.jpg -------------------------------------------------------------------------------- /Home_page.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Home 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 54 |
55 |
56 |

Sportistan 57 |

Be a Champion 58 |

59 |

60 |
61 | 62 |
63 | 64 |

65 | This marquee is generated for latest updates of our club games and 66 | programmes. 67 |

68 |
69 |
70 | 71 | 72 |
73 |
74 | 87 | 88 |
89 | 90 |
91 | 92 |
93 |

Taylor Cup

94 |

A Sports Event-Taylor Cup,Organized By Chitkara Bussiness School on 15th and 16th October 2019

95 |
96 |
97 | 98 |
99 | 100 |
101 |

WHAT DOES IT TAKE TO BE A CHAMPION

102 |

Joy Bhattacharya renowned sports personality of India shared his pearls of wisdom in a virtual session with Chitkara University.

103 |
104 |
105 | 106 |
107 | 108 |
109 |

WINS AT IIT ROORKEE

110 |

Chitkara University’s Snooker Team won Gold Medal at IIT Roorkee Sports Fest.The Final match was played against IIT ROORKEE A team. The winning score was 3-0

111 |
112 |
113 | 114 |
115 |
116 | 117 | 118 |
119 |

SPORTS CLUB ACTIVITIES

120 |
121 | 122 |
123 |
124 | Cricket 125 |
126 |
127 | 128 |
129 |
130 | Basketball 131 |
132 |
133 | 134 |
135 |
136 | Badminton 137 |
138 |
139 | 140 |
141 |
142 | Football 143 |
144 |
145 | 146 |
147 |
148 | Volleyball 149 |
150 |
151 | 152 |
153 |
154 | Lawn-Tennis 155 |
156 |
157 | 158 |
159 |
160 | 161 | 162 |
163 | 164 |
165 |

About Chitkara:-

166 |
167 |
168 |             AVERAGE NUMBER OF SPORTS AND CULTURAL EVENTS/
169 |             COMPETITIONS ORGANISED BY THE INSTITUTION PER YEAR.
170 |             Near About 59 Sports and Cultural Events / Competitions 
171 |             organised by the Institution (2018-19)
172 |           
173 |
174 | 175 |
176 |
177 |
178 | 179 |
180 |
181 |

182 | Features which are too good to be true 183 |

184 |
185 |
186 |
187 |
188 | 189 |

190 | Multi-Perform Availability 191 |

192 |

193 | Use it as a desktop website. 194 |

195 |
196 | 197 |
198 | 199 |

200 | Supports all types of sports 201 |

202 |

203 | Not only traditional sports like cricket 204 |

205 |
206 | 207 |
208 | 209 |

210 | Awards or Achievements 211 |

212 |

213 | Fully equipped with features which 214 |

215 |
216 | 217 |
218 | 219 | 220 |
221 |
222 | 223 |

224 | Regular updates 225 |

226 |

227 | Constant product enhancements done 228 |

229 |
230 | 231 |
232 | 233 |

234 | Massive scalability 235 |

236 |

237 | Build a business like Dream11 which can 238 |

239 |
240 | 241 |
242 | 243 |

244 | Sponsorship 245 |

246 |

247 | Generate a parallel revenue stream with 248 |

249 |
250 | 251 |
252 | 253 | 254 |
255 |
256 | 257 |

258 | Integrated data-feeds 259 |

260 |

261 | use it as desktop website,mobile website. 262 |

263 |
264 | 265 |
266 | 267 |

268 | Multi-Perform Availability 269 |

270 |

271 | use it as desktop website,mobile website. 272 |

273 |
274 | 275 |
276 | 277 |

278 | Global support 279 |

280 |

281 | use it as desktop website,mobile website. 282 |

283 |
284 |
285 | 286 |
287 | 288 | 289 |
290 | 291 |
292 | 293 |
294 |

Be a Member

295 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit nullam nunc justo sagittis suscipit ultrices.

296 |
297 |
298 | 299 |
300 | 301 |
302 |

Trainings

303 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit nullam nunc justo sagittis suscipit ultrices.

304 |
305 |
306 | 307 |
308 | 309 |
310 |

Youth Connection

311 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit nullam nunc justo sagittis suscipit ultrices.

312 |
313 |
314 | 315 |
316 | 317 | 318 |
319 |
320 | 321 |
322 |
323 |
324 |

325 | That's
I like 326 |

327 |

328 | Lorem ipsum dolor sit amet consectetur 329 | adipisicing elit. 330 | Harum vero commodi libero vitae 331 | distinctio. Quo, error est dolores m deleniti quis excepturi 332 | ipsum temporibus, ab non libero debitis molestiae culpa. 333 |

334 | View More... 335 |
336 | 337 | 338 |
339 | 340 |
341 | 342 |
    343 |
  • 344 |
  • 345 |
  • 346 |
347 |
348 | 349 |
350 | 351 |
352 |

Be a Member :-

353 |
    354 |
  • It’s a great way to meet new people and make lifelong friends
  • 355 |
  • It’s good for your wellbeing
  • 356 |
  • It’s a brilliant way to balance study
  • 357 |
  • You can boost your CV with transferrable skills
  • 358 |
  • It’s easy to join, super affordable and you’ll get access to great facilities
  • 359 |
360 | 361 |
362 | 363 | 364 | 365 |
366 |
367 |

Register Now

368 |
369 | 370 | Name 371 |
372 |
373 | 374 | Mobile No. 375 |
376 |
377 | 378 |
By creating an account, I agree to Sportistan Website terms, Privacy policy and Licensing terms.
379 |
380 |

381 | Already have an account? Log in 382 |

383 |
384 |
385 |
386 |
387 | 388 |
389 | 390 |

Our Grounds

391 |
392 |
393 | 394 | Tennis 395 |
396 |
397 | 398 | Basketball 399 |
400 |
401 | 402 | TableTennis 403 |
404 |
405 | 406 | Volleyball 407 |
408 |
409 | 410 | 411 | 412 | 413 | 414 | 425 | 426 | 427 | 428 | 429 | 430 | 431 | 432 | 433 | -------------------------------------------------------------------------------- /Project Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/Project Logo.png -------------------------------------------------------------------------------- /Theme Video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/Theme Video.mp4 -------------------------------------------------------------------------------- /sports-img/BAsketball.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/sports-img/BAsketball.jpeg -------------------------------------------------------------------------------- /sports-img/Cricket.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/sports-img/Cricket.jpeg -------------------------------------------------------------------------------- /sports-img/Football.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/sports-img/Football.jpeg -------------------------------------------------------------------------------- /sports-img/Main.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/sports-img/Main.jpeg -------------------------------------------------------------------------------- /sports-img/Tabletennis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/sports-img/Tabletennis.jpg -------------------------------------------------------------------------------- /sports-img/Tennis Ground.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/sports-img/Tennis Ground.jpeg -------------------------------------------------------------------------------- /sports-img/Volleyball.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/sports-img/Volleyball.jpeg -------------------------------------------------------------------------------- /sports-img/WhatsApp Video 2022-01-22 at 20.23.59.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/sports-img/WhatsApp Video 2022-01-22 at 20.23.59.mp4 -------------------------------------------------------------------------------- /sports-img/Winnings.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/sports-img/Winnings.jpeg -------------------------------------------------------------------------------- /sports-img/badminton.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/sports-img/badminton.jpeg -------------------------------------------------------------------------------- /sports-img/tennis.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/sports-img/tennis.jpeg -------------------------------------------------------------------------------- /sports-img/volley.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NamanMalhotra1706/Web-Project-Using-HTML-CSS-and-JS/d5cac526b3e697f24b016c867e3c7755ec871f87/sports-img/volley.jpeg --------------------------------------------------------------------------------