-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
356 lines (326 loc) · 15.4 KB
/
index.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
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
<!-- DOCUMENT START -->
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<title>IIT ISM GYMKHANA</title>
<link href="https://fonts.googleapis.com/css?family=Comfortaa" rel="stylesheet">
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link href="https://fonts.googleapis.com/css?family=Comfortaa" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="bootstrap/dist/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Comfortaa" rel="stylesheet">
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="bootstrap-social/bootstrap-social.css">
<link href="styles.css" rel="stylesheet">
</head>
<style>
@media only screen and (max-width:600px){
#tag1{
margin-left:30%;
}
#tag2{
margin-left:35%;
margin-bottom:0;
padding-bottom:0;
}
#tag3{
margin-left:35%;
margin-top:0;
padding-top:0;
}
#tag4{
margin-left:32%;
}
#tag5{
margin-left:31%;
}
}
#footr_addr{
margin-left:28%;
}
</style>
<body id="thin">
<!-- TOP NAVIGATION -->
<nav class="navbar navbar-dark fixed-top bg-dark flex-md-nowrap p-0 shadow">
<a class="navbar-brand col-8 col-md-2 mr-0" href="index.html">IIT ISM Gymkhana</a>
<button class="navbar-toggler btn btn-dark col-4 d-block d-md-none" id="sidebarCollapse" type="button" data-toggle="collapse"
data-target="#Navbar">
<span class="navbar-toggler-icon bg-dark"></span>
</button>
<input class="form-control form-control-dark w-100" type="text" placeholder="Search for clubs, events etc."
aria-label="Search">
</nav>
<button onclick="topFunction()" id="myBtn" title="Go to top">Top</button>
<script>
function topFunction() {
document.documentElement.scrollTop = 0;
}
window.onscroll = function(){
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("myBtn").style.display = "block";
} else {
document.getElementById("myBtn").style.display = "none";
}
};
</script>
<!-- SIDEBAR -->
<div class="container-fluid">
<div class="row">
<nav class="offset-7 offset-sm-9 offset-md-0 col-5 col-sm-3 col-md-2 bg-light sidebar d-none d-md-block" id="sidebar" style="z-index:2;">
<div class="sidebar-sticky">
<ul class="nav flex-column">
<li class="nav-item">
<a class="nav-link active" data-toggle="tooltip" data-html="true" title="Visit the home page <br> of <strong>IIT (ISM) Gymkhana </strong>"
data-placement="right" href="index.html"><span class="fa fa-home fa-lg"></span>
Home
</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tooltip" data-html="true" title="View the various student <br> <strong>clubs</strong> of IIT (ISM)"
data-placement="right" href="k.html"> <span class="fa fa-tachometer fa-lg"></span>
Clubs
</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tooltip" data-html="true" title="View various upcoming &<br> past <strong>fests</strong> of IIT (ISM)"
data-placement="right" href="eventsnew.html"> <span class="fa fa-snowflake-o fa-lg"></span>
Fests
</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tooltip" data-html="true" title="Answers to <br> general queries"
data-placement="right" href="faq.html"> <span class="fa fa-question fa-lg"></span>
FAQs
</a>
</li>
</ul>
<h6 class="sidebar-heading d-flex justify-content-between align-items-center px-3 mt-4 mb-1 text-muted">
<span>User Section</span>
<a class="d-flex align-items-center text-muted" href="#">
<span data-feather="plus-circle"></span>
</a>
</h6>
<ul class="nav flex-column mb-2">
<li class="nav-item">
<a class="nav-link" data-toggle="tooltip" data-html="false" title="View Calendar" data-placement="right"
href="calendar.html"> <span class="fa fa-calendar fa-lg"></span>
Calendar
</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tooltip" data-html="false" title="Contact us" data-placement="right"
href="contact.html"> <span class="fa fa-address-card fa-lg"></span>
Contact
</a>
</li>
</ul>
</div>
</nav>
<main role="main" class="col-md-9 ml-sm-auto col-lg-10 px-4">
<!-- MAIN WRAPPER CONTENT -->
<!-- JUMBOTRON -->
<div class="jumbotron p-3 p-md-5 text-white rounded bg-dark my-4 w-100">
<div class="col-md-6 px-0">
<h1 class="display-4">IIT ISM Gymkhana</h1>
<p class="lead my-3">You have arrived at the online residence of IIT Dhanbad's Gymkhana. At IIT Dhanbad we
undertake a variety of cultural activities, which are broadly classified under 11 genres – Dance,
Dramatics, Film and Media(F&M), Literary Arts, Music, Photography and Fine Arts(PFA), Speaking, Indian
Languages, Lifestyle, Design and Classical & Folk Arts.<p class="lead mb-0"><a href="#" class="text-white font-weight-bold">TO
LIFE. TO SURPRISES. TO DISCOVERY</a></p>
</div>
</div>
<!-- CARDS -->
<div class="row mb-0">
<div class="col-md-6">
<div class="card flex-md-row mb-4 shadow-sm h-md-250">
<div class="card-body d-flex flex-column align-items-start">
<strong class="d-inline-block mb-2 text-primary">Cultural</strong>
<h3 class="mb-0">
<a class="text-dark" href="#">Featured Event</a>
</h3>
<div class="mb-1 text-muted">Jan 23</div>
<p class="card-text mb-auto">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Culpa, vel eius
fugiat hic dolorem facilis?</p>
<a href="#">Continue reading</a>
</div>
<svg class="bd-placeholder-img card-img-right flex-auto d-none d-lg-block" width="250" height="250" xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail">
<title>Placeholder</title>
<rect fill="#55595c" width="100%" height="100%" /><text fill="#eceeef" dy=".3em" x="50%" y="50%">Thumbnail</text>
</svg>
</div>
</div>
<div class="col-md-6">
<div class="card flex-md-row mb-4 shadow-sm h-md-250">
<div class="card-body d-flex flex-column align-items-start">
<strong class="d-inline-block mb-2 text-success">Council</strong>
<h3 class="mb-0">
<a class="text-dark" href="#">Featured News</a>
</h3>
<div class="mb-1 text-muted">Jan 26</div>
<p class="card-text mb-auto">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quod cum
explicabo
velit error aliquid eveniet!</p>
<a href="#">Continue reading</a>
</div>
<svg class="bd-placeholder-img card-img-right flex-auto d-none d-lg-block" width="250" height="250" xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail">
<title>Placeholder</title>
<rect fill="#55595c" width="100%" height="100%" /><text fill="#eceeef" dy=".3em" x="50%" y="50%">Thumbnail</text>
</svg>
</div>
</div>
<!-- ALBUM CARDS-->
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail">
<title>Placeholder</title>
<rect fill="#55595c" width="100%" height="100%" /><text fill="#eceeef" dy=".3em" x="50%" y="50%">Thumbnail</text>
</svg>
<div class="card-body">
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional
content. This content is a little bit longer.</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-secondary">View</button>
<button type="button" class="btn btn-sm btn-outline-secondary">Edit</button>
</div>
<small class="text-muted">9 mins</small>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail">
<title>Placeholder</title>
<rect fill="#55595c" width="100%" height="100%" /><text fill="#eceeef" dy=".3em" x="50%" y="50%">Thumbnail</text>
</svg>
<div class="card-body">
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional
content. This content is a little bit longer.</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-secondary">View</button>
<button type="button" class="btn btn-sm btn-outline-secondary">Edit</button>
</div>
<small class="text-muted">9 mins</small>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail">
<title>Placeholder</title>
<rect fill="#55595c" width="100%" height="100%" /><text fill="#eceeef" dy=".3em" x="50%" y="50%">Thumbnail</text>
</svg>
<div class="card-body">
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional
content. This content is a little bit longer.</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-secondary">View</button>
<button type="button" class="btn btn-sm btn-outline-secondary">Edit</button>
</div>
<small class="text-muted">9 mins</small>
</div>
</div>
</div>
</div>
</main>
</div>
<div class="row">
<!-- Footer -->
<footer class="page-footer font-small mdb-color lighten-3 pt-4 bg-dark container-fluid " style="z-index: 100;color:white; padding-top:0px;font-size:10px;">
<div class="container-fluid" style="margin-right:5%;">
<div class="row">
<div class="col-md-4 col-lg-3 mr-auto " align="center">
<img src="./favicon.ico" alt="" width="64" height="64" class="rounded">
<div align="center"> <span style="font-size:15px;">Student's Gymkhana <br>IIT (ISM) Dhanbad</span>
</div>
</div>
<hr class="clearfix w-100 d-md-none">
<div class="col-md-2 col-lg-2 mx-auto" align="center">
<ul class="list-unstyled">
<li>
<p>
<a href="constitution.pdf" class="footer_content">CONSTITUTION</a>
</p>
</li>
<li>
<p>
<a href="k.html" class="footer_content">CLUBS</a>
</p>
</li>
</ul>
</div>
<div class="col-md-2 col-lg-2 mx-auto" align="center">
<ul class="list-unstyled" >
<li>
<p>
<a href="eventsnew.html" class="footer_content">FESTS</a>
</p>
</li>
<li>
<p>
<a href="calendar.html" class="footer_content">CALENDAR</a>
</p>
</li>
<li>
<p>
<a href="contact.html" class="footer_content">CONTACT US</a>
</p>
</li>
</ul>
</div>
<div class="col-md-2 col-lg-2 mx-auto" align="center">
<ul class="list-unstyled">
<li>
<p id="footr_addr" align="center" style="margin-left: 0px;">
<i class="fa fa-home" ></i> Main Campus<br>
IIT (ISM), Dhanbad<br>
Jharkhand, India, 826004</p>
</li>
<li>
<p id="footr_addr" align="center" style="margin-left: 0px;">
<i class="fa fa-envelope" ></i> <a href="mailto:info@iitism.ac.in" id="footr_link"> info@iitism.ac.in</a></p>
</li>
</ul>
</div>
<hr class="clearfix w-100 d-md-none">
<div class="col-md-2 col-lg-2 mx-auto" align="center">
<ul class="list-unstyled">
<li>
<p id="footr_addr" align="center" style="margin-left: 0px;">
<i class="fa fa-phone " ></i> <a href="tel:03262235001" id="footr_link">0326-2235001</a></p>
</li>
<li>
<p id="footr_addr" align="center" style="margin-left: 0px;">
<i class="fa fa-print " ></i> <a href="fax:03262296563" id="footr_link">0326-2296563</a></p>
</li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright text-center py-3" style="z-index: 99;margin-top:0px; padding-bottom: 0px;" >© 2019 Copyright:
<a href="http://www.cyberlabs.club" style="color:white;"> Cyberlabs</a>
</div>
</footer>
<!-- Footer -->
</div>
</div>
<script src="jquery/dist/jquery.slim.min.js"></script>
<script src="popper.js/dist/umd/popper.min.js"></script>
<script src="bootstrap/dist/js/bootstrap.min.js"></script>
<script src="search.js"></script>
<script src="app.js"></script>
<script src="js/script.js"></script>
</body>
</html>