-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path15.html
381 lines (261 loc) · 14.8 KB
/
15.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
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
<!DOCTYPE HTML>
<html>
<head>
<title>NSSC | HOSPITALITY </title> <link rel="icon" href="nssc.png">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets2/css/bootstrap.min.css">
<link rel="stylesheet" href="assets2/css/style.css">
<style type="text/css"> </style>
</head>
<body>
<!--Navigation Bar-->
<!--<nav class="navbar navbar-expand-lg navbar-dark bg-dark" style="position: fixed; padding-top: 0px; width: 100%; transform: translateY(-119px); height: 80px;">
<a class="navbar-brand" href="index2.html">
<img src="images/home.png" width="50" height="50" alt="" href="index.html">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="Events.html">Events <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="workshop.html">Workshops</a>
</li>
<li class="nav-item">
<a class="nav-link" href="exhibition.html">Exhibition</a>
</li>
<li class="nav-item">
<a class="nav-link" href="gl.html">Guest Lectures</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sa.html">SA Portal</a>
</li>
</li>
<li class="nav-item">
<a class="nav-link" href="spons_final.html">Sponsors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="team.html">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="ContactFrom_v17/ContactFrom_v17/contact.html">Contact Us</a>
</li>
</ul>
<li class="form-inline my-2 my-lg-0"><a class="form-control mr-sm-2" href="Login.html">Login/Signup</a></li>
</div>
</nav>-->
<!-- Spats beta -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<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"><img src="assets2/images/logo.png" alt="NSSC" /></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown">ABOUT US<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="about.html">ABOUT US</a></li>
<li><a href="gallery.html">GALLERY</a></li>
</ul>
</li>
<li><a href="hospitality.html">HOSPITALITY</a></li>
<li><a href="event/event.html" >EVENTS</a></li>
<li><a href="Workshop.html">WORKSHOPS</a></li>
<li><a href="gl.html">GUEST TALKS</a></li>
<li><a href="exhibition.html">EXHIBITIONS</a></li>
<li><a href="sa.html">SA</a></li>
<li class="dropdown">
<a href="event.html" class="dropdown-toggle" data-toggle="dropdown">SPONSORS<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="spons_18.html">Sposors 2018</a></li>
<li><a href="spons_17.html">Sposors 2017</a></li>
<li><a href="spons_16.html">Sposors 2016</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown">TEAM<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="team1.html">TEAM</a></li>
<li><a href="ContactFrom_v17/ContactFrom_v17/contact.html">CONTACT US</a></li>
</ul>
</li>
<li class="form-inline my-2 my-lg-0"><a href="Login.html">Login</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!--Spats beta-->
<!-- Main -->
<section id="main">
<div class="inner">
<!-- One -->
<section id="one" class="wrapper style1">
<div class="image fit flush">
<!--<img src="images/pic02.jpg" alt="" />-->
</div>
<header class="special">
<h2>REACHING IIT KGP</h2>
<!--<p>vehicula urna sed justo bibendum</p>-->
</header>
<div class="content">
<p><ul>Situated about 120 km west of Kolkata Kharagpur is well connected to Kolkata by Road and Rail transport.
<li>Kharagpur is well connected to most major cities of India by rail. There are frequent trains to Kharagpur. The Institute is about 10 minutes drive (5 km) from the Kharagpur railway station. Private taxi, auto rickshaw or cycle-rickshaw can be hired to reach the Institute.</li>
<li>The nearest airport to Kharagpur is the Netaji Subhas Chandra Bose International Airport (CCU), Kolkata. You can get a flight to Kolkata airport on regular basis. It is widely connected to almost all the major destinations of the country.</li>
<li>From Kolkata Airport you can take a cab from the Airport taxi stand to Kharagpur. The distance is almost 140KM. The travel time is approximately 2.30 hrs. It costs roughly Rs. 3000/- (depending on the taxi type)</li>
<li>OR one can board regular Express and Local (choice is yours) trains to Kharagpur from Howrah station. It takes 2 hrs by an express train - Fare - Rs 60/- to 150/- depending on class and train type.</li></ul>
</p>
</div>
<header class="special">
<h2>CAMPUS</h2>
<!--<p>vehicula urna sed justo bibendum</p>-->
</header>
<div class="content">
<p>A wonderful campus spread over a large area of about 2200-acres of land. The appeal of vast expanses of green, sweeping trees everywhere and the classic architecture blends in with the creative lifestyle of today's generation. The campus is engrossed in scenic views and viewpoints offering a historical perspective to the advancement of Science and Technology namely, Nehru Museum, Hijli Shahid Bhavan, Old Prison Cells, Martyrs Memorial, and several lakes, helipads and hotspots of the campus. When it comes to food, one has a great many options at affordable prices. Experience the three-day fun-packed extravaganza here at IIT Kharagpur and we ensure your stay here will be enthralling.
</p>
</div>
<header class="special">
<h2>ACCOMODATION</h2>
<!--<p>vehicula urna sed justo bibendum</p>-->
</header>
<div class="content">
<p><ul><li>Guests will be provided accommodation in the guest house inside the campus.</li>
<li>Participants will be provided accommodation in well-constructed common rooms of hall of residences inside the campus.</li>
<li>Participants will be provided dormitory type accommodation, mattresses and other basic facilities required.</li>
<li>There will be no extra fee for accommodation it will be included in the registration fee.</li>
<li>Participants must pay registration fee through online payment for getting reserved accommodation seat.</li>
<li>Accommodation will be provided on “first come first serve” basis, student who registered for it earlier will have reserved seat.</li></ul>
</p>
</div>
<header class="special">
<h2>INSTRUCTIONS</h2>
<!--<p>vehicula urna sed justo bibendum</p>-->
</header>
<div class="content">
<p><ul><li>Participant must carry his institute id card along with identity card provided during registration.</li>
<li>Participants will be provided accommodation maximum for five days from 4th to 8th of October.</li>
<li>Accommodation will not food facilities, one can purchase food in eateries in the fest arena, canteens and restaurants inside the campus.</li>
<li>Participants must maintain proper decorum during the stay at IIT Kharagpur, for any atrocious activities or misconduct, the participant will be debarred from the fest.</li>
<li>Participants must carry their own required materials and commodities required for the competitions, organizing team will not provide any material other than it promised to do so.</li>
<li>Students are not allowed to visit any institution building without permission. Any kind of alcohol drinks and smoking activities are strictly prohibited inside the campus.</li>
<li>Practice arena for the competitions will be provided before the fest.</li></ul>
</p>
</div>
<header class="special">
<h2>CONTACT</h2>
<!--<p>vehicula urna sed justo bibendum</p>-->
</header>
<div class="content" style="text-align: center;">
<p>
<b>Contact</b><br>
<ul><li>Tanishq Garg</li></ul>
Head of public relations<br>
+917477858668<br>
</p>
</div>
</section>
<!-- Two -->
<!-- <section id="two" class="wrapper style2">
<header>
<h2>Organisers</h2>
<p>vehicula urna sed justo bibendum</p>
</header>
<div class="content">
<div class="gallery">
<div>
<div class="image fit flush">
<a href="images/pic03.jpg"><img src="images/pic03.jpg" alt="" /></a>
</div>
</div>
<div>
<div class="image fit flush">
<a href="images/pic01.jpg"><img src="images/pic01.jpg" alt="" /></a>
</div>
</div>
<div>
<div class="image fit flush">
<a href="images/pic04.jpg"><img src="images/pic04.jpg" alt="" /></a>
</div>
</div>
<div>
<div class="image fit flush">
<a href="images/pic05.jpg"><img src="images/pic05.jpg" alt="" /></a>
</div>
</div>
</div>
</div>
</section>-->
<!-- Three -->
<!---<section id="three" class="wrapper">
<div class="spotlight">
<div class="image flush"><img src="images/pic06.jpg" alt="" /></div>
<div class="inner">
<h3>Viverra Hendrerit</h3>
<p>Curabitur eget semper ante. Morbi eleifend ultricies est, a blandit diam vehicula vel. Vestibulum porttitor nisi quis viverra hendrerit. Suspendisse vel volutpat nibh, vel elementum lacus. Maecenas commodo pulvinar dui, at cursus metus imperdiet vel.</p>
</div>
</div>
<div class="spotlight alt">
<div class="image flush"><img src="images/pic07.jpg" alt="" /></div>
<div class="inner">
<h3>Curabitur Eget</h3>
<p>Curabitur eget semper ante. Morbi eleifend ultricies est, a blandit diam vehicula vel. Vestibulum porttitor nisi quis viverra hendrerit. Suspendisse vel volutpat nibh, vel elementum lacus. Maecenas commodo pulvinar dui, at cursus metus imperdiet vel.</p>
</div>
</div>
<div class="spotlight">
<div class="image flush"><img src="images/pic08.jpg" alt="" /></div>
<div class="inner">
<h3>Morbi Eleifend</h3>
<p>Curabitur eget semper ante. Morbi eleifend ultricies est, a blandit diam vehicula vel. Vestibulum porttitor nisi quis viverra hendrerit. Suspendisse vel volutpat nibh, vel elementum lacus. Maecenas commodo pulvinar dui, at cursus metus imperdiet vel.</p>
</div>
</div>
</section>-->
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="icons">
<li><a href="https://twitter.com/SpaceTech4U" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.youtube.com/user/spAtsiitkgp" class="icon fa-youtube"><span class="label">Youtube</span></a></li>
<li><a href="https://www.facebook.com/nssc.iit" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/spacetech4u/" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://plus.google.com/100138504586731501609" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
</div>
<div class="copyright">
© Copyright @nssc2018. All rights reserved.<!-- <a href="https://unsplash.com">Unsplash</a> Design <a href="https://templated.co">TEMPLATED</a>-->
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets2/js/vendor/jquery-1.11.2.min.js"></script>
<script src="assets2/js/vendor/bootstrap.min.js"></script>
<script src="http://maps.google.com/maps/api/js"></script>
<script src="assets2/js/gmaps.min.js"></script>
<script src="assets2/js/jquery.magnific-popup.js"></script>
<script src="assets2/js/plugins.js"></script>
<script src="assets2/js/main.js"></script>
<script src="assets2/js/custom.js"></script>
</body>
</html>