-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsports.php
executable file
·819 lines (692 loc) · 31.4 KB
/
sports.php
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
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Students' Gymkhana, IIT Bhubaneswar</title>
<!-- Favicons -->
<link rel="shortcut icon" href="assets/img/logo.png">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Montserrat:300,400,500,700" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/vendor/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/slick/slick.css"/>
<link rel="stylesheet" type="text/css" href="assets/slick/slick-theme.css"/>
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<style type="text/css">
#portfolio {
padding: 80px 0;
}
.page-title {
margin-bottom: 40px;
}
.text-center {
text-align: center;
}
/* Portfolio */
#portfolio {
padding: 80px 0;
}
#portfolio #portfolio-wrapper {
padding-right: 15px;
}
#portfolio #portfolio-flters {
padding: 0;
margin: 0 0 45px 0;
list-style: none;
text-align: center;
}
#portfolio #portfolio-flters li {
cursor: pointer;
margin: 0 10px;
display: inline-block;
padding: 10px 22px;
font-size: 12px;
line-height: 20px;
color: #666666;
border-radius: 4px;
text-transform: uppercase;
background: #f7f7f7;
margin-bottom: 5px;
transition: all 0.3s ease-in-out;
}
#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
background: #0007e9;
color: #fff;
}
#portfolio .portfolio-item {
position: relative;
height: 200px;
overflow: hidden !important;
margin-bottom: 15px;
transition: all 350ms ease;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
#portfolio .portfolio-item a {
display: block;
margin-right: 15px;
}
#portfolio .portfolio-item img {
position: relative;
width:100%;
height:100%;
top: 0;
transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#portfolio .portfolio-item .details {
height: 50px;
background: #0007e9;
position: absolute;
width: 100%;
height: 50px;
bottom: -50px;
transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#portfolio .portfolio-item .details h4 {
font-size: 14px;
font-weight: 700;
color: #fff;
padding: 8px 0 2px 8px;
margin: 0;
}
#portfolio .portfolio-item .details span {
display: block;
color: #fff;
font-size: 13px;
padding-left: 8px;
}
#portfolio .portfolio-item:hover .details {
bottom: 0;
}
#portfolio .portfolio-item:hover img {
top: -30px;
}
.g-bg-color--sky-light {
background-color: #f5f8f9 !important;
}
.g-promo-section {
position: relative;
}
@media (min-width: 34em){
.g-padding-y-125--sm {
padding-top: 7.8125rem;
padding-bottom: 7.8125rem;
}
.g-padding-y-125--sm {
padding-top: 7.8125rem;
padding-bottom: 7.8125rem;
}
}
.g-padding-y-80--xs {
padding-top: 5rem;
padding-bottom: 5rem;
}
.g-height-400--xs {
height: 25rem;
}
@media (min-width: 48em){
.g-promo-section__img-right--md {
position: absolute;
top: 0;
right: 0;
}
.g-promo-section__img-left--md {
position: absolute;
top: 0;
left: 0;
}
.g-height-100-percent--md {
height: 100%;
}
}
.g-margin-b-30--xs {
margin-bottom: 1.875rem;
}
.g-bg-position--center {
background-size: cover !important;
background-position: center center !important;
}
.g-padding-y-80--xs {
padding-top: 5rem;
padding-bottom: 5rem;
}
.g-padding-x-40--xs {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.g-radius--50 {
border-radius: 3.125rem !important;
}
.s-btn--primary-brd {
color: #13b1cd;
background: transparent;
border-width: 0.0625rem;
border-style: solid;
border-color: #13b1cd;
}
.s-btn--sm {
font-size: 0.875rem;
font-weight: 400;
padding: 0.75rem 1.25rem;
}
.s-btn {
display: inline-block;
text-align: center;
vertical-align: middle;
border: none;
white-space: nowrap;
touch-action: manipulation;
cursor: pointer;
user-select: none;
transition-duration: 300ms;
transition-property: all;
transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.text-uppercase {
text-transform: uppercase;
}
</style>
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top header-transparent">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-xl-11 d-flex align-items-center">
<a href="https://iitbbs.ac.in/" style="border-left:0px; padding-right:14px;" class="logo"><img src="assets/img/logo.png" class="img-fluid"></a>
<a href="index.php" class="logo mr-auto"><img src="assets/img/SGLogo2.png" alt="" class="img-fluid"></a>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="index.php">Home</a></li>
<li><a href="facilities.php">Facilities</a></li>
<li class="drop-down"><a href="#">Councils</a>
<ul>
<li><a href="technical.php">Technical council</a></li>
<li><a href="cultural.php">Socio-Cultural Council</a></li>
<li><a href="sports.php">Sports Council</a></li>
</ul>
</li>
<li><a href="fests.php">Fests</a></li>
<li class="drop-down"><a href="#">Meets</a>
<ul>
<li><a href="sportsmeet.php">Inter IIT Sports Meet</a></li>
<li><a href="techmeet.php">Inter IIT Tech Meet</a></li>
<li><a href="gc.php">General Championship</a></li>
<!-- <li><a href="ic.php">Innovation Challenge</a></li> -->
</ul>
</li>
<li><a href="office.php">Office</a></li>
<li><a href="assets/Constitution.pdf">Constitution</a></li>
<li><a href="contact.php">Contact Us</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</div>
</div>
</header><!-- End Header -->
<section id="intro">
<div class="intro-container">
<div id="introCarousel" class="carousel slide carousel-fade" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="carousel-item active" style="background-image: url(./assets/img/sports/1.jpg)">
<div class="carousel-container">
<div class="container">
<h3> SPORTS COUNCIL </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Intro Section -->
<div id="portfolio">
<div class="container">
<div class="page-title text-center">
<h1>Gallery</h1>
</div>
<div class="row slider" id="portfolio-wrapper">
<div class="col-lg-3 col-md-6 portfolio-item filter-cricket">
<a href="assets/img/sports/cricket.jpg">
<img src="assets/img/sports/cricket.jpg" alt="">
<div class="details">
<h4>Cricket</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 portfolio-item filter-football">
<a href="assets/img/sports/football (1).jpg">
<img src="assets/img/sports/football (1).jpg" alt="">
<div class="details">
<h4>Football</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 portfolio-item filter-badminton">
<a href="assets/img/sports/badminton(1).jpg">
<img src="assets/img/sports/badminton(1).jpg" alt="">
<div class="details">
<h4>Badminton</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 portfolio-item filter-others">
<a href="assets/img/sports/basky.jpg">
<img src="assets/img/sports/basky.jpg" alt="">
<div class="details">
<h4>Basketball</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 portfolio-item filter-others">
<a href="assets/img/sports/tennis.jpg">
<img src="assets/img/sports/tennis.jpg" alt="">
<div class="details">
<h4>Tennis</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 portfolio-item filter-volley">
<a href="assets/img/sports/volleyball (1).jpg">
<img src="assets/img/sports/volleyball (1).jpg" alt="">
<div class="details">
<h4>Volleyball</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 portfolio-item filter-others">
<a href="assets/img/sports/basky1.jpg">
<img src="assets/img/sports/basky1.jpg" alt="">
<div class="details">
<h4>Basketball</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 portfolio-item filter-others">
<a href="assets/img/sports/tt.jpg">
<img src="assets/img/sports/tt.jpg" alt="">
<div class="details">
<h4>Table Tennis</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 portfolio-item filter-badminton">
<a href="assets/img/sports/gym2.jpg">
<img src="assets/img/sports/gym2.jpg" alt="">
<div class="details">
<h4>Gym</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 portfolio-item filter-volley">
<a href="assets/img/sports/volleyball (2).jpg">
<img src="assets/img/sports/volleyball (2).jpg" alt="">
<div class="details">
<h4>Volleyball</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 portfolio-item filter-cricket">
<a href="assets/img/sports/cricket (2).jpg">
<img src="assets/img/sports/cricket (2).jpg" alt="">
<div class="details">
<h4>Cricket</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 portfolio-item filter-football">
<a href="assets/img/sports/football (2).jpg">
<img src="assets/img/sports/football (2).jpg" alt="">
<div class="details">
<h4>Football</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 portfolio-item filter-others">
<a href="assets/img/sports/tt3.jpg">
<img src="assets/img/sports/tt3.jpg" alt="">
<div class="details">
<h4>Table Tennis</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 portfolio-item filter-cricket">
<a href="assets/img/sports/cricket (5).jpg">
<img src="assets/img/sports/cricket (5).jpg" alt="">
<div class="details">
<h4>Cricket</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 portfolio-item filter-football">
<a href="assets/img/sports/football (5).jpg">
<img src="assets/img/sports/football (5).jpg" alt="">
<div class="details">
<h4>Football</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 portfolio-item filter-others">
<a href="assets/img/sports/squash.jpg">
<img src="assets/img/sports/squash.jpg" alt="">
<div class="details">
<h4>Squash</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 portfolio-item filter-badminton">
<a href="assets/img/sports/badminton(3).jpg">
<img src="assets/img/sports/badminton(3).jpg" alt="">
<div class="details">
<h4>Badminton</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 portfolio-item filter-volley">
<a href="assets/img/sports/volleyball (5).jpg">
<img src="assets/img/sports/volleyball (5).jpg" alt="">
<div class="details">
<h4>Volleyball</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 portfolio-item filter-football">
<a href="assets/img/sports/football (7).jpg">
<img src="assets/img/sports/football (7).jpg" alt="">
<div class="details">
<h4>Football</h4>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 portfolio-item filter-badminton">
<a href="assets/img/sports/badminton(2).jpg">
<img src="assets/img/sports/badminton(2).jpg" alt="">
<div class="details">
<h4>Badminton</h4>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="g-promo-section">
<div class="container-sp g-padding-y-80--xs g-padding-y-125--sm">
<div class="row">
<div class="col-sm-6 offset-sm-6" style="padding: 30px;">
<div class="g-margin-b-30--xs">
<h3 class="g-font-size-32--xs g-font-size-36--sm">FOOTBALL</h3>
<p>
Our campus has a well equipped football ground. Also, this year there will be addition of slalom poles, hurdles of different heights, training ladder etc. in our inventory. These equipments help our players to improve their individual skills but that cannot be done without proper guidance wherein the role of the coach comes and we are very lucky to have a coach like Mr. Biswajit Pegu. It is said that an expert in something was once a beginner and our coach contributes a lot in making this statement true.
</p>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-sm-pull-6 g-promo-section__img-right--md g-promo-section__img-left--md g-bg-position--center g-height-400--xs g-height-100-percent--md js__fullwidth-img" style="background-image: url('./assets/img/sports/football (8).jpg');">
</div>
</div>
<div class="g-promo-section">
<div class="container-sp g-padding-y-80--xs g-padding-y-125--sm">
<div class="row">
<div class="col-sm-6" style="padding: 30px;">
<div class="g-margin-b-30--xs">
<h3 class="g-font-size-32--xs g-font-size-36--sm">CRICKET</h3>
<p>
In India cricket is a religion which unites the whole nation. And here at IIT Bhubaneswar we have all the facilities that can help a student develop his cricketing skills and live his dreams. In our permanent campus at Arugul we have our cricket ground beside the boys hostel which includes an installed practice net. All the required equipment and gears for practice sessions as well as matches are provided by the gymkhana along with appointment of a suitable and experienced coach.
</p>
</div>
</div>
</div>
</div>
<div class="col-sm-6 g-promo-section__img-right--md g-bg-position--center g-height-400--xs g-height-100-percent--md js__fullwidth-img" style="background-image: url('./assets/img/sports/cricket (4).jpg');">
</div>
</div>
<div class="g-promo-section">
<div class="container-sp g-padding-y-80--xs g-padding-y-125--sm">
<div class="row">
<div class="col-sm-6 offset-sm-6" style="padding: 30px;">
<div class="g-margin-b-30--xs">
<h3 class="g-font-size-32--xs g-font-size-36--sm">BADMINTON</h3>
<p>
From this year our institute is coming up with a SAC containing 3 well facilated badminton indoor court along with all the necessary equipment required for badminton . Badminton is not only a fun game but also it makes us physically and mentally fit and also teaches us many important skills like coordination, increase responding power which is also useful in our social life.As we all know physical fitness is as important as our studies. So just pull your socks and join with the best sports you prefer . Get ready for the chance.
</p>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-sm-pull-6 g-promo-section__img-right--md g-promo-section__img-left--md g-bg-position--center g-height-400--xs g-height-100-percent--md js__fullwidth-img" style="background-image: url('./assets/img/sports/badminton(3).jpg');">
</div>
</div>
<div class="g-promo-section">
<div class="container-sp g-padding-y-80--xs g-padding-y-125--sm">
<div class="row">
<div class="col-sm-6" style="padding: 30px;">
<div class="g-margin-b-30--xs">
<h3 class="g-font-size-32--xs g-font-size-36--sm">ATHLETICS</h3>
<p>
A good athlete is a one with best physique so it gives you motivation to be a part of athletic team at IIT, it is a group of sporting events that involves competitive running, jumping, throwing, and walking. At IIT you will get all the equipments such as javelins, blocks, balls, hammer and even couch for long jump, with international standards fields for practice, and the proper guidance for best techniques and use of equipments and healthy competitive culture ,also unlike team games you can individually take part in it and with maximum number of events in inter IIT sports meet as well as in intra college tournaments ranging from discuss throw to relay races.
</p>
</div>
</div>
</div>
</div>
<div class="col-sm-6 g-promo-section__img-right--md g-bg-position--center g-height-400--xs g-height-100-percent--md js__fullwidth-img" style="background-image: url('./assets/img/sports/1.jpg');">
</div>
</div>
<div class="g-promo-section">
<div class="container-sp g-padding-y-80--xs g-padding-y-125--sm">
<div class="row">
<div class="col-sm-6 offset-sm-6" style="padding: 30px;">
<div class="g-margin-b-30--xs">
<h3 class="g-font-size-32--xs g-font-size-36--sm">VOLLEYBALL</h3>
<p>
Volleyball is one of the most enthusiastically played sport in IIT Bhubaneswar and is committed to
training athletes to perform at their highest level by uniting talented and passionate players.
The facilities available are at par with the best in the world. Every year inductions to the society
are held at the start of the academic year and the selected members undergo a lot of training
and participate in various competitions. We strive to have a positive impact on each and every
individual in our society. One of our main aims is performing well in Inter IIT- a battle where
teams from different IIT's compete against each other in a battle for supremacy. Participation in
volleyball provides athletes with a special opportunity to enhance physical health while learning
the value of teamwork, composure, and perseverance. Ultimately, our mission is to provide a
supportive environment for learning to excel in competition, to create a social community for
club players during their time at the campus and beyond.
</p>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-sm-pull-6 g-promo-section__img-right--md g-promo-section__img-left--md g-bg-position--center g-height-400--xs g-height-100-percent--md js__fullwidth-img" style="background-image: url('./assets/img/sports/volleyball (5).jpg');">
</div>
</div>
<div class="g-promo-section">
<div class="container-sp g-padding-y-80--xs g-padding-y-125--sm">
<div class="row">
<div class="col-sm-6" style="padding: 30px;">
<div class="g-margin-b-30--xs">
<h3 class="g-font-size-32--xs g-font-size-36--sm">BASKETBALL</h3>
<p>
As we all know that we have well equipped basketball courts and five more new courts are also got constructed this year. Also, there will be addition of slalom poles, hurdles of different heights, training ladder and plenty of balls for the practise etc., in our inventory. These equipments help our players to improve their individual skills and fitness but that cannot be done without proper guidance wherein the role of the coach. It is said that an expert in something was once a beginner and our coach contributes a lot in making this statement true.So, let's use these facilities to the fullest with a sportive attitude.
</p>
</div>
</div>
</div>
</div>
<div class="col-sm-6 g-promo-section__img-right--md g-bg-position--center g-height-400--xs g-height-100-percent--md js__fullwidth-img" style="background-image: url('./assets/img/sports/basky5.jpg');">
</div>
</div>
<!-- <div class="g-promo-section">
<div class="container-sp g-padding-y-80--xs g-padding-y-125--sm">
<div class="row">
<div class="col-sm-6 offset-sm-6" style="padding: 30px;">
<div class="g-margin-b-30--xs">
<h3 class="g-font-size-32--xs g-font-size-36--sm">HOCKEY</h3>
<p>
IIT Bhubaneswar since it's inception has given importance to sports and fitness . Hockey being a game of great admiration in India has been launched in our college too. We have a fully made ready to use hockey ground for all hockey enthusiasts. All sort of hockey equipments and accessories are accessible to everyone in campus . To improve individual skills required guidance is being provided .
</p>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-sm-pull-6 g-promo-section__img-right--md g-promo-section__img-left--md g-bg-position--center g-height-400--xs g-height-100-percent--md js__fullwidth-img" style="background-image: url('./assets/img/sports/hockey.jpg');">
</div>
</div> -->
<div class="g-promo-section">
<div class="container-sp g-padding-y-80--xs g-padding-y-125--sm">
<div class="row">
<div class="col-sm-6 offset-sm-6" style="padding: 30px;">
<div class="g-margin-b-30--xs">
<h3 class="g-font-size-32--xs g-font-size-36--sm">TABLE TENNIS</h3>
<p>
Have you ever imagined playing a sport with extraordinary equipment? Here our campus has phenomenal equipments and with ongoing construction of SAC which is going to have an amazing Table Tennis room with no escape from the opportunity. This sport is becoming more and more popular on our campus day by day and everyone is trying their best to excel in this sport having wonderful guidance from our very dedicated coach and team players. Table tennis as a Sports builds our overall persona and prepares us for life. Opportunity in table tennis is to be created rather than waiting for a ready-made one.
</p>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-sm-pull-6 g-promo-section__img-right--md g-promo-section__img-left--md g-bg-position--center g-height-400--xs g-height-100-percent--md js__fullwidth-img" style="background-image: url('./assets/img/sports/tt3.jpg');">
</div>
</div>
<!-- <div class="g-promo-section">
<div class="container-sp g-padding-y-80--xs g-padding-y-125--sm">
<div class="row">
<div class="col-sm-6 offset-sm-6" style="padding: 30px;">
<div class="g-margin-b-30--xs">
<h3 class="g-font-size-32--xs g-font-size-36--sm">SQUASH</h3>
<p>
Supporting sports culture in our campus has been tremondusly increasing from the very start of establishment of IIT BBS . This year we got our new squash court . With the availability of sufficient number of rackets it's been a great chance for students to develop their game . Even though we are beginners, it's often prooved that Practise makes man perfect .
</p>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-sm-pull-6 g-promo-section__img-right--md g-promo-section__img-left--md g-bg-position--center g-height-400--xs g-height-100-percent--md js__fullwidth-img" style="background-image: url('./assets/img/sports/squash.jpg');">
</div>
</div> -->
<div class="g-promo-section">
<div class="container-sp g-padding-y-80--xs g-padding-y-125--sm">
<div class="row">
<div class="col-sm-6" style="padding: 30px;">
<div class="g-margin-b-30--xs">
<h3 class="g-font-size-32--xs g-font-size-36--sm">TENNIS</h3>
<p>
Tennis is an upcoming sport at our campus, with active development of courts under progress. Being an intricate game it demands high levels of attention span during the matches. While the courts are still a work in progress there is a good spirit among students willing to learn how to play this sport.
</p>
</div>
</div>
</div>
</div>
<div class="col-sm-6 g-promo-section__img-right--md g-bg-position--center g-height-400--xs g-height-100-percent--md js__fullwidth-img" style="background-image: url('./assets/img/sports/tennis.jpg');">
</div>
</div>
<div class="g-promo-section">
<div class="container-sp g-padding-y-80--xs g-padding-y-125--sm">
<div class="row">
<div class="col-sm-6 offset-sm-6" style="padding: 30px;">
<div class="g-margin-b-30--xs">
<h3 class="g-font-size-32--xs g-font-size-36--sm">BOARD GAMES</h3>
<p>
Board games are traditionally a subset of table-top games that involve counters or pieces moved or placed on a pre-marked surface or "board", according to a set of rules. In common parlance, however, a board game need not necessarily contain a physical board. Some games are based on pure strategy, but many contain an element of chance; and some are purely chance, with no element of skill. Games usually have a goal that a player aims to achieve. Early board games represented a battle between two armies, and most modern board games are still based on defeating opponents in terms of counters, winning position, or accrual of points. At IIT Bhubaneswar we have people playing all sorts of board games some of them include chess, carroms etc ..
</p>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-sm-pull-6 g-promo-section__img-right--md g-promo-section__img-left--md g-bg-position--center g-height-400--xs g-height-100-percent--md js__fullwidth-img" style="background-image: url('./assets/img/sports/boardgames.jpg');">
</div>
</div>
<div class="g-promo-section">
<div class="container-sp g-padding-y-80--xs g-padding-y-125--sm">
<div class="row">
<div class="col-sm-6" style="padding: 30px;">
<div class="g-margin-b-30--xs">
<h3 class="g-font-size-32--xs g-font-size-36--sm">GYM AND WEIGHTLIFTING</h3>
<p>
"The worst thing I can be is the same as everyone else and I hate it" - Arnold Schwarzenegger.<br><br> The gym is not a social place for the fit, it is a place where an individual transforms himself into someone different from the crowd. IIT Bhubaneswar provides its residents with a fully functional gym which is a perfect combo of modern machines and old school weight training. It not only helps you build muscle but also keeps your mental health in a perfect condition.
So be ready to channelise your energy and hit the gym and transform your mind and soul.
</p>
</div>
</div>
</div>
</div>
<div class="col-sm-6 g-promo-section__img-right--md g-bg-position--center g-height-400--xs g-height-100-percent--md js__fullwidth-img" style="background-image: url('./assets/img/sports/gym.jpg');">
</div>
</div>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="ion-ios-arrow-right"></i> <a href="https://www.iitbbs.ac.in">IIT Bhubaneswar</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="assets/Constitution.pdf">Gymkhana Constitution</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="https://www.iitbbs.ac.in/cdc/">Career Development Cell</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
IIT Bhubaneswar<br>
At Arugul, Jatani<br>
Khordha, Odisha - 752050<br>
</p>
</div>
<div class="col-lg-4 col-md-6 footer-newsletter">
<h4>Connect with us</h4>
<div class="social-links">
<a href="https://www.facebook.com/SG.IITBhubaneswar/" class="facebook"><i class="fa fa-facebook"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
Developed by Web and Design Society, IIT Bhubaneswar
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Uncomment below i you want to use a preloader -->
<!-- <div id="preloader"></div> -->
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script src="assets/js/custom.js"></script>
<script type="text/javascript" src="assets/slick/slick.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.slider').slick({
dots:true,
arrows:true,
slidesToShow: 3,
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 2000,
});
});
</script>
</body>
</html>