-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
829 lines (793 loc) · 45 KB
/
index.html
File metadata and controls
829 lines (793 loc) · 45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
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
820
821
822
823
824
825
826
827
828
829
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- SEO Meta Tags -->
<meta name="description" content="MtB - Mountain Biking Club of IIT Mandi">
<meta name="author" content="MtB - Webdevs">
<!-- OG Meta Tags to improve the way the post looks when you share the page on LinkedIn, Facebook, Google+ -->
<meta property="og:site_name" content="" />
<!-- website name -->
<meta property="og:site" content="" />
<!-- website link -->
<meta property="og:title" content=""/>
<!-- title shown in the actual shared post -->
<meta property="og:description" content="" />
<!-- description shown in the actual shared post -->
<meta property="og:image" content="" />
<!-- image link, make sure it's jpg -->
<meta property="og:url" content="" />
<!-- where do you want your post to link to -->
<meta property="og:type" content="article" />
<!-- Website Title -->
<title>MtB | IIT Mandi</title>
<!-- Styles -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i" rel="stylesheet">
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/fontawesome-all.css" rel="stylesheet">
<link href="css/swiper.css" rel="stylesheet">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
<link href="css/magnific-popup.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" href="images/MTBlogo.png">
</head>
<body data-spy="scroll" data-target=".fixed-top">
<!-- Preloader -->
<!-- end of preloader -->
<!-- Navbar -->
<nav class="navbar navbar-expand-md navbar-dark navbar-custom fixed-top" style="background-color: white;" >
<!-- Text Logo - Use this if you don't have a graphic logo -->
<!-- Image Logo -->
<a class="navbar-brand logo-image" href="index.html"><img src="images/MTBlogo.png" style="width:90px;height:90px;"
alt="MtB Logo" data-aos="zoom-in"></a>
<!-- Mobile Menu Toggle Button -->
<button style="color:black;" class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-awesome fas fa-bars"></span>
<span class="navbar-toggler-awesome fas fa-times"></span>
</button>
<!-- end of mobile menu toggle button -->
<div class="collapse navbar-collapse" id="navbarsExampleDefault" style="font-size:16px;">
<ul class="navbar-nav ml-auto">
<li class="nav-item active" data-aos="zoom-in">
<a class="nav-link page-scroll" href="index.html" style="color:black;">HOME <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active" data-aos="zoom-in">
<a class="nav-link page-scroll" href="facilities.html" style="color:black;">FACILITIES<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item" data-aos="zoom-in">
<a class="nav-link page-scroll" href="about.html" style="color:black;">ABOUT US</a>
</li>
<li class="nav-item" data-aos="zoom-in">
<a class="nav-link page-scroll" href="pastrides.html" style="color:black;">PAST RIDES</a>
</li>
<li class="nav-item" data-aos="zoom-in">
<a class="nav-link page-scroll" href="team.html" style="color:black;">TEAM</a>
</li>
<li class="nav-item" data-aos="zoom-in">
<a class="nav-link page-scroll" href="blog.html" style="color:black;">BLOGS</a>
</li>
<li class="nav-item" data-aos="zoom-in">
<a class="nav-link page-scroll" href="#contact" style="color:black;">CONTACT</a>
</li>
</ul>
</div>
</nav>
<!-- end of navbar -->
<!-- end of navbar -->
<!-- Header -->
<!--<style>
.header{
background-position: top 10px;
background-repeat: no-repeat;
background-size: cover;
}
@media only screen and (max-width: 455px) {
.header{
background-position: -300px;
}
}
</style>-->
<style media="screen">
.header {
background-repeat: no-repeat;
background-size: cover;
background-position: 85% top;
background-attachment: fixed;
}
</style>
<header id="header" class="header">
<div class="card-overlay">
<div class="header-content" style='height:800px;'>
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="text-container">
<h1 data-aos="fade-up">JOIN US<br>FOR <br><span id="js-rotating">VENTURE,BACKPACK,THRILL,WINDSWEPT PEAKS,MOUNTAIN STREAMS,AMAZING VIEWS</span></h1>
<p class="p-large" data-aos="fade-up">This is mountain biking nirvana. Welcome to IIT Mandi mountain biking club.</p>
</div>
</div>
<!-- end of col -->
<div class="col-lg-6">
<div class="image-container">
<img class="img-fluid" src="#" alt="">
</div>
<!-- end of image-container -->
</div>
<!-- end of col -->
</div>
<!-- end of row -->
</div>
<!-- end of container -->
</div>
</div>
<!-- end of header-content -->
</header>
<!-- end of header -->
<!-- end of header -->
<!-- About -->
<div id="about" class="tabs">
<div class="container">
<h2 style="text-align: center !important;" data-aos="fade-up">ABOUT US</h2>
<div class="row justify-content-centre">
<div class="container">
<div class="row justify-content-centre" style="text-align: justify;">
<div class="col-sm-9 p-heading p-large justify-content-centre" style="text-align: justify;" data-aos="fade-up">
Draped around by the great Himalayan mountains, with the scenic resplendency of mother nature, windswept peaks, encompassed by many holy rivers, and adventure all around, we, the MtB (Mountain Biking club) at IIT Mandi, welcome you all to be a part of this journey!
<br><br>The MtB club is embarking upon a peregrination in the lap of the Himalayas with the most spectacular destination and astounding trails, which is a crown jewel in itself for IIT Mandi.
<br><br>Riding from the finest roads to the astonishing Himalayan forests, fascinated by the snow-capped mountains and many more adventures along the way, it is a great opportunity for all of us to relish the glory of nature differently.
<br><center><a href="about.html" class="button1">Read more..</a><center></center>
</div>
</div>
</div>
<!-- end of container -->
<!-- end of col -->
</div>
<!-- end of row -->
<div style="border-top: 1px solid #97969E;" class="row">
<!-- Tabs Links -->
<div style="text-align: center !important;" class="container">
<!-- end of tab-content -->
<!-- end of tabs content -->
</div>
<!-- end of row -->
</div>
<!-- end of container -->
</div>
<!-- Achievements Section -->
<style>
table, th, td{
border: 2px solid white;
padding: 4px;
}
</style>
<div class="container basic-2">
<h2 style="text-align: center !important;margin-bottom: 50px;" data-aos="fade-up">LATEST ACHIEVEMENTS</h2>
<div class="row justify-content-centre">
<div class="container">
<div class="row justify-content-centre" style="text-align: justify;">
<div class="col-sm-9 p-heading p-large justify-content-centre" style="text-align: justify;">
<div class="achievements" data-aos="fade-up">
<h3 style="text-align:center;text-decoration:underline">PAN IIT Cycling Event</h3>
<h4 >TEAM RESULTS</h4>
<p>Overall Position: First</p>
<table class="achivements-table" style="width:100%">
<th>
<td>Category</td>
<td>Stats</td>
<td>Position</td>
</th>
<tr>
<td>1.</td>
<td>Distance - Team</td>
<td>4382.9 km</td>
<td>1st Position</td>
</tr>
<tr>
<td>2.</td>
<td>Average Speed - Team</td>
<td>30.5 km/h</td>
<td>1st Position</td>
</tr>
<tr>
<td>3.</td>
<td>Elevation Gain - Team</td>
<td>78309 m</td>
<td>1st Position</td>
</tr>
</table>
</div>
<br>
<div class="achievements" data-aos="fade-up">
<h4 style="margin-top:30px">MENS RESULTS</h4>
<h5>Overall Results:</h5>
<table class="achivements-table" style="width:100%;margin-bottom: 20px;">
<th>
<td>Participant Name</td>
<td>Overall Position</td>
</th>
<tr>
<td>1.</td>
<td>Shubham Prakash</td>
<td>2nd Position</td>
</tr>
<tr>
<td>2.</td>
<td>Sahil</td>
<td>4th Position</td>
</tr>
</table>
<h5>Category Results:</h5>
<table class="achivements-table" style="width:100%">
<th>
<td>Participant Name</td>
<td>Category</td>
<td>Stats</td>
<td>Position</td>
</th>
<tr>
<td>1.</td>
<td>Shubham Prakash</td>
<td>Distance - Men</td>
<td>765.3 km</td>
<td>1st Position</td>
</tr>
<tr>
<td>2.</td>
<td>Sachit Yadav</td>
<td>Average Speed - Men</td>
<td>37.6 km/h</td>
<td>1st Position</td>
</tr>
<tr>
<td>3.</td>
<td>Rajat Kaushik</td>
<td>Average Speed - Men</td>
<td>29.4 km/h</td>
<td>5th Position</td>
</tr>
<tr>
<td>4.</td>
<td>Shubham Prakash</td>
<td>Elevation Gain - Men</td>
<td>12495 m</td>
<td>1st Position</td>
</tr>
<tr>
<td>5.</td>
<td>Arnav</td>
<td>Elevation Gain - Men</td>
<td>6114 m</td>
<td>3rd Position</td>
</tr>
<tr>
<td>6.</td>
<td>Sahil</td>
<td>Elevation Gain - Men</td>
<td>5607 m</td>
<td>4th Position</td>
</tr>
<tr>
<td>7.</td>
<td>Trishu Verma</td>
<td>Elevation Gain - Men</td>
<td>5170 m</td>
<td>5th Position</td>
</tr>
</table>
</div>
<div class="achievements" data-aos="fade-up">
<h4 style="margin-top:30px">WOMENS RESULTS</h4>
<h5>Overall Results:</h5>
<table class="achivements-table" style="width:100%;margin-bottom: 20px;">
<th>
<td>Participant Name</td>
<td>Overall Position</td>
</th>
<tr>
<td>1.</td>
<td>Ritu Shukla</td>
<td>1st Position</td>
</tr>
</table>
<h5>Category Results:</h5>
<table class="achivements-table" style="width:100%">
<th>
<td>Participant Name</td>
<td>Category</td>
<td>Stats</td>
<td>Position</td>
</th>
<tr>
<td>1.</td>
<td>Ritu Shukla</td>
<td>Distance - Women</td>
<td>268.2 km</td>
<td>1st Position</td>
</tr>
<tr>
<td>2.</td>
<td>Ritu Shukla</td>
<td>Average Speed - Women</td>
<td>17.1 km/h</td>
<td>5th Position</td>
</tr>
<tr>
<td>3.</td>
<td>Ritu Shukla</td>
<td>Elevation Gain - Women</td>
<td>1612 m</td>
<td>1st Position</td>
</tr>
</table>
</div>
<div class="achievements" data-aos="fade-up" style="margin-top:70px">
<h3 style="text-align:center;text-decoration:underline">Spardha Championship</h3>
<h4>Overall Results - Men</h4>
<table class="achivements-table" style="width:100%">
<th>
<td>Participant Name</td>
<td>Points</td>
<td>Position</td>
</th>
<tr>
<td>1.</td>
<td>Sachit Yadav</td>
<td>136 pts.</td>
<td>1st Position</td>
</tr>
<tr>
<td>2.</td>
<td>Shubham Prakash</td>
<td>133 pts.</td>
<td>2nd Position</td>
</tr>
</table>
</div>
<div class="achievements" data-aos="fade-up" style="margin-top:20px">
<h4>Overall Results - Women</h4>
<table class="achivements-table" style="width:100%">
<th>
<td>Participant Name</td>
<td>Points</td>
<td>Position</td>
</th>
<tr>
<td>1.</td>
<td>Ritu Shukla</td>
<td>144 pts.</td>
<td>1st Position</td>
</tr>
<tr>
<td>2.</td>
<td>Nancy Rathee</td>
<td>143 pts.</td>
<td>2nd Position</td>
</tr>
</table>
</div>
<div class="achievements" data-aos="fade-up" style="margin-top:20px">
<h4>Distance Results - Men</h4>
<table class="achivements-table" style="width:100%">
<th>
<td>Participant Name</td>
<td>Distance</td>
<td>Position</td>
</th>
<tr>
<td>1.</td>
<td>Shubham Prakash</td>
<td>452.9 km</td>
<td>1st Position</td>
</tr>
<tr>
<td>2.</td>
<td>Sachit Yadav</td>
<td>357.4 km</td>
<td>5th Position</td>
</tr>
</table>
</div>
<div class="achievements" data-aos="fade-up" style="margin-top:20px">
<h4>Distance Results - Women</h4>
<table class="achivements-table" style="width:100%">
<th>
<td>Participant Name</td>
<td>Distance</td>
<td>Position</td>
</th>
<tr>
<td>1.</td>
<td>Ritu Shukla</td>
<td>230.5 km</td>
<td>1st Position</td>
</tr>
<tr>
<td>2.</td>
<td>Nancy Rathee</td>
<td>199.8 km</td>
<td>4th Position</td>
</tr>
</table>
</div>
<div class="achievements" data-aos="fade-up" style="margin-top:20px">
<h4>Elevation Gain Results - Men</h4>
<table class="achivements-table" style="width:100%">
<th>
<td>Participant Name</td>
<td>Elevation Gain</td>
<td>Position</td>
</th>
<tr>
<td>1.</td>
<td>Shubham Prakash</td>
<td>22007 m</td>
<td>1st Position</td>
</tr>
<tr>
<td>2.</td>
<td>Ashish Soni</td>
<td>12161 m</td>
<td>2nd Position</td>
</tr>
<tr>
<td>3.</td>
<td>Arnav</td>
<td>10367 m</td>
<td>3rd Position</td>
</tr>
<tr>
<td>4.</td>
<td>Chirag Badhwar</td>
<td>5371 m</td>
<td>4th Position</td>
</tr>
<tr>
<td>5.</td>
<td>Sahil Sheoran</td>
<td>4673 m</td>
<td>5th Position</td>
</tr>
<tr>
<td>6.</td>
<td>Harsh Arya</td>
<td>4556 m</td>
<td>6th Position</td>
</tr>
<tr>
<td>7.</td>
<td>Rajat Kaushik</td>
<td>4485 m</td>
<td>7th Position</td>
</tr>
<tr>
<td>8.</td>
<td>Sachit Yadav</td>
<td>3337 m</td>
<td>8th Position</td>
</tr>
<tr>
<td>9.</td>
<td>Atul Jain</td>
<td>2351 m</td>
<td>10th Position</td>
</tr>
</table>
</div>
<div class="achievements" data-aos="fade-up" style="margin-top:20px">
<h4>Elevation Gain Results - Women</h4>
<table class="achivements-table" style="width:100%">
<th>
<td>Participant Name</td>
<td>Elevation Gain</td>
<td>Position</td>
</th>
<tr>
<td>1.</td>
<td>Nancy Rathee</td>
<td>10649 m</td>
<td>1st Position</td>
</tr>
<tr>
<td>2.</td>
<td>Ritu Shukla</td>
<td>2309 m</td>
<td>2nd Position</td>
</tr>
</table>
</div>
<div class="achievements" data-aos="fade-up" style="margin-top:20px">
<h4>Average Speed Results - Men</h4>
<table class="achivements-table" style="width:100%">
<th>
<td>Participant Name</td>
<td>Average Speed</td>
<td>Position</td>
</th>
<tr>
<td>1.</td>
<td>Sachit Yadav</td>
<td>30.7 km/h</td>
<td>1st Position</td>
</tr>
</table>
</div>
<div class="achievements" data-aos="fade-up" style="margin-top:20px">
<h4>Average Speed Results - Women</h4>
<table class="achivements-table" style="width:100%">
<th>
<td>Participant Name</td>
<td>Average Speed</td>
<td>Position</td>
</th>
<tr>
<td>1.</td>
<td>Nancy Rathee</td>
<td>16.9 km/h</td>
<td>2nd Position</td>
</tr>
<tr>
<td>2.</td>
<td>Ritu Shukla</td>
<td>16.2 km/h</td>
<td>3rd Position</td>
</tr>
</table>
</div>
<!-- <br><center><a href="about.html" class="button1" data-aos="fade-up">Read more..</a></center> -->
</div>
</div>
</div>
<!-- end of container -->
<!-- end of col -->
</div>
<!-- end of row -->
<!-- end of container -->
</div>
<!-- end of tabs -->
<div id="details">
<div id="details" class="basic-2">
<h2 align="center" data-aos="fade-up">PAST RIDES</h2>
<br> <br> <br>
<div id="ridecont" class="container">
<div class="row ridebox-2" data-aos="fade-up">
<!-- <button title="Close (Esc)" type="button" class="mfp-close x-button">×</button> -->
<div class="col-lg-5">
<div class="ridebox">
<img class="img-fluid" src="images/trails/bajaura.jpg" style="border-radius:10px;"><br>
<div class="fadedbox">
<div class="title-text">
<ul>
<li>Difficulty : Hard</li>
<li>Distance : 115.4kms</li>
<li>Elevation : 2256m</li>
</ul>
</div>
<img class= "hoveredmap" src="images/maps/A) Doohki-Pandoh-Bajaura-Kandhi.png" alt="">
</div>
</div>
</div>
<div class="col-lg-5" style="text-align: justify;">
<p style="color:white;">
<h3>Round Trip: IIT Mandi-Doohki-Pandoh-Bajaura-Kandhi-IIT Mandi</h3>
<br>A day-long ride with a stretch of 125 km with an approx. 2500 m elevation gain tests a rider's endurance level. Pro level is required to complete the round trip. The toughest part is the climb of 1200m from Bajaura to Kandhi, after 78 km of riding and having gained an elevation of 1300m. Stay hydrated and don't forget to have lunch somewhere in between. A few places for sightseeing are Pandoh Dam, Hanogi Devi Temple & Bridge, the river flowing alongside the road near Aut & Bajaura, the Bajaura valley enroute to Kandhi Pass, the Kamand Valley from Kandhi Pass etc.
<br><br><a target="to_blank" href="https://www.strava.com/activities/3780486249#2719574739373440250">
Trail Link
</a></p>
</div>
</div>
<!-- end of row -->
<div class="row reversecol ridebox-2" data-aos="fade-up">
<!-- <button title="Close (Esc)" type="button" class="mfp-close x-button">×</button> -->
<div class="col-lg-5" style="text-align: justify;">
<p style="color:white;">
<h3>Miyoli Village</h3>
<br>The trail is a little off-road. The scenery is magnificent, with a majestic view of the river and hanging bridges, and the difficulty level is easy. This trail connects to Mandi city.
<br><br><a target="to_blank" href=" https://strava.app.link/pmP2U6Cwx5">
Trail Link
</a></p>
</div>
<div class="col-lg-5">
<div class="ridebox" style="float: right;">
<img class="img-fluid" src="images/trails/miyoli.jpg" style="border-radius:10px;"><br>
<div class="fadedbox">
<div class="title-text">
<ul>
<li>Difficulty : Hard</li>
<li>Distance : 48.3kms</li>
<li>Elevation : 3207m</li>
</ul>
</div>
<img class= "hoveredmap" src="images/maps/B) Miyoli village.png" alt="">
</div>
</div>
</div>
</div>
<!-- end of row -->
</div>
<!--<center><a class="btn-solid-reg" href="pastrides.html">VIEW ALL</a></center>-->
<!-- end of row -->
<br><br><center><a href="pastrides.html" class="button1" data-aos="fade-up">View All</a><center>
</div>
<!-- end of container -->
</div>
<!-- end of basic-2 -->
</div>
<div id="about" class="tabs">
<div class="container">
<h2 style="text-align: center !important;" data-aos="fade-up">CLUB FACILITIES<br><br></h2>
<div class="row justify-content-centre">
<div class="container">
<div class="row justify-content-centre" style="text-align: justify;">
<div class="container">
<div class="tab-pane fade show active" id="tab-2" role="tabpanel" aria-labelledby="tab-2">
<div class="container">
<div class="facilities" style="text-align: justify;">
<div class="row ">
<div class="showmore" >
<div data-aos="fade-up">
<h3>Inventory</h3>
The club currently has a variety of basic tools and equipment to assist members in servicing and maintaining their bikes in the event of a breakdown.
<br><br>Some of these tools are :
<ul>
<li> Bike repair station
<li> Set of hex keys and a spanner
<li> Pump with two nozzles
<li> Truing stand for wheels
<li> Wrench with spokes
</ul>
And various emergency tools required during the ride.
</div>
<br><br>
<div data-aos="fade-up">
<h3>Garage Facility</h3>
We have a dedicated garage and storage room situated at the far end of North Campus below OAK Mess. This garage repair facility will be open to all on dedicated days and times in the presence of a club member. Institute residents can avail themselves of the help provided by the members to carry out adjustments and repairs.
<br><br>
<h3 >Renting Guidelines</h3>
<div >
From the novice to the most advanced rider, everyone can have two-wheel fun for twenty-four hours and explore some native trails.
<br><br>We at MtB Club aim to provide you the thrill of experiencing riding in the mountains. To fulfil this aim, apart from regular rides organised by the club, you can rent the bikes at nominal rates. You must fill out the form and deposit a refundable security deposit.
</div>
<br>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end of container -->
</div>
</div>
</div>
</div>
<!-- end of container -->
<!-- end of col -->
</div>
<!-- end of row -->
<br><br><center><a data-aos="fade-up" href="facilities.html" class="button1">View All</a><center></center>
<!-- end of row -->
</div>
<!-- end of container -->
</div>
<script>
var coll = document.getElementsByClassName("collapsible");
var i;
for (i = 0; i < coll.length; i++) {
coll[i].addEventListener("click", function() {
this.classList.toggle("active");
var content = this.nextElementSibling;
if (content.style.maxHeight){
content.style.maxHeight = null;
} else {
content.style.maxHeight = content.scrollHeight + "px";
}
});
}
</script>
<div id="contact" class="form">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 data-aos="zoom-in">CONTACT</h2>
<ul class="list-unstyled li-space-lg" data-aos="zoom-in">
<li class="address">You may contact us for further queries on</li>
<li>
<span class="fa-stack">
<a href="mailto:mtb@students.iitmandi.ac.in" target="_blank">
<i class="fas fa-envelope"></i>
</a>
</span>
Write to us on <a class="blue" href="mailto:mtb@students.iitmandi.ac.in">mtb@students.iitmandi.ac.in</a></li>
<br>
<li>
<span class="fa-stack">
<a href="https://www.facebook.com/IITMandiMTB/" target="_blank">
<i class="fab fa-facebook-f fa-stack-1x"></i>
</a>
</span>
Follow us on Facebook: <a href="https://www.facebook.com/IITMandiMTB" target="_blank">https://www.facebook.com/IITMandiMTB</a>
</li>
<br>
<li>
<span class="fa-stack">
<a href="https://www.strava.com/clubs/mtbiitmandi" target="_blank">
<i class="fab fa-strava"></i>
</a>
</span>
Join the journey on Strava: <a href="https://www.strava.com/clubs/mtbiitmandi" target="_blank">https://www.strava.com/clubs/mtbiitmandi</a></li>
<br>
<li>
<span class="fa-stack">
<a href="https://www.instagram.com/mtb_iitmandi/" target="_blank">
<i class="fab fa-instagram" aria-hidden="true"></i>
</a>
</span>
Connect with us on Instagram : <a href="https://www.instagram.com/mtb_iitmandi/" target="_blank">https://www.instagram.com/mtb_iitmandi/</a></li>
</ul>
</div>
<!-- end of col -->
</div>
<!-- end of row -->
</div>
<!-- end of container -->
</div>
<!-- end of form -->
<!-- end of contact -->
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-lg-12">
<p class="p-small"> © 2022 MtB IIT Mandi</p>
</div>
<!-- end of col -->
</div>
<!-- enf of row -->
</div>
<!-- end of container -->
</div>
<style type="text/css">
.showmore .more, .showmore.show .dots {
display: none
}
.showmore.show .more {
display: inline
}
.showmore a {
cursor: pointer;
display: block;
margin-top: 0.5em;
margin-bottom: 1em;
font-weight: bold;
}
</style>
<script type="text/javascript">
document.querySelectorAll(".showmore").forEach(function (p) {
p.querySelector("a").addEventListener("click", function () {
p.classList.toggle("show");
this.textContent = p.classList.contains("show") ? "Show Less" : "Show More";
});
});
</script>
<!-- Scripts -->
<script src="js/sw-register.js"></script> <!--Service worker-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="js/jquery.min.js"></script> <!-- jQuery for Bootstrap's JavaScript plugins -->
<script src="js/popper.min.js"></script> <!-- Popper tooltip library for Bootstrap -->
<script src="js/bootstrap.min.js"></script> <!-- Bootstrap framework -->
<script src="js/jquery.easing.min.js"></script> <!-- jQuery Easing for smooth scrolling between anchors -->
<script src="js/swiper.min.js"></script> <!-- Swiper for image and text sliders -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<!-- AOS for animation on scroll -->
<script src="js/jquery.magnific-popup.js"></script> <!-- Magnific Popup for lightboxes -->
<script src="js/morphext.min.js"></script> <!-- Morphtext rotating text in the header -->
<script src="js/validator.min.js"></script> <!-- Validator.js - Bootstrap plugin that validates forms -->
<script src="js/scripts.js"></script> <!-- Custom scripts -->
<script src="js/bgswitch.js"></script>
<script>
AOS.init()
</script>
</body>
</html>