-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.php
392 lines (377 loc) · 18.2 KB
/
index.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
<?php
include 'head.html';
?>
<head>
<title>Counselling Service - IIT Jodhpur</title>
</head>
<body>
<div id="fb-root"></div>
<script>(function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<?php
include 'navbar.html';
?>
<script>
document.getElementById('nav-1').classList.add('active');
document.getElementById('nav-1').children[0].innerHTML += '<span class="sr-only">(current)</span>';
document.getElementById('nav').classList.remove('noscroll');
document.getElementById('nav').classList.add('scrolling-navbar');
</script>
<!--Carousel Wrapper-->
<div id="carousel-example-1" class="carousel slide carousel-fade" data-ride="carousel" data-interval="false">
<!--Indicators-->
<ol class="carousel-indicators">
<li data-target="#carousel-example-1" data-interval="5000" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-1" data-interval="5000" data-slide-to="1"></li>
<li data-target="#carousel-example-1" data-interval="5000" data-slide-to="2"></li>
<li data-target="#carousel-example-1" data-interval="5000" data-slide-to="3"></li>
<li data-target="#carousel-example-1" data-interval="5000" data-slide-to="4"></li>
<li data-target="#carousel-example-1" data-interval="5000" data-slide-to="5"></li>
<li data-target="#carousel-example-1" data-interval="5000" data-slide-to="6"></li>
<li data-target="#carousel-example-1" data-interval="5000" data-slide-to="7"></li>
<li data-target="#carousel-example-1" data-interval="5000" data-slide-to="8"></li>
<li data-target="#carousel-example-1" data-interval="5000" data-slide-to="9"></li>
</ol>
<!--/.Indicators-->
<!--Slides-->
<div class="carousel-inner" role="listbox">
<!--First slide-->
<div class="carousel-item active view">
<div class="mask hm-black-light">
<div class="full-bg-img"></div>
</div>
<div class="carousel-caption">
<ul class="animated fadeInUp">
<li>
<h2 class="h2-responsive">Counselling Service</h2>
<h4 class="h4-responsive">IIT Jodhpur</h4>
</li>
</ul>
</div>
</div>
<!--<slide>-->
<!--</slide>-->
<div class="carousel-item view">
<div class="mask hm-black-light">
<div class="full-bg-img"></div>
</div>
<div class="carousel-caption">
<ul class="animated fadeInUp">
<li><h2 class="h2-responsive">IIT Jodhpur</h2></li>
</ul>
</div>
</div>
<!--Slide -->
<div class="carousel-item view">
<div class="mask hm-black-light">
<div class="full-bg-img"></div>
</div>
<div class="carousel-caption">
<ul class="animated fadeInUp">
<li><h2 class="h2-responsive">FRAMED</h2></li>
</ul>
</div>
</div>
<!--/.Slide -->
<!--Slide -->
<div class="carousel-item view">
<div class="mask hm-black-light">
<div class="full-bg-img"></div>
</div>
<div class="carousel-caption">
<ul class="animated fadeInUp">
<li><h2 class="h2-responsive">Antakshari during SPANDAN</h2></li>
</ul>
</div>
</div>
<div class="carousel-item view">
<div class="mask hm-black-light">
<div class="full-bg-img"></div>
</div>
<div class="carousel-caption">
<ul class="animated fadeInUp">
<li><h2 class="h2-responsive">Plane models during NIMBLE</h2></li>
</ul>
</div>
</div>
<div class="carousel-item view">
<div class="mask hm-black-light">
<div class="full-bg-img"></div>
</div>
<div class="carousel-caption">
<ul class="animated fadeInUp">
<li><h2 class="h2-responsive">EDM night during IGNUS</h2></li>
</ul>
</div>
</div>
<!--Slide -->
<div class="carousel-item view">
<div class="mask hm-black-light">
<div class="full-bg-img"></div>
</div>
<div class="carousel-caption">
<ul class="animated fadeInUp">
<li><h2 class="h2-responsive">Volleyball match during VARCHAS</h2></li>
</ul>
</div>
</div>
<!--/.Slide -->
<div class="carousel-item view">
<div class="mask hm-black-light">
<div class="full-bg-img"></div>
</div>
<div class="carousel-caption">
<ul class="animated fadeInUp">
<li><h2 class="h2-responsive">DefeatTheBeat (IITJ Dance Club) during Ignus</h2></li>
</ul>
</div>
</div>
<!--/.Slide -->
<!--Slide -->
<div class="carousel-item view">
<div class="mask hm-black-light">
<div class="full-bg-img"></div>
</div>
<div class="carousel-caption">
<ul class="animated fadeInUp">
<li><h2 class="h2-responsive">Scribble night</h2></li>
</ul>
</div>
</div>
<!--/.Slide -->
<!--Slide -->
<div class="carousel-item view">
<div class="mask hm-black-light">
<div class="full-bg-img"></div>
</div>
<div class="carousel-caption">
<ul class="animated fadeInUp">
<li><h2 class="h2-responsive">Matki Fod</h2></li>
</ul>
</div>
</div>
<!--/.Slide -->
</div>
<!--/.Slides-->
<!--Controls-->
<a class="carousel-control-prev" href="#carousel-example-1" 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="#carousel-example-1" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
<!--/.Controls-->
</div>
<!--/.Carousel Wrapper-->
<section id="info">
<div class="container">
<div class="divider-new pb-2">
<h2 class="h2-responsive">Our Motto</h2>
</div>
<div class="row">
<div class="col-sm-12 card-block m-0 pt-5">
<p class="text-justify">The upcoming years of your stay at IIT Jodhpur will give your life a new direction
both academically and personally. As the time passes, there will be various challenges waiting for you.
We, the Student Counselling Service is devoted to provide personal guidance and necessary resources to students
to deal with all these challenges. The team tries to ensure that IITJ is not just an institute, but a
home away from home for you.</p>
</div>
<!-- <div class="col-sm-4 m-0 pt-0"> -->
<!-- <div class="text-justify card mt-2" role="list" style="height: 16rem;"> -->
<!-- <h3 class="h3-responsive card-header"><strong>Announcements</strong></h4></h3>
<ol class="card-block pl-5" style="overflow-y: scroll;">
<li>
A help desk will be there on the <b>Platform No. 1 on Jodhpur Jn.(Railway Station).</b> The buses will be
arranged from the MBM Engineering College to IIT Jodhpur Permanent Campus(Karwar) via Railway Station on 22nd
July 2018. To know more <a href="bus_schedule.php">click here</a>.
</li>
<br>
<li>All those who are not able to pay the fee using online payment portal i.e. Credit/Debit
Card or Net banking can pay the fee by making two separate Demand Drafts(DD) for the Semester
Fee and the Mess Fee in the favour of <b><u>Fees Collection Account IIT Jodhpur</u></b>
payable at IIT Jodhpur.
</li>
</ol> -->
<!-- </div> -->
<!-- </div> -->
</div>
<div class="divider-new">
<h2>Info</h2>
</div>
<div class="row flex-center">
<div class="col-sm-4 card-block">
<!--Card-->
<div class="card">
<!--Card image-->
<img class="img-fluid" src="images/form.png" alt="Forms">
<!--/.Card image-->
<!--Card content-->
<div class="card-block" style="height: 12.5rem;">
<!--Title-->
<h4 class="card-title">Important Links</h4>
<!--Text-->
<p class="card-text">
<ol>
<li><a href="map/index.html">Hotel Map</a></li>
<li><a href="bus_schedule.php">Bus Schedule</a></li>
<li><a href="form_required.php">Forms and Documents</a></li>
<li><a href="general_faqs.php">General Queries</a></li>
</ol>
</p>
</div>
<!--/.Card content-->
</div>
</div>
<div class="col-sm-4 card-block">
<div class="card">
<!--<img class="img-fluid" src="images/dates.png" alt="Arrival dates">-->
<div class="card-block" style="height: 12.5rem;">
<h4 class="card-title">Arrival Dates</h4>
<p class="card-text">
<ul>
<li>The reporting date for UG students is July 23, 2019</li>
<li>The reporting date for PG students is July 21, 2019</li>
</ul>
</p>
</div>
</div>
</div>
<div class="col-sm-4 card-block">
<!--Card-->
<div class="card hidden-lg-down" style="padding: 0.6rem;">
<div class="fb-page text-center" data-href="https://www.facebook.com/CounsellingService.IITJodhpur/"
data-tabs="timeline" data-small-header="false" data-adapt-container-width="true"
data-height="335" data-hide-cover="false" data-show-facepile="true">
<blockquote cite="https://www.facebook.com/CounsellingService.IITJodhpur/"
class="fb-xfbml-parse-ignore"><a
href="https://www.facebook.com/CounsellingService.IITJodhpur/">IIT Jodhpur
</a></blockquote>
</div>
<!--/.Card content-->
</div>
<div class="card hidden-md-down hidden-xl-up" style="padding: 0.6rem;">
<div class="fb-page text-center" data-href="https://www.facebook.com/CounsellingService.IITJodhpur/"
data-tabs="timeline" data-small-header="false" data-adapt-container-width="true"
data-height="305" data-hide-cover="false" data-show-facepile="true">
<blockquote cite="https://www.facebook.com/CounsellingService.IITJodhpur/"
class="fb-xfbml-parse-ignore"><a
href="https://www.facebook.com/CounsellingService.IITJodhpur/">IIT Jodhpur
</a></blockquote>
</div>
<!--/.Card content-->
</div>
<div class="card hidden-sm-down hidden-lg-up" style="padding: 0.6rem;">
<div class="fb-page text-center" data-href="https://www.facebook.com/CounsellingService.IITJodhpur/"
data-tabs="timeline" data-small-header="false" data-adapt-container-width="true"
data-height="260" data-hide-cover="false" data-show-facepile="true">
<blockquote cite="https://www.facebook.com/CounsellingService.IITJodhpur/"
class="fb-xfbml-parse-ignore"><a
href="https://www.facebook.com/CounsellingService.IITJodhpur/">IIT Jodhpur
</a></blockquote>
</div>
<!--/.Card content-->
</div>
<div class="card hidden-xs-down hidden-md-up" style="padding: 0.6rem;">
<div class="fb-page text-center" data-href="https://www.facebook.com/CounsellingService.IITJodhpur/"
data-tabs="timeline" data-small-header="false" data-adapt-container-width="true"
data-height="235" data-hide-cover="false" data-show-facepile="true">
<blockquote cite="https://www.facebook.com/CounsellingService.IITJodhpur/"
class="fb-xfbml-parse-ignore"><a
href="https://www.facebook.com/CounsellingService.IITJodhpur/">IIT Jodhpur
</a></blockquote>
</div>
<!--/.Card content-->
</div>
<div class="card hidden-sm-up" style="padding: 0.6rem;">
<div class="fb-page text-center" data-href="https://www.facebook.com/CounsellingService.IITJodhpur/"
data-tabs="timeline" data-small-header="false" data-adapt-container-width="true"
data-height="330" data-hide-cover="false" data-show-facepile="true">
<blockquote cite="https://www.facebook.com/CounsellingService.IITJodhpur/"
class="fb-xfbml-parse-ignore"><a
href="https://www.facebook.com/CounsellingService.IITJodhpur/">IIT Jodhpur
</a></blockquote>
</div>
<!--/.Card content-->
</div>
</div>
</div>
</div>
</section>
<div class="container">
<div class="divider-new">
<h2 class="h2-responsive">Get in touch with us</h2>
</div>
<div class="row">
<div class="col-sm-8">
<div id="map-container" class="z-depth-1-half map-container" data-adapt-container-width="true"
style="height: 400px"></div>
</div>
<div class="col-sm-4">
<div class="row text-center flex-center flex-column">
<div>
<a href = "https://www.google.com/maps/dir//Indian+Institute+of+Technology+Jodhpur,
+NH+65,+Nagaur+Road,+Dist+Jodhpur,+Karwar,+Rajasthan+342037/@23.6259304,70.4746297"
target="_blank" class="btn-floating btn-small mdb-color direction-link"><i class="fa fa-map-marker"></i></a>
<p>NH 65, Karwad, Jodhpur</p>
<p>Rajasthan</p>
</div>
<div>
<a href="tel:+912912801906" class="btn-floating btn-small mdb-color"><i class="fa fa-phone"></i></a>
<p><a href="tel:+912912801906">+91-291-2801906</a></p>
<p>Mon - Fri, 10:00-17:00</p>
</div>
<div id="auto">
<a href="mailto:[email protected]" class="btn-floating btn-small mdb-color"><i class="fa fa-envelope"></i></a>
<p>Email us at</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<!-- <div class="mt-2">-->
<!-- <h3 class="h3-responsive">Autorickshaws:</h3>-->
<!-- <ul>-->
<!-- <li class="mb-0">-->
<!-- <strong>Sankar</strong> (Karwad to Jodhpur): 9660720013-->
<!-- </li>-->
<!-- <li class="mb-0">-->
<!-- <strong>Sonu</strong> (Jodhpur to Karwad): 9166820621-->
<!-- </li>-->
<!-- <li class="mb-0">-->
<!-- <strong>Fixed Price</strong>: Rs 300-->
<!-- </li>-->
<!-- </ul>-->
<!-- </div>-->
</div>
</div>
</div>
</div>
<div class="container text-center mt-2">
<h2 class="h2-responsive">
<a class="direction-link" href="https://www.google.com/maps/dir//Indian+Institute+of+Technology+Jodhpur,
+NH+65,+Nagaur+Road,+Dist+Jodhpur,+Karwar,+Rajasthan+342037/@23.6259304,70.4746297"
target="_blank">
Direction toward us</a>
</h2>
</div>
<!-- SCRIPTS -->
<!-- JQuery -->
<script type="text/javascript" src="js/jquery-3.1.1.min.js"></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="js/tether.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="js/compiled.min.js"></script>
<!-- MDB core JavaScript -->
<script src="https://maps.google.com/maps/api/js?key=AIzaSyBwt2_JRQm6pHP0Zixc82kwtPWVy1dyKRE"></script>
<script src="js/home-map.js"></script>
<script src="js/carousel.js"></script>
<br>
<!--Footer-->
<?php
include 'footer.html';
?>