forked from KamandPrompt/Gymkhana-IITMandi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hostel.html
188 lines (168 loc) · 6.7 KB
/
hostel.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Student Gymkhana | IIT Mandi</title>
<meta name="description" content="Official Website for Student Gymkhana of IIT Mandi">
<meta name="keywords" content="iit mandi, gymkhana, council, students, clubs">
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,700|Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="css/styles-merged.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="shortcut icon" href="img/favicon.ico">
</head>
<body>
<div class="probootstrap-page-wrapper">
<nav class="navbar navbar-default probootstrap-navbar">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse"
aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html" title="Gymkhana">StudentGymkhana-IITMandi</a>
</div>
<div id="navbar-collapse" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="technical.html">Technical</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="cultural.html">Cultural</a></li>
<li><a href="sports.html">Sports</a></li>
<li><a href="literary.html">Literary</a></li>
<li class="active"><a href="hostel.html">Hostel</a></li>
<li><a href="senate.html">Senate</a></li>
<li class="dropdown2">
<a href="#">More</a>
<div class="dropdown-content">
<a href="wall_of_fame.html">Wall of Fame</a>
---
<a href="contributors.html">Contributors</a>
---
<a href="contacts.html">Contacts</a>
---
<a href="news.html">News</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<section class="probootstrap-section probootstrap-section-colored">
<div class="container">
<div class="row">
<div class="col-md-12 text-left section-heading probootstrap-animate">
<h2>Hostel</h2>
</div>
</div>
</div>
</section>
<section class="probootstrap-section probootstrap-section-sm">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="row probootstrap-gutter0">
<div class="col-md-4" id="probootstrap-sidebar">
<div class="probootstrap-sidebar-inner probootstrap-overlap probootstrap-animate">
<h3>Hostel Affairs Secretary</h3>
<ul class="probootstrap-side-menu">
<li>
<!-- Add hostel secy here -->
<div class="probootstrap-teacher text-center probootstrap-animate">
<figure class="media">
<img src="img/Anjali_Choudhary.jpg" alt="" class="img-responsive">
</figure>
<div class="text">
<h3>Anjali Choudhary</h3>
<p>Hostel Affairs Secretary</p>
<ul class="probootstrap-footer-social">
<li class="facebook"><a href="https://www.facebook.com/profile.php?id=100037285391208"><i
class="icon-facebook2"></i></a></li>
<li class="facebook"><a href="mailto:[email protected]"><i
class="icon-email"></i></a>
</li>
</ul>
</div>
</div>
</li>
</ul>
</div>
<div class="probootstrap-teacher text-center probootstrap-animate fadeInUp probootstrap-animated">
<a class="contacts-link" href="/contacts.html#hostel">Club Contacts</a>
</div>
</div>
<div class="col-md-7 col-md-push-1 probootstrap-animate" id="probootstrap-content">
<h2>Hostels</h2>
<p>
<!-- Add hostel info here -->
Currently, there are six hostels spread over the South Campus (four) and the North Campus (two) Each
hostel is managed by a Warden, ably assisted by an Assistant Warden, faculty members, a caretaker and
a dedicated team of support staff and guards. There are two Girls's Hostels, Chandrataal in South
Campus and Gauri Kund in North Campus. Four Boys Hostels, Suvalsar, Parashar, and Nako in South Campus
and Beaskund in North Campus. Students play an important role in the management of the hostels. They
are represented by elected secretaries who help the Wardens in the day smooth running of the hostels.
Messes catering to different hostels provide homely food. Common room is equipped with LCD TVs, table
tennis facilities.
</p>
The south campus has the following hostels-
<ul>
<li>Nako</li>
<li>Prashar</li>
<li>Suvalsar</li>
<li>Chandrataal</li>
</ul>
The north campus has the following hostels-
<ul>
<li>Beaskund</li>
<li>Gaurikund</li>
<li>Suraj Tal</li>
<li>Dashir</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="probootstrap-footer probootstrap-bg">
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="probootstrap-footer-widget">
<h3>About Student Gymkhana</h3>
<p>Student Gymkhana -IIT Mandi was established in 2011 and since then it has been instrumental in the
growth and development of the Institute and its students through its elected secretaries. Student
Gymkhana-IIT Mandi consists of eight
secretaries all organizing collective student activities in their respective spheres.</p>
<h3>Social</h3>
<ul class="probootstrap-footer-social">
<li><a href="https://www.facebook.com/gymkhanaiitmandi/"><i class="icon-facebook"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-md-push-1">
<div class="probootstrap-footer-widget">
<h3>Links</h3>
<ul>
<li><a href="http://www.iitmandi.ac.in/">IIT Mandi</a></li>
<li><a href="http://students.iitmandi.ac.in/">Students</a></li>
<li><a href="contacts.html">Contact</a></li>
<li><a href="https://github.com/KamandPrompt/Gymkhana-IITMandi">Want to Contribute</a></li>
</ul>
</div>
</div>
</div>
<!-- END row -->
</div>
</footer>
</div>
<!-- END wrapper -->
<script src="js/scripts.min.js"></script>
<script src="js/main.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>