-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.html
568 lines (504 loc) · 26.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
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
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Home | NSS IIT Patna</title>
<!-- core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/owl.carousel.min.css" rel="stylesheet">
<link href="css/icomoon.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="images/ico/apple-touch-icon-57-precomposed.png">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<link rel="icon" type="image/png" href="images/nss.png"/>
<style>
li.dropdown {
display: inline-block;
}
.dropdown:hover .dropbtn {
background-color: red;}
.dropdown-content {
display: none;
position: absolute;
background-color:#f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1000;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown-content a:hover {background-color: red;}
.dropdown:hover .dropdown-content {
display: block;
}
</style>
</head>
<!--/head-->
<body class="homepage">
<header id="header">
<nav class="navbar navbar-inverse" role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<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="images/nssweb.png" alt="logo" style="width: 150px; height: auto;"></a>
</div>
<div class="collapse navbar-collapse navbar-right">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html" ><b>Home</b></a></li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn"><b>Cells</b></a>
<div class="dropdown-content">
<a href="Cells/awareness.html">Chetna</a>
<a href="Cells/environment.html">Environmental</a>
<a href="Cells/technical_skills.html">Technical Skills</a>
<a href="Cells/teaching.html">Teaching</a>
<a href="Cells/rural_development.html">Rural Development</a>
</div>
</li>
<li> <a href="Cells/prayatna.html"><b>Prayatna</b></a></li>
<li><a href="portfolio.html"><b>Gallery</b></a></li>
<!-- <li><a href="#here"><b>Events</b></a></li>-->
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn active"><b>About Us</b></a>
<div class="dropdown-content">
<a href="about-us.html">Our Core Team</a>
<a href="faq.html">FAQ's</a>
</div>
</li>
<li><a href="think-thank.html"><b>Think Thank</b></a></li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn"><b>Check Hours</b></a>
<div class="dropdown-content">
<a href="https://docs.google.com/spreadsheets/d/1s-aJrNF8dCllijAUiij6vQrv8w8WoxvQtLE0mcLhVi8/edit#gid=0" target="_blank"><b>Autumn Semester</b></a>
<a href="https://docs.google.com/spreadsheets/d/1X_ExfTu0i81_QbuhP6BqkUn29B_zVumqU4aLcIQn59k/edit?usp=sharing" target="_blank"><b>Spring Semester</b></a>
</div>
</li>
</ul>
</div>
</div>
<!--/.container-->
</nav>
<!--/nav-->
</header>
<!--/header-->
<section id="main-slider" class="no-margin">
<div class="carousel slide" data-ride="carousel" >
<ol class="carousel-indicators">
<li data-target="#main-slider" data-slide-to="0" class="active"></li>
<li data-target="#main-slider" data-slide-to="1"></li>
<li data-target="#main-slider" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="item active" style="background-image:url(images/slider/nss_home.jpg)">
<div class="container">
<div class="row">
<div class="col-md-7">
<div class="carousel-content">
<marquee style="color:red">Announcement!!!!</marquee>
<h1 class="animation animated-item-1">NOT ME BUT YOU</h1>
<div class="animation animated-item-2">
वैष्णव जन तो तेने कहिये
जे पीड परायी जाणे रे ।<br>
पर दुःखे उपकार करे तो ये
मन अभिमान न आणे रे ॥<br>
</div>
<a class="btn-slide animation animated-item-3" href="donation.html">DONATE</a><br>
<a class="btn-slide animation animated-item-3" href="blood_request.html">Request Blood</a>
</div>
</div>
</div>
</div>
</div>
<!--/.item-->
<div class="item" style="background-image: url(images/slider/bg2.jpg)">
<div class="container">
<div class="row">
<div class="col-md-7">
<div class="carousel-content">
<marquee style="color:red">Announcement!!!!</marquee>
<h1 class="animation animated-item-1">NOT ME BUT YOU</h1>
<div class="animation animated-item-2">
</div>
<a class="btn-slide animation animated-item-3" href="donation.html">DONATE</a><br>
<a class="btn-slide animation animated-item-3" href="blood_request.html">Request Blood</a>
</div>
</div>
</div>
</div>
</div>
<!--/.item-->
<div class="item" style="background-image: url(images/slider/home3.jpg)">
<div class="container">
<div class="row">
<div class="col-md-7">
<div class="carousel-content">
<marquee style="color:red">Announcement!!!!</marquee>
<h1 class="animation animated-item-1">NOT ME BUT YOU</h1>
<div class="animation animated-item-2">
<p> यही पशु-प्रवृत्ति है कि आप आप ही चरे,<br>
वही मनुष्य है कि जो मनुष्य के लिए मरे।<br>
- मैथिली शरण गुप्त</p>
</div>
<a class="btn-slide animation animated-item-3" href="#">DONATE</a><br>
<a class="btn-slide animation animated-item-3" href="blood_request.html">Request Blood</a>
</div>
</div>
</div>
</div>
</div>
<!--/.item-->
</div>
<!--/.carousel-inner-->
</div>
<!--/.carousel-->
<a class="prev hidden-xs hidden-sm" href="#main-slider" data-slide="prev">
<i class="fa fa-chevron-left"></i>
</a>
<a class="next hidden-xs hidden-sm" href="#main-slider" data-slide="next">
<i class="fa fa-chevron-right"></i>
</a>
</section>
<!--/#main-slider-->
<section id="feature">
<div class="container" style>
<div class="center fadeInDown" style="border:solid;border-color:#14418a; margin:10px;padding:10px;">
<hr>
<h2>What we are?</h2>
<p class="lead">
The <b style="color:#14418a;">National Service Scheme</b> of <abb>IIT</abb> Patna is an
initiative to bring about a change in the Social and Economic
forms of the Society.NSS believes that <span style="color:blue;">"Service to Mankind is
Service to GOD"</span> and with this mindset the members of NSS are
ready to carve out humanity out of every social cause.
The Scheme runs under<span style="color:rgba(250, 83, 6)"> Ministry of Sports and Youth Affairs,
Govt of India</span> with a motive to inculcate <span style="color:#DC143C">Social Responsibilty</span>
in the youth who will be tomorrow's work force of the Nation at Institute Level
is headed by Dr. Rajgopal Rao, supported by the General Secretary
Jagdish Anjana and Mentors of Different Cells who give guidance to
nearly <span style="color:green;">120</span> Enthusiastic and Energetic Volunteers.
<hr style="color:black; ">
</p>
</div>
<br>
<div class="center fadeInDown" style="border:inset;margin-top:20px;padding-top:20px;margin-left:10px;margin-right:10px;">
<h2>What we do..?</h2>
<p class="lead">The NSS Society of IIT Patna functions in 5 various parts with its centre of activity being Amhara village. <br> It comprises of:
<hr>
<span style="color:blueviolet;align:left"> <br >Rural Development</span>-----
<span style="color:rgb(69, 19, 207);position:centre;">Technical Skills</span>-----
<span style="color:rgb(17, 224, 86)">Environment</span><hr>
<span style="color:rgb(230, 19, 19)">Teaching Group</span>
<span style="color:rgb(212, 97, 20)">------------</span>
<span style="color:rgb(19, 104, 214); position: right;">Chetna Awareness Society<br></span>
<hr>
<p class="lead" style="padding-left:50px;padding-right: 50px;font-size: 15px;">
Being a Social Organisation we are responsible to return the society what it has given to us.We work for each part
of the society. We educate the children both on Primary and Secondary levels of basic and higher education
in the Amhara high school. We enliven the spirit of basic fundamental rights in them ensuring that education
is not a favour but a right for each and every civilian of the Country. Being an integral part of the society
we support the unemployed ,specially women of Amhara to turn into small Scale Enterpreuners. Any upgradation would
ofcourse require the involvement of Govenment Schemes and Organisations like the<span style="color:blue;"> Unnat
Bharat Abhiyan</span> ,<span style="color:crimson;"> Bihar School Education Board</span> etc. This organisation also believes in the spirit of Swatcha Bharat
and in order to replenish the beauty of mother nature in and out of the campus.</p><br>
<b style="color: rgba(247, 9, 120, 0.966);font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;">"Kindness but do not expect Gratitude"</b>
</div>
<a href="Cells/prayatna.html">
<div class="center fadeInDown" style="border:inset;margin-top:20px;padding:20px;">
<h2>Prayatna-<span style="color:rgb(15, 15, 240)">"Sapno ko Udaan dene ka"</span> </h2>
<b>Initiative of IIT Patna</b>
<p class="lead" style="color:black;"><b style="color: #440c9ed5">Prayatna's</b> functionality is totally independent of NSS.
It works on a larger domain in many nearby Villages.
It has its own Core Team which manages and takes decisions regarding its
proper functioning based on regular observations and inputs from other members involved.<br>
<span style="font-family: 'Times New Roman', Times, serif;color:darkblue;">NSS</span> volunteer contribute in Prayatna regularly by taking classes.
</p>
</div>
</a>
<br><br>
<div class="row" id="here">
<div class="features">
<div class="center fadeInDown">
<br>
<br>
<h2>RECENT EVENTS</h2>
</div>
<a href="Cells/rural_development.html">
<div class="col-md-6 col-sm-6 fadeInDown" data-wow-duration="1000ms" data-wow-delay="600ms">
<div class="feature-wrap">
<h2>Cloth Collection and Donation</h2>
<p>With an aim to improvise and giving a better life the Rural Development Team of <span style="color: #15d445">NSS IIT Patna</span> collected clothes that are donated
by the Campus Staff and Faculty and Donated it to the Needy People of Nearby Area.
</p>
</div>
</div>
</a>
<!--/.col-md-3-->
<a href="Cells/awareness.html">
<div class="col-md-6 col-sm-6 fadeInDown" data-wow-duration="1000ms" data-wow-delay="600ms">
<div class="feature-wrap">
<h2>Kerala Flood Relief</h2>
<p>The <span style="color:rgb(230, 72, 10);">Chetna Team</span> in collaboration with the <span style="color: #14418a">Student's Gymkhana</span>, along with other thousands of organisations across India, took up an initiative to collect funds for the unfortunate and needy people of Kerala.
A handsome amount of funds were collected from the Boy's hostel, the Girl's hostel and the Faculty quarter of IIT Patna.</p>
</div>
</div>
</a>
<!--/.col-md-3-->
</div>
<!--/.services-->
</div>
<!--/.row-->
<div class="clearfix text-center">
<br>
<br>
<!--/.more events--> <a href="events/events.html" class="btn btn-primary">More Events</a>
</div>
</div>
<!--/.container-->
</section>
<!--/#feature-->
<section id="services" class="service-item">
<div class="container">
<div class="center fadeInDown">
<h2>Our Cells</h2>
<a href="Cells/technical_skills.html">
</div>
<div class="row">
<div class="col-sm-6 col-md-4" style="height:300px;">
<div class="media services-wrap fadeInDown nib">
<div class="pull-left1">
<img class="img-responsive" src="images/technical1.jpg" height="150" width="150">
</div>
<div class="media-body">
<h3 class="media-heading">Technical Skills</h3>
<p><b>Helping the underprivileged to keep in pace with the growing technology.</b>
</p>
</div>
</div>
</div>
</a>
<a href="Cells/rural_development.html">
<div class="col-sm-6 col-md-4" style="height:300px;">
<div class="media services-wrap fadeInDown">
<div class="pull-left1">
<img class="img-responsive" src="images/ruraldev.jpeg" height="150" width="150">
</div>
<div class="media-body">
<h3 class="media-heading">Rural Development</h3>
<p><b>Carving out the undefined potential in rural people.</b>
</p>
</div>
</div>
</div>
</a>
<a href="Cells/environment.html">
<div class="col-sm-6 col-md-4" style="height:300px;">
<div class="media services-wrap fadeInDown">
<div class="pull-left1">
<img class="img-responsive" src="images/environment.jpeg" height="150" width="150">
</div>
<div class="media-body">
<h3 class="media-heading">Environment</h3>
<p> <b>Replenishing the greenery and cleanliness in and around the campus.</b></p>
</div>
</div>
</div>
</a>
<a href="Cells/awareness.html">
<div class="col-sm-6 col-md-4" style="height:300px;">
<div class="media services-wrap fadeInDown">
<div class="pull-left1">
<img class="img-responsive" src="images/aware1.png" height="150" width="150">
</div>
<div class="media-body">
<h3 class="media-heading">Chetna</h3>
<p><b>Socialising the people towards various government schemes. </b>
</p>
</div>
</div>
</div>
</a>
<a href="Cells/teaching.html">
<div class="col-sm-6 col-md-4" style="height:300px;">
<div class="media services-wrap fadeInDown">
<div class="pull-left1">
<img class="img-responsive" src="images/teaching.jpg" height="150" width="150">
</div>
<div class="media-body">
<h3 class="media-heading">Teaching</h3>
<p> <b>Connecting little ideas with big opportunities to develop the future of India.</b>
</p>
</div>
</div>
</div>
</a>
<!--
<a href="Cells/prayatna.html">
<div class="col-sm-6 col-md-4">
<div class="media services-wrap fadeInDown">
<div class="pull-left1">
<img class="img-responsive" src="images/logo_circular.png" height="150" width="150">
</div>
<div class="media-body">
<h3 class="media-heading">Prayatana</h3>
<p>This group of NSS plays a major role, it is an initiative to bring a change
in the life of children who are the future of the country. it teaches them and provides them basic knowledge of topics of their
respective syllabus.</p>
</div>
</div>
</div>
</a>-->
</div>
<!--/.row-->
</div>
<!--/.container-->
</section>
<!--/#services-->
<section id="testimonial">
<div class="container">
<div class="testimonial-slider owl-carousel">
<div class="single-slide">
<div class="slide-img">
<img src="images/Quote 1.jpg" alt="">
</div>
<div class="content">
<p>Quote 1:The happiest people I know are those who lose themselves in the service of others.</p>
<h4>- Gordon B. Hinckley</h4>
</div>
</div>
<div class="single-slide">
<div class="slide-img">
<img src="images/Quote 2.jpg" alt="">
</div>
<div class="content">
<p>Not all of us can do great things, but we can do small things with great love.</p>
<h4>- Mother Teresa</h4>
</div>
</div>
<div class="single-slide">
<div class="slide-img">
<img src="images/Quote 3.jpg" alt="">
</div>
<div class="content">
<p>Be the change you wish to see in the world.</p>
<h4>- Mahatma Gandhi</h4>
</div>
</div>
<div class="single-slide">
<div class="slide-img">
<img src="images/Quote 4.jpg" alt="">
</div>
<div class="content">
<p>Unless someone like you cares a whole aweful lot, nothing is going to get better. Its not.</p>
<h4>- Dr. Seuss</h4>
</div>
</div>
<div class="single-slide">
<div class="slide-img">
<img src="images/Quote 5.jpg" alt="">
</div>
<div class="content">
<p>It is not enough to be compassionate. You must act.</p>
<h4>- Dalai Lama</h4>
</div>
</div>
<div class="single-slide">
<div class="slide-img">
<img src="images/Quote 6.jpg" alt="">
</div>
<div class="content">
<p>Alone we can do so little; together we can do so much.</p>
<h4>- Helen Keller</h4>
</div>
</div>
</div>
</div>
</section>
<section id="partner" style="padding-top:25px; padding-bottom:25px;">
<div class="container">
<div class="row">
<div class="center fadeInDown" style="padding-bottom:25px;">
<h2>Contact Us </h2>
<p>
<div class="col-md-4 col-sm-12">
<i class="fa fa-envelope" aria-hidden="true" style="font-size: 28px; padding-bottom: 5px; color: #000; margin-right: 8px;"></i>[email protected]       
</div>
<div class="col-md-4 col-sm-12">
<i class="fa fa-phone" aria-hidden="true" style="font-size: 32px;padding-left: 10px; padding-bottom: 5px; color: #000; margin-right: 8px;"></i>+91-8827275145       
</div>
<div class="col-md-4 col-sm-12">
<i class="fa fa-map-marker" aria-hidden="true" style="font-size: 32px; padding-left: 25px; color: #000; margin-right: 8px;"></i> IIT Patna Campus, Patna, 801110</p><br>
</div>
<div class="row">
<br>
<br>
<br>
<a href="https://www.facebook.com/nssiitp/"> <i class="fa fa-facebook-official logo" aria-hidden="true"></i> </a>
<a href="https://twitter.com/nss_iitp"> <i class="fa fa-twitter logo" aria-hidden="true"></i></a>
<a href="https://www.instagram.com/nss_iit_patna/"> <i class="fa fa-instagram logo" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/company/nssiitp/"> <i class="fa fa-linkedin-square logo" aria-hidden="true"></i></a>
<br>
<br>
</div>
</div>
© COPYRIGHT || NSS IIT Patna || WEB DEV TEAM
</div>
<!--/.container-->
</section>
<!--/#partner-->
<!--/#footer-->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/main.js"></script>
<!-- Defining function for fixed header -->
<script>
window.onscroll = function() {myFunction()};
var header = document.getElementById("header");
var sticky = header.offsetTop;
function myFunction() {
if (window.pageYOffset > sticky) {
header.classList.add("sticky");
} else {
header.classList.remove("sticky");
}
}
</script>
<script>
$(document).ready(function() {
$("#myCarousel").swiperight(function() {
$(this).carousel('prev');
});
$("#myCarousel").swipeleft(function() {
$(this).carousel('next');
});
});
</script>
</body>
</html>