-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
413 lines (345 loc) · 16.6 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>NU-Connect</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="img/favicon.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/venobox/venobox.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<header id="header" class="header-fixed">
<div class="container">
<div id="logo" class="pull-left">
<h1><a href="#main"><span>NU</span>Connect</a></h1>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a href="index.html">Home</a></li>
<li><a href="#">Food Zone</a></li>
<li><a href="virtual.html">Virtual Tour</a></li>
<li><a href="cab.html">Cab Details</a></li>
<li><a href="shops.html">Nearby Shops</a></li>
<li><a href="events.html">Upcoming Events</a></li>
<li class="buy-tickets"><a href="me.html">Me</a></li>
</ul>
</nav>
</div>
</header>
<!--==========================
NU Body Section
============================-->
<section id="intro">
<video autoplay muted loop id="myVideo">
<source src="https://i.imgur.com/GzLfqgA.mp4" type="video/mp4">
</video>
<div class="intro-container wow fadeIn">
<h1 class="mb-4 pb-0"><span>NIIT</span><br>University</h1>
<p class="mb-4 pb-0">Connect yourself with NIIT University using NU-Connect</p>
<a href="https://www.youtube.com/watch?v=Z3F3dvHTrVY" class="venobox play-btn mb-4" data-vbtype="video"
data-autoplay="true"></a>
<a href="#about" class="about-btn scrollto">Explore</a>
</div>
</section>
<main id="main">
<!--==========================
About Section
============================-->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-6">
<h2>Why NU-Connect?</h2>
<p>It provides you the platform for ordering your food and pick it
up at the time you decided. It will answer your all queries regarding NIIT University. Get details of
upcoming events and mark the dates in your calendar. No need to worry about cab details. NU-CONNECT is
here for you to provide you all the details of cab.</p>
</div>
<div class="col-lg-3">
<h3>Made by</h3>
<p>Team Zero Bug</p>
</div>
<div class="col-lg-3">
<h3>When</h3>
<p>during HackNU3.0</p>
</div>
</div>
</div>
</section>
<!--==========================
Details Section
============================-->
<section id="speakers-details" class="wow fadeIn">
<div class="container">
<div class="section-header">
<h2>About NU Connect</h2>
<p>Most helpful tool for freshers!</p>
</div>
<div class="row">
<div class="col-md-6">
<img src="img/edu.gif" class="img-fluid">
</div>
<div class="col-md-6">
<div class="details">
<h2>Welcome to NU-Connect !</h2>
<div class="social">
<a href="me.html"><i class="fa fa-id-card"></i></a>
<a href="https://www.niituniversity.in/"><i class="fa fa-university"></i></a>
</div>
<p>As the name suggests, this website connects you to different services. Wanna explore the campus sitting in your room? Take a virtual tour of University and know your spot in the greenest campus.
Also, NU-Connect let's you to order your food in mess as per your requirement. So, say bye-bye to food wastage.<br><br>
We all know how it feels when we forget our id card in room while going out. Now, with NU-Connect you can show your id card via AR technology just by scanning a QR code.
NU-CONNECT helps you to know about events in advance so that you can manage your time tables and there are no clashes with your important tasks.<br><br>
Still in doubt? Having queries? Take a look on FAQ, we have answered all your queries.</p>
</div>
</div>
</div>
</div>
</section>
<!--==========================
Apps Section
============================-->
<section id="hotels" class="section-with-bg wow fadeInUp">
<div class="container">
<div class="section-header">
<h2>Apps</h2>
<p>Here are some useful apps to download</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="hotel">
<div class="hotel-img">
<img src="img/apps/1.jpg" alt="App 1" class="img-fluid">
</div>
<h3><a href="https://play.google.com/store/apps/details?id=com.niituniversity.niitUniversityStudents">NIIT University Students</a></h3>
<div class="stars">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-half-full"></i>
</div>
<p>Official app for Students</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="hotel">
<div class="hotel-img">
<img src="img/apps/2.jpg" alt="Hotel 2" class="img-fluid">
</div>
<h3><a href="https://play.google.com/store/apps/details?id=com.moodle.moodlemobile">Moodle</a></h3>
<div class="stars">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-half-full"></i>
</div>
<p>Access your Online Courses</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="hotel">
<div class="hotel-img">
<img src="img/apps/3.jpg" alt="Hotel 3" class="img-fluid">
</div>
<h3><a href="https://play.google.com/store/apps/details?id=com.instils.instilsvirtualexhibition">NU-Instils</a></h3>
<div class="stars">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>
<p>App for photography club of NIIT</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="hotel">
<div class="hotel-img">
<img src="https://i.imgur.com/vhgetPm.jpg" alt="App 3" class="img-fluid">
</div>
<h3><a href="https://play.google.com/store/apps/details?id=com.kushagra.application.connect_nu_testapp">NU Connect</a></h3>
<div class="stars">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>
<p>Official NU Connect App</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="hotel">
<div class="hotel-img">
<img src="https://i.imgur.com/shDQWuh.jpg" alt="App 3" class="img-fluid">
</div>
<h3><a href="https://play.google.com/store/apps/details?id=com.kushagra.application.laundry">NU Laundry</a></h3>
<div class="stars">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>
<p>Get you laundry done quickly!</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="hotel">
<div class="hotel-img">
<img src="https://i.imgur.com/LT97yNG.jpg" alt="App 3" class="img-fluid">
</div>
<h3><a href="https://play.google.com/store/apps/details?id=com.kushagra.application.mess">NU Mess</a></h3>
<div class="stars">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>
<p>Check Mess status from the app!</p>
</div>
</div>
</div>
</section>
<!--==========================
F.A.Q Section
============================-->
<section id="faq" class="wow fadeInUp">
<section class="back">
<div class="container">
<div class="section-header">
<h2>F.A.Q </h2>
</div>
<div class="row justify-content-center">
<div class="col-lg-9">
<ul id="faq-list">
<li>
<a data-toggle="collapse" class="collapsed" href="#faq1">How is the campus life? <i class="fa fa-minus-circle"></i></a>
<div id="faq1" class="collapse" data-parent="#faq-list">
<p>
NIIT University is the greenest campus. You will surely feel home here. Everyone here is to support you. You will find many activities to engage yourself. </p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#faq2" class="collapsed">How is the faculty here? <i class="fa fa-minus-circle"></i></a>
<div id="faq2" class="collapse" data-parent="#faq-list">
<p>
Faculty here is very good. They provide us the projects which help us in building ourselves. They are very encouraging. Every professor has the best experience in their field. Professors have the flexibility to teach in teir own way and have the right experience so student can have better understanding about what they are learning. </p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#faq3" class="collapsed">Who are our industry practice and placement partners? <i class="fa fa-minus-circle"></i></a>
<div id="faq3" class="collapse" data-parent="#faq-list">
<p>
Amazon, Audi, IBM, Intel, KPMG, PayU, BigBasket, clearTax,Justdial, Ibibo, CocaCola, PWC, Infosys, ICICI Bank, Makemytrip, Shopclues, TaTa and UrbanClap </p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#faq4" class="collapsed"> Why NIIT University? <i class="fa fa-minus-circle"></i></a>
<div id="faq4" class="collapse" data-parent="#faq-list">
<p>
When you start your journey with us, You just don't dive into academic, You actually experience a new life. You will be mentored, motivated and provided with an ideal environment to nurture yourself. </p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#faq5" class="collapsed">What all sports are available in our college? <i class="fa fa-minus-circle"></i></a>
<div id="faq5" class="collapse" data-parent="#faq-list">
<p>
Adequate facilities are available in the college campus for both outdoor and indoor sports like cricket, basketball, table-tennis and much more. College also provides the equipments for these sports. </p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#faq6" class="collapsed">Who are our industry practice and placement partners? <i class="fa fa-minus-circle"></i></a>
<div id="faq6" class="collapse" data-parent="#faq-list">
<p>
Amazon, Audi, IBM, Intel, KPMG, PayU, BigBasket, clearTax,Justdial, Ibibo, CocaCola, PWC, Infosys, ICICI Bank, Makemytrip, Shopclues, TaTa and UrbanClap </p>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
</section>
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-info">
<img src="img/logo.png" alt="TheEvenet"><br>
<p> NU-Connect provide services and contains information regarding nearby places, cab appointments, virtual tour, food ordering fron inner as well as outer food hubs of NU and so much more!</p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="fa fa-angle-right"></i> <a href="index.html">Home</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">Food Zone</a></li>
<li><i class="fa fa-angle-right"></i> <a href="virtual.html">Virtual Tour</a></li>
<li><i class="fa fa-angle-right"></i> <a href="cab.html">Cab Details</a></li>
<li><i class="fa fa-angle-right"></i> <a href="shops.html">Nearby Shops</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4 style= "color:black;">.</h4>
<ul>
<li><i class="fa fa-angle-right"></i> <a href="events.html">Upcoming Events</a></li>
<li><i class="fa fa-angle-right"></i> <a href="me.html">My ID-Card</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
NH 8<br>
Delhi- Jaipur Highway<br>
District Alwar, Neemrana<br>
Rajasthan 301705<br>
<strong>Phone:</strong> 1800 103 5050<br>
<strong>Email:</strong> registraroffice@niituniversity.in<br>
</p>
<div class="social-links">
<a href="https://twitter.com/niituniversity?s=20" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/NIITUniv/" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="https://www.instagram.com/niituniv/?hl=en"><i class="fa fa-instagram"></i></a>
<a href="mailto:admissions@niituniversity.in" class="google-plus"><i class="fa fa-google-plus"></i></a>
<a href="https://www.linkedin.com/school/niit-university/?originalSubdomain=in" class="linkedin"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong>NU-Connect</strong>. All Rights Reserved
</div>
</div>
</footer><!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-angle-up"></i></a>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/venobox/venobox.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="contactform/contactform.js"></script>
<script src="js/main.js"></script>
</body>
</html>