-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathfacilities.html
More file actions
544 lines (524 loc) · 42.8 KB
/
facilities.html
File metadata and controls
544 lines (524 loc) · 42.8 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
<!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"></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="#" 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 -->
<!-- About -->
<br><br><br><br>
<div id="about" class="tabs">
<div class="container">
<h1 style="text-align: center !important;" data-aos="fade-up">CLUB FACILITIES<br><br></h1>
<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-content" id="lenoTabsContent">
<!-- Tab -->
<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">
<h3 data-aos="fade-up">Inventory</h3>
<div data-aos="fade-up">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. </div>
<br><br>
<div data-aos="fade-up">
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 class="more">
<h3 data-aos="fade-up">Garage Facility</h3>
<div data-aos="fade-up">
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.
</div>
<br><br>
<h3 data-aos="fade-up">Available Bike Models</h3>
<div data-aos="fade-up">
The club has more than 15 bikes for club rides and for renting.<br><br>
</div>
<h5 data-aos="fade-up">For club rides, we have</h5>
<ul>
<li data-aos="fade-up"> Montra Rock 3.1 2018 ( Large, Medium, Small – 27.5” ) </li>
<br>
<div id="carouselExampleIndicators carouselAlign" class="carousel slide" data-ride="carousel" data-aos="fade-up">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="images/gallery/montra3.1/montra-rock-3.1.png" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/gallery/montra3.1/montra-rock-3-1-27-5-2018.jpg" alt="Second slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<br>
<li data-aos="fade-up"> Montra Rock 4.1 2017 (Medium 27.5” )</li>
<br>
<div id="carouselExampleIndicators carouselAlign" class="carousel slide" data-ride="carousel" data-aos="fade-up">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="images/gallery/montra4.1/montra-rock-4-1-27-5-2017.png" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/gallery/montra4.1/montra-rock-4-1-29-2017.jpg" alt="Second slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<br>
</ul>
<!-- <div id="carouselExampleIndicators carouselAlign" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="images/gallery/montra1.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/gallery/montra2.jpg" alt="Second slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<br> -->
<h5 data-aos="fade-up">For rent, we have</h5>
<ul>
<li data-aos="fade-up"> Firefox Tampest ( 6 speed ) ( Small – 26” ) x 2</li>
<br>
<div id="carouselExampleIndicators carouselAlign" class="carousel slide" data-ride="carousel" data-aos="fade-up">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="images/gallery/Tampest/firefoxtampest.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/gallery/Tampest/review-firefox-tempest-2017.jpg" alt="Second slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<br>
<li data-aos="fade-up"> Mach city iBike ( 7 speed ) ( Small – 26” ) x 3</li>
<br>
<div id="carouselExampleIndicators carouselAlign" class="carousel slide" data-ride="carousel" data-aos="fade-up">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="images/gallery/Machcity/MachCity ibike7.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/gallery/Machcity/Machcity_7S_Yellow_01_2016_02.png" alt="Second slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<br>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- end of container -->
</div>
</div>
</div>
</div>
<!-- end of container -->
<!-- end of col -->
</div>
<!-- end of row -->
<!-- end of row -->
</div>
<!-- end of container -->
</div>
<br>
<div id="about" class="tabs">
<div class="container">
<h2 style="text-align: center !important;" data-aos="fade-up">Bike Renting</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="guidelines" >
<div class="row ">
<div class="showmore" style="padding : 4%;">
<div data-aos="fade-up">
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>
<h5 style="text-align: center !important;" data-aos="fade-up">For Students of IIT Mandi</h5>
<table class="table table-bordered table-striped table-dark" data-aos="fade-up">
<thead class="thead-dark">
<tr>
<th scope="col">Bike</th>
<th scope="col">Min. 3 hr rent</th>
<th scope="col">Rent per hour<br>(after 3 hours)</th>
<th scope="col">Security Deposit</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Type-1<br>(1 x 7 Geared)</th>
<td>Rs.50</td>
<td>Rs.15</td>
<td>Rs.300</td>
</tr>
<tr>
<th scope="row">Type-2<br>(3 x 8 Geared)</th>
<td>Rs.90</td>
<td>Rs.25</td>
<td>Rs.500</td>
</tr>
</tbody>
</table>
<table class="table table-bordered table-striped table-dark" data-aos="fade-up">
<thead class="thead-dark">
<tr>
<th scope="col">Bike</th>
<th scope="col">Min. 3 days rent</th>
<th scope="col">Rent per day<br>(after 3 days)</th>
<th scope="col">Security Deposit</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Type-1<br>(1 x 7 Geared)</th>
<td>Rs.250</td>
<td>Rs.90</td>
<td>Rs.500</td>
</tr>
<tr>
<th scope="row">Type-2<br>(3 x 8 Geared)</th>
<td>Rs.420</td>
<td>Rs.150</td>
<td>Rs.1000</td>
</tr>
</tbody>
</table>
<br>
<br>
<h5 style="text-align: center !important;" data-aos="fade-up">For Faculty and Staff of IIT Mandi</h5>
<table class="table table-bordered table-striped table-dark" data-aos="fade-up">
<thead class="thead-dark">
<tr>
<th scope="col">Bike</th>
<th scope="col">Min. 3 hr rent</th>
<th scope="col">Rent per hour<br>(after 3 hours)</th>
<th scope="col">Security Deposit</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Type-1<br>(1 x 7 Geared)</th>
<td>Rs.70</td>
<td>Rs.20</td>
<td>Rs.300</td>
</tr>
<tr>
<th scope="row">Type-2<br>(3 x 8 Geared)</th>
<td>Rs.130</td>
<td>Rs.40</td>
<td>Rs.500</td>
</tr>
</tbody>
</table>
<table class="table table-bordered table-striped table-dark" data-aos="fade-up">
<thead class="thead-dark">
<tr>
<th scope="col">Bike</th>
<th scope="col">Min. 3 days rent</th>
<th scope="col">Rent per day<br>(after 3 days)</th>
<th scope="col">Security Deposit</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Type-1<br>(1 x 7 Geared)</th>
<td>Rs.350</td>
<td>Rs.130</td>
<td>Rs.500</td>
</tr>
<tr>
<th scope="row">Type-2<br>(3 x 8 Geared)</th>
<td>Rs.600</td>
<td>Rs.210</td>
<td>Rs.1000</td>
</tr>
</tbody>
</table>
<!-- <img class="rent-img" src="images/mtb/rent1.png">
<img class="rent-img" src="images/mtb/rent2.png"> -->
<br><br>
<h5 data-aos="fade-up">Please read the given guidelines and rules carefully before taking a bike on rent.
</h5>
<ul data-aos="fade-up">
<!-- <li>Always wear face masks at all public places and maintain social distancing at all times.</li><br>
<li>Always use hand sanitizer before and after the rides. </li><br> -->
<li>Always follow the guidelines given by the Covid Task Force Committee.</li>
<li>Bikes will be available for the students/employees to rent.</li>
<li>Students can use the bikes free of charge on rides organised by the club.</li>
<li>The following bikes are available for rent:
<ul>
<li>1×6 geared bikes: <a href="https://www.choosemybicycle.com/en/woc/expert-reviews/firefox-tempest-2017-review">Firefox Tempest 6s</a></li>
<li>1x7 geared bikes: <a href="[https://machcity.com/ibike-7-speed/">Machcity iBike 7<a></li>
<li>3×8 geared bikes: <a href="https://www.choosemybicycle.com/en/bicycles/montra-rock-3-1-27-5-2018">Montra Rock 3.1 2018</a></li>
</ul>
</li>
<li>Students, as well as faculty, and staff of IIT Mandi can get bikes on rent.</li>
<li>The Montra bikes will be rented only to experienced riders and will be decided by the club coordinators.</li>
</ul>
<br>
<h5 style="text-align: center !important;" data-aos="fade-up">How to rent a MtB club’s bike?</h5>
Below are the steps to rent a bike. Please strictly adhere to them.
<ul data-aos="fade-up">
<li>At least 24 hours before the start time of the rental, <a href="https://docs.google.com/forms/d/e/1FAIpQLSd5Hq2NmjMUa90dgHLvyL9JVMsFmy2To9Zsfm5_vSfY-X6QgA/viewform" style="color: rgb(40, 145, 243);"><b>fill the form </b> </a>at this link. Only filling out the Google form does not confirm your booking. However, it is mandatory to first make the online booking. As booking time can be used to give priority on a first come, first serve basis.</li>
<li><b>Collect : </b>During a specific day/time, the club coordinators will contact...</li>
<li><b>Payment : </b><br><b>Security Money : </b>
At the time of acceptance of the bike, security money has to be deposited into the official account. The rent will be deducted from this amount and the rest will be refunded after the ride.
<br><br>If the renter finds out that there has been damage to the bike, a corresponding amount will be deducted from the security deposit to cover the damage (in addition to the rent). If the rental amount (and damage repair, if any) is more than the security deposit, the borrower has to pay the remaining amount into the account.
<!-- The details of the account are as follows : <br><br><b>UPI Id : </b><span style="color:blue !important;">thakurlovi@okaxis</span><br><br>
<img src="images/mtb/payment.png" style="width:90%;max-width:350px; height:10%; margin-top:10px;"><br><br> -->
</li>
<li><b>Return: </b>The bike needs to be handed over to the lender only, and not to any third party or be left stranded in a place. The borrower will be responsible for the bike till it is handed back to the lender. The lender will have a careful look at the condition of the bike to look for damages. The borrower is expected to honestly tell others of any damage or issues with the bike to ensure a smooth and safe ride for others. </li>
</ul>
<br><br>
<h6 data-aos="fade-up">The following rules need to be strictly followed during the ride, failing which the borrower will be banned from all club activities and strict action may be taken by the institute.</h6>
<ul data-aos="fade-up">
<li>You should not litter, participate or initiate any other activity which may be harmful to the sensitive ecosystem of the route.</li>
<li>During the ride, any type of drinking, smoking, or drug use is strictly prohibited.</li>
<li>If the bikes are used for any unethical and illegal purposes, such as transportation of illegal substances, etc.</li>
<li>A helmet provided by the club must be worn by the rider at all times.</li>
<li>The lenders should not allow anyone else to ride the bikes lent to them.</li>
<li>If you are found violating the above rules, you will be banned from the club activities and strict disciplinary action might be taken against you.</li>
<li>At the time of receiving the bike, you will be required to sign an undertaking stating the above rules and guidelines. The understanding will also state that the MtB Club and the institute will not be liable for any damage or loss of wealth, property or life caused by you.</li>
</ul>
<!-- </li> -->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end of container -->
<!-- end of col -->
</div>
<!-- end of row -->
<!-- end of row -->
</div>
<!-- end of container -->
</div>
<!-- end of tabs -->
<div id="contact" class="form">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 data-aos="zoom-in">CONTACT</h2>
<ul data-aos="zoom-in" class="list-unstyled li-space-lg">
<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>
<!-- Scripts -->
<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 type="text/javascript">
AOS.init()
</script>
</body>
</html>