-
Notifications
You must be signed in to change notification settings - Fork 12
/
faq.html
464 lines (391 loc) · 21.5 KB
/
faq.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
<!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="">
<script src="js/modernizr.js"></script> <!-- Modernizr -->
<title>FAQ's</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">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<!--[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="icon" type="image/png" href="images/faq_logo.jpg"/>
<link rel="stylesheet" href="css/reset.css"> <!-- CSS reset -->
<link rel="stylesheet" href="css/style.css"> <!-- Resource style -->
<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>
<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><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 class="dropdown active">
<a href="javascript:void(0)" class="dropbtn"><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-->
<div class="page-title" style="background-image: url(images/faq.jpeg); background-repeat: no-repeat; background-size: 100% 100%;">
</div>
<section class="cd-faq">
<ul class="cd-faq-categories">
<li><a class="selected" href="#basics">Basics</a></li>
<li><a href="#technical_skills">Technical Skills</a></li>
<li><a href="#rural_enthre">Rural Development</a></li>
<li><a href="#teaching">Teaching</a></li>
<li><a href="#environment">Environment</a></li>
<li><a href="#awareness">Chetna</a></li>
<li><a href="#prayatna">Prayatna</a></li>
</ul> <!-- cd-faq-categories -->
<div class="cd-faq-items">
<ul id="basics" class="cd-faq-group">
<li class="cd-faq-title"><h2>Basics</h2></li>
<li>
<a class="cd-faq-trigger" href="#0"> In case of any confusion regarding the overall plans who is responsible to make overall decision?</a>
<div class="cd-faq-content">
<p>The General Secretary under Guidance of Faculty Incharge is responsible for making the final decisions</p>
</div> <!-- cd-faq-content -->
</li>
<li>
<a class="cd-faq-trigger" href="#0">In the events like plantation drives and cleanliness, can a member other than a student participate?</a>
<div class="cd-faq-content">
<p>Yes</p>
</div> <!-- cd-faq-content -->
</li>
<li>
<a class="cd-faq-trigger" href="#0">Can a member of one cell do service in other cell</a>
<div class="cd-faq-content">
<p>Yes, By Informing the mentor of parent cell he can give his service in some other cell also.</p>
</div> <!-- cd-faq-content -->
</li>
<li>
<a class="cd-faq-trigger" href="#0">ls scope of nss iitp is limited to in and around the campus? </a>
<div class="cd-faq-content">
<p>Presently we are working on problems in and around campus but in future we are planning to expand its scope to other parts of Patna.</p>
</div> <!-- cd-faq-content -->
</li>
</ul> <!-- cd-faq-group -->
<ul id="technical_skills" class="cd-faq-group">
<li class="cd-faq-title"><h2>Technical Skills</h2></li>
<li>
<a class="cd-faq-trigger" href="#0">What is taught under this group? </a>
<div class="cd-faq-content">
<p> NSS technical skills group includes teaching---<br>
i.Spoken English<br>
ii.Basic computer knowledge</p>
</div> <!-- cd-faq-content -->
</li>
<li>
<a class="cd-faq-trigger" href="#0">What topics are covered under computer division of the this group?</a>
<div class="cd-faq-content">
<p>. The following topics are covered under this division of technical skills group—
i.Basic key terms related to computers<br>
ii.MS Word<br>
iii.Wordpad<br>
iv.MS Paint<br>
v.Notepad</p>
</div> <!-- cd-faq-content -->
</li>
<li>
<a class="cd-faq-trigger" href="#0">Are theory classes accompanied with practical sessions as well?</a>
<div class="cd-faq-content">
<p> Yes, computer classes are made interactive by giving practical lessons to the students.</p>
</div> <!-- cd-faq-content -->
</li>
<li>
<a class="cd-faq-trigger" href="#0">How many hours of classes are conducted in a week?</a>
<div class="cd-faq-content">
<p> We conduct 4 hours of English class and 4 hours of Computer class weekly.</p>
</div> <!-- cd-faq-content -->
</li>
</ul> <!-- cd-faq-group -->
<ul id="rural_enthre" class="cd-faq-group">
<li class="cd-faq-title"><h2>Rural Development</h2></li>
<li>
<a class="cd-faq-trigger" href="#0">What is the concerned area in which Rural Development executes its Plans?</a>
<div class="cd-faq-content">
<p>The plans are executed for the people of Amhara village near the Campus of IIT Patna. </p> </div> <!-- cd-faq-content -->
</li>
<li>
<a class="cd-faq-trigger" href="#0">Does it provide financial support to women and their family?</a>
<div class="cd-faq-content">
<p> The Rural Development group helds a motive to help the Women and Farmer build self help groups for financial support.</p>
</div> <!-- cd-faq-content -->
</li>
<li>
<a class="cd-faq-trigger" href="#0">Besides Startups how does the RD group help the women?</a>
<div class="cd-faq-content">
<p> It Guide them Regarding proper Health and Sanitation Issues.</p>
</div> <!-- cd-faq-content -->
</li>
<li>
<a class="cd-faq-trigger" href="#0">How do the people of the Village approach for their problems?</a>
<div class="cd-faq-content">
<p> Contact NoS. of Team members including the Head and Mentors are distributed to the villagers.</p>
</div> <!-- cd-faq-content -->
</li>
<li>
<a class="cd-faq-trigger" href="#0">In case of any Guidance regarding statup ideas, where do the Volunteers get help from?</a>
<div class="cd-faq-content">
<p> The members are throughout guided by the NSS head and the mentors.</p>
</div> <!-- cd-faq-content -->
</li>
</ul> <!-- cd-faq-group -->
<ul id="teaching" class="cd-faq-group">
<li class="cd-faq-title"><h2>Teaching</h2></li>
<li>
<a class="cd-faq-trigger" href="#0">Are the children taught within the campus?</a>
<div class="cd-faq-content">
<p>Children are taught in the Amhara High School in the Amhara village . The team members reach on alloted time to teach them.</p>
</div> <!-- cd-faq-content -->
</li>
<li>
<a class="cd-faq-trigger" href="#0">Are basic requirements of electricity and furniture provided in the school?</a>
<div class="cd-faq-content">
<p> Basically furniture is provided there but regarding electricity the NSS members themselves bring bulbs etc. to lighten the class.</p>
</div> <!-- cd-faq-content -->
</li>
<li>
<a class="cd-faq-trigger" href="#0">Are there regular tests conducted to check the performance of children?</a>
<div class="cd-faq-content">
<p>Yes the members conduct tests in order to check their performances.</p>
</div> <!-- cd-faq-content -->
</li>
</ul> <!-- cd-faq-group -->
<ul id="environment" class="cd-faq-group">
<li class="cd-faq-title"><h2>Environment</h2></li>
<li>
<a class="cd-faq-trigger" href="#0">Are any cleanliness drives being held outside the campus where there is actually need of cleanliness?</a>
<div class="cd-faq-content">
<p>Till now the cleanliness drives are organised in the campus only but we are planning to organise a cleanliness drive outside the campus in the upcoming months.</p>
</div> <!-- cd-faq-content -->
</li>
<li>
<a class="cd-faq-trigger" href="#0">What are basic waste management techniques to make the surroundings clean?</a>
<div class="cd-faq-content">
<p>For the disposal of waste inside the campus there are dustbins kept after some distance. There are two types of dustbins kept, one for the disposal of dry waste and other for wet waste. Cleanliness drives are also organised in the campus keeping the campus clean.</p>
</div> <!-- cd-faq-content -->
</li>
<li>
<a class="cd-faq-trigger" href="#0">What are the basic processes to manage waste in marriages and celebrations etc? How to dispose the large scale waste obtained from marriages and other celebrations?</a>
<div class="cd-faq-content">
<p>The left over food can be distributed amongst the ones in need. Also the food wastes can be collected and transported to irrigation fields, to be dumped and mixed with soil as a manure. The inedible waste (like plastics) can be recycled and used again. </p>
</div> <!-- cd-faq-content -->
</li>
<li>
<a class="cd-faq-trigger" href="#0">On what all basis are the locations chosen for plantation?</a>
<div class="cd-faq-content">
<p>Plantation is done on that locations such that it is void of any other uses, soil is not cemented and it also beautifies the location. Also there is no other plant in the immediate vicinity so that there is no competition, for water & minerals, with each other.</p>
</div> <!-- cd-faq-content -->
</li>
<li>
<a class="cd-faq-trigger" href="#0">What sort of plants are considered under plantation?</a>
<div class="cd-faq-content">
<p>Considering some Nilgais present in the campus, we can plant only those trees which can't be eaten up by them. So currently we have found only the trees of Sheesham and Arjuna, which are the only viable plants that can be planted in the campus. </p>
</div> <!-- cd-faq-content -->
</li>
<li>
<a class="cd-faq-trigger" href="#0">What protective methods are/will be used to protect plants?</a>
<div class="cd-faq-content">
<p>Fertilizers were mixed with soil during plantation and pesticides will be sprinkled at regular intervals for pest resistance. Further, plants who need protection are surrounded by proper fence.</p>
</div> <!-- cd-faq-content -->
</li>
</ul> <!-- cd-faq-group -->
<ul id="awareness" class="cd-faq-group">
<li class="cd-faq-title"><h2>Chetna</h2></li>
<li>
<a class="cd-faq-trigger" href="#0">What is the function of CHETNA team?</a>
<div class="cd-faq-content">
<p>CHETNA team believes that awareness plays a very crucial role in making any event successful. Our team spread awareness related to events of other teams of NSS and government schemes and tries to enhance participation. We collect funds to organise events whenever needed. We frequently go to near by villages for survey and try solve the societal problems.</p>
</div> <!-- cd-faq-content -->
</li>
<li>
<a class="cd-faq-trigger" href="#0">What are the various methods through which CHETNA team raise awareness in the soiety ?</a>
<div class="cd-faq-content">
<p>We raise awareness through various modes and try our best to make people hear our voices. We ---- <br> ∙ Host educational events (poster making competion, online and offline quizes, slogan writing etc..) and invite people and to attend the event. <br> ∙ Host social event (street play, stage play etc. based on burning problems of society). <br> ∙ Post articles and posters on our social networking sites. <br> ∙ Organise Campaigns and try to come in contact with a large number of people.</p>
</div> <!-- cd-faq-content -->
</li>
<li>
<a class="cd-faq-trigger" href="#0">How decisions are taken in the team ?</a>
<div class="cd-faq-content">
<p>Decisions are taken by a joint meeting of team members,mentor and NSS general secretary ,if necessary we also discuss with PIC NSS.</p>
</div> <!-- cd-faq-content -->
</li>
<li>
<a class="cd-faq-trigger" href="#0">Are your awareness programs bounded to your campus only?</a>
<div class="cd-faq-content">
<p>No, our awareness programs are not bounded to our campus only. We also spread awareness both outside and inside of the campus.</p>
</div> <!-- cd-faq-content -->
</li>
</ul> <!-- cd-faq-group -->
<ul id="prayatna" class="cd-faq-group">
<li class="cd-faq-title"><h2>Prayatna</h2></li>
<li>
<a class="cd-faq-trigger" href="#0">What topics are taught in prayatna?</a>
<div class="cd-faq-content">
<p>Students, who study in schools, are taught various topics in a planned way, so that all the topics in their syllabus are properly covered and doubts are throughly discussed.</p>
</div> <!-- cd-faq-content -->
</li>
<li>
<a class="cd-faq-trigger" href="#0">What was the need to start Prayatna?</a>
<div class="cd-faq-content">
<p>Prayatna was started to give quality education to the students in nearby areas, which earlier they couldn't get due to lack of proper teachers and guidance and infrastructure in the village school. </p>
</div> <!-- cd-faq-content -->
</li>
<li>
<a class="cd-faq-trigger" href="#0">How are the doubts of students cleared?</a>
<div class="cd-faq-content">
<p>There is a separate time given in each class for students to clarify their doubts. Further, after each sub-topic is covered, some time is given to students to ask their doubts. Students can also clarify their doubts on phone call with teachers.</p>
</div> <!-- cd-faq-content -->
</li>
<li>
<a class="cd-faq-trigger" href="#0">Who manages Prayatna and takes descisions.</a>
<div class="cd-faq-content">
<p>Prayatna has a Core team Chosen according to the Rule Book of Prayatna, consisting of 3rd year students who take the sole decision of Prayatna. Prayatna Functionality is totally independent of NSS. All the descisions are taken by the core team itself.</p>
</div> <!-- cd-faq-content -->
</li>
</ul> <!-- cd-faq-group -->
</div> <!-- cd-faq-items -->
<a href="#0" class="cd-close-panel">Close</a>
</section> <!-- cd-faq -->
<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-->
<!-- 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>
<!--/#footer-->
<script src="js/jquery-2.1.1.js"></script>
<script src="js/jquery.mobile.custom.min.js"></script>
<script src="js/faq_main.js"></script>
<!-- Resource jQuery -->
<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>
</body>
</html>