-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
547 lines (514 loc) · 27.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Project Prakriti</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/reset.css" type="text/css" media="all">
<link rel="stylesheet" href="css/layout.css" type="text/css" media="all">
<link rel="stylesheet" href="css/style.css" type="text/css" media="all">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/zerogrid.css">
<link rel="stylesheet" href="css/responsive.css">
<script type="text/javascript" src="js/jquery-1.5.2.js" ></script>
<script type="text/javascript" src="js/cufon-yui.js"></script>
<script type="text/javascript" src="js/cufon-replace.js"></script>
<script type="text/javascript" src="js/Amaranth_400.font.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<script type="text/javascript" src="js/scroll.js"></script>
<script type="text/javascript" src="js/atooltip.jquery.js"></script>
<script src="js/css3-mediaqueries.js"></script>
<script type = "text/javascript" src = "js/read.js"></script>
<script type="text/javascript"src="js/screen.js "></script>
<link rel="stylesheet" href="css/screen.css">
<!-- ================read=================== -->
<!--<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/screen.css">
<link rel="stylesheet" href="css/prettyPhoto.css" type="text/css" media="screen" />-->
<!--[if lt IE 9]>
<script type="text/javascript" src="js/html5.js"></script>
<style type="text/css">
.bg{ behavior: url(js/PIE.htc); }
</style>
<![endif]-->
<!--[if lt IE 7]>
<div style=' clear: both; text-align:center; position: relative;'>
<a href="http://www.microsoft.com/windows/internet-explorer/default.aspx?ocid=ie6_countdown_bannercode"><img src="http://www.theie6countdown.com/images/upgrade.jpg" border="0" alt="" /></a>
</div>
<![endif]-->
<style type="text/css">
.toggle-container{
display: none;
width:0px
-webkit-transition:width 1s;
}
..toggle-container p{width:0px;}
</style>
</head>
<body>
<div class="header">
<div class="extra">
<div id="page_1">
<div class="main zerogrid">
<!--header -->
<header>
<a href="index.html" id="logo">Inactus Quick. Smart. Effective</a>
<nav>
<ul id="menu">
<li class="nav1"><a href="#page_2">Home</a></li>
<li class="nav2"><a href="#page_4">Logistics</a></li>
<li class="nav3"><a href="#page_3">Benefits</a></li>
<li class="nav4"><a href="#page_5">FAQ</a></li>
<li class="nav5"><a href="#page_6">Contacts</a></li>
</ul>
</nav>
</header>
<!--header end-->
</div>
<div class="block"></div>
</div>
</div>
<div class="main zerogrid">
<!--footer -->
<footer>
<ul class="icons">
<li><a href="https://www.facebook.com/ProjectPrakritiEnactusDTU" class="normaltip" title="Facebook"><img src="images/icon1.jpg" alt=""></a></li>
<!--<li><a href="#" class="normaltip" title="Delicious"><img src="images/icon2.jpg" alt=""></a></li>
<li><a href="#" class="normaltip" title="Stumble Upon"><img src="images/icon3.jpg" alt=""></a></li>
<li><a href="#" class="normaltip" title="Twitter"><img src="images/icon4.jpg" alt=""></a></li>
<li><a href="#" class="normaltip" title="Linkedin"><img src="images/icon5.jpg" alt=""></a></li>
<li><a href="#" class="normaltip" title="Reddit"><img src="images/icon6.jpg" alt=""></a></li>-->
</ul>
</footer>
<!--footer end-->
</div>
</div>
<div class="extra">
<div id="page_2">
<div class="main zerogrid">
<!--header -->
<header>
<h1><a href="#page_1">Enactus</a></h1>
<nav>
<ul class="menu">
<li class="active"><a href="#page_2">Home</a></li>
<li><a href="#page_4">Logistics</a></li>
<li><a href="#page_3">Benefits</a></li>
<li><a href="#page_5">FAQ</a></li>
<li><a href="#page_6">Contacts</a></li>
</ul>
</nav>
</header>
<!--header end-->
<!--content -->
<section class="content">
<article class="col-3-4">
<div class="wrap-col">
<h2>Who we are..</h2>
<div class="wrapper pad_bot1">
<figure class="left marg_right1"><img src="images/page1_img3.jpg" alt=""></figure>
<!--<figure class="left marg_right1"><img src="images/page1_img2.jpg" alt=""></figure> -->
<p class="pad_bot1">
<strong class="color1">Enactus is an international non-profit organization that brings together student, academic and business leaders who are committed to using the power of entrepreneurial action to improve the quality of life and standard of living of people in need.
<br/> <br/> <br/>
<figure class="left marg_right1"><img src="images/page1_img1.jpg" alt=""></figure>
Enactus is operational in 36 countries, with over 62,000 students working in 1600 University teams!
Enactus DTU started operations in February of 2011 and we are currently working on three projects namely: <br/>
1. Project Ann (Estd. 2011) <br/>
2. Project Chhaap (Estd. 2012) <br/>
3. Project Unmoolan (Estd. 2012) <br/>
4. Project Prakriti (Estd. 2014)
<br/> <br/>
<figure class="left marg_right1"><img src="images/page1_img7.jpg" alt=""></figure>
Today, we are a team of over 60 members, working towards the goal of a sustainable future. In a short span of two years, our team has been crowned the National Champions in 2013 and we were semi-finalists at the Enactus World Cup 2013 held at Mexico!
We plan to continue on the positivity and momentum and achieve even greater milestones in the future through our dedication and creativity.
</strong></p>
<!-- Business is one of <a href="http://blog.templatemonster.com/free-website-templates/" target="_blank">free website templates</a> created by TemplateMonster.com team and <a href="http://www.zerotheme.com/432/free-responsive-html5-css3-website-templates.html" target="_blank">Responsive Design</a> by Zerotheme.com. This website template is optimized for 1024X768 screen resolution. It is also XHTML & CSS valid. This website template has several pages: <a href="#page_2">News</a>, <a href="#page_3">Services</a>, <a href="#page_4">Products</a>, <a href="#page_5">FAQ</a>, <a href="#page_6">Contacs</a> (contact us form – doesn’t work).-->
</div>
<div class="wrapper">
<!---->
<!-- <p class="pad_bot1">
<strong class="color1"><!--Today, we are a team of over 60 members, working towards the goal of a sustainable future. In a short span of two years, our team has been crowned the National Champions in 2013 and we were semi-finalists at the Enactus World Cup 2013 held at Mexico!
We plan to continue on the positivity and momentum and achieve even greater milestones in the future through our dedication and creativity.-->
<!--</strong></p> -->
<figure class="left marg_right1"><img src="images/page1_img4.jpg" alt=""></figure>
<figure class="left marg_right1"><img src="images/page1_img5.jpg" alt=""></figure>
<figure class="left marg_right1"><img src="images/page1_img6.jpg" alt=""></figure>
<!-- <p>
This <a href="http://blog.templatemonster.com/2011/05/23/free-website-template-for-efficient-business-project/" target="_blank">Business Template</a> goes with two packages – with PSD source files and without them. PSD source files are available for free for the registered members of Templates.com. The basic package (without PSD source is available for anyone without registration).</p>-->
</div>
</div>
</article>
<article class="col-1-4">
<div class="wrap-col">
<!--<h2>News Archive</h2>
<ul class="list1">
<li><a href="#">May ‘11</a></li>
<li><a href="#">April ’11</a></li>
<li><a href="#">March ‘11</a></li>
<li><a href="#">February ’11</a></li>
<li><a href="#">January ‘11</a></li>
<li><a href="#">December ’10</a></li>
<li><a href="#">November ‘10</a></li>
<li><a href="#">October ’10</a></li>
<li><a href="#">September ‘10</a></li>
<li><a href="#">August ’10</a></li>
<li><a href="#">July ‘10</a></li>
</ul>-->
</div>
</article>
</section>
<!--content end-->
</div>
<div class="block"></div>
</div>
</div>
<div class="main zerogrid">
<!--footer -->
<footer>
<ul class="icons">
<!--<li><a href="https://www.facebook.com/ProjectPrakritiEnactusDTU" class="normaltip" title="Facebook"><img src="images/icon1.jpg" alt=""></a></li>
<li><a href="#" class="normaltip" title="Delicious"><img src="images/icon2.jpg" alt=""></a></li>
<li><a href="#" class="normaltip" title="Stumble Upon"><img src="images/icon3.jpg" alt=""></a></li>
<li><a href="#" class="normaltip" title="Twitter"><img src="images/icon4.jpg" alt=""></a></li>
<li><a href="#" class="normaltip" title="Linkedin"><img src="images/icon5.jpg" alt=""></a></li>
<li><a href="#" class="normaltip" title="Reddit"><img src="images/icon6.jpg" alt=""></a></li>-->
</ul>
</footer>
<!--footer end-->
</div>
<div class="extra">
<div class="extra">
<div id="page_4">
<div class = "read" id="read">
<div class = "inside inside_1" >
<div class="abc"><img src = "images/img1.jpg" alt = ""></div>
<p class="para">hi this is Nemo enim ipsam voluptatem voluptas sit aspernatur aut oditaut.
Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante.
Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat
wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui.
Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. </p>
</div>
<div class = "inside inside_4" >
<div class="abc"><img src = "images/img2.jpg" alt = ""></div>
<p class="para">hi this is Nemo enim ipsam voluptatem voluptas sit aspernatur aut oditaut.
Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante.
Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat
wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui.
Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. </p>
</div>
<div class = "inside inside_5" >
<div class="abc"><img src = "images/img3.jpg" alt = ""></div>
<p class="para">hi this is Nemo enim ipsam voluptatem voluptas sit aspernatur aut oditaut.
Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante.
Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat
wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui.
Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. </p>
</div>
</div>
<div class="main zerogrid">
<!--header -->
<header>
<h1><a href="#page_1">Enactus</a></h1>
<nav>
<ul class="menu">
<li><a href="#page_2">Home</a></li>
<li class="active"><a href="#page_4">Logistics</a></li>
<li><a href="#page_3">Benefits</a></li>
<li><a href="#page_5">FAQ</a></li>
<li><a href="#page_6">Contacts</a></li>
</ul>
</nav>
</header>
<!--header end-->
<!--content -->
<section class="content">
<article class="col-1-3">
<div class="wrapper pad_top1 pad_bot2">
<figure class="pad_bot3"><a href="#"><img src="images/page3_img1.jpg" alt=""></a></figure>
<p class="pad_bot1"><strong class="font1">Target Community</strong></p>
<p class="pad_bot3">Maligned parts of society <br/>often have few job oppor-<br/>-tunities as is....</p>
<div class="button" id="1">read more</div>
</div>
<!--<div class="wrapper pad_top1 pad_bot2">
<figure class="pad_bot3"><a href="#"><img src="images/page3_img2.jpg" alt=""></a></figure>
<p class="pad_bot1"><strong class="font1">Product 2</strong></p>
<p class="pad_bot3">Nemo enim ipsam voluptatem voluptas sit aspernatur aut oditaut.</p>
<div class="button" id="2">read more</div>
</div>-->
</article>
<article class="col-1-3">
<div class="wrapper pad_top1 pad_bot2">
<figure class="pad_bot3"><a href="#"><img src="images/page3_img4.jpg" alt=""></a></figure>
<p class="pad_bot1"><strong class="font1">Sources of raw material</strong></p>
<p class="pad_bot3">Brown Waste is predom- <br/>-inantly carbon based. <br/> The term includes....</p>
<div class="button" id="4">read more</div>
</div>
</article>
<article class="col-1-3">
<div class="wrapper pad_top1 pad_bot2">
<figure class="pad_bot3"><a href="#"><img src="images/page3_img5.jpg" alt=""></a></figure>
<p class="pad_bot1"><strong class="font1">Our technology</strong></p>
<p class="pad_bot3">Welcome to new era<br/> of composting. Now <br/>forget.... </p>
<div class="button" id="5">read more</div>
</div>
<!--<div class="wrapper pad_top1 pad_bot2">
<figure class="pad_bot3"><a href="#"><img src="images/page3_img6.jpg" alt=""></a></figure>
<p class="pad_bot1"><strong class="font1">Product 6</strong></p>
<p class="pad_bot3">Nemo enim ipsam voluptatem voluptas sit aspernatur aut oditaut.</p>
<div class="button" id="6">read more</div>
</div>
</article>-->
</section>
<!--content end-->
</div>
<div class="block"></div>
</div>
</div>
<div class="main zerogrid">
<!--footer -->
<footer>
<ul class="icons">
<!--<li><a href="https://www.facebook.com/ProjectPrakritiEnactusDTU" class="normaltip" title="Facebook"><img src="images/icon1.jpg" alt=""></a></li>
<li><a href="#" class="normaltip" title="Delicious"><img src="images/icon2.jpg" alt=""></a></li>
<li><a href="#" class="normaltip" title="Stumble Upon"><img src="images/icon3.jpg" alt=""></a></li>
<li><a href="#" class="normaltip" title="Twitter"><img src="images/icon4.jpg" alt=""></a></li>
<li><a href="#" class="normaltip" title="Linkedin"><img src="images/icon5.jpg" alt=""></a></li>
<li><a href="#" class="normaltip" title="Reddit"><img src="images/icon6.jpg" alt=""></a></li>-->
</ul>
</footer>
<!--footer end-->
</div>
<div id="page_3">
<div class="main zerogrid">
<!--header -->
<header>
<h1><a href="#page_1">Enactus</a></h1>
<nav>
<ul class="menu">
<li><a href="#page_2">Home</a></li>
<li><a href="#page_4">Logistics</a></li>
<li class="active"><a href="#page_3">Benefits</a></li>
<li><a href="#page_5">FAQ</a></li>
<li><a href="#page_6">Contacts</a></li>
</ul>
</nav>
</header>
<!--header end-->
<!--content -->
<section class="content">
<h2>Services Overview</h2>
<!--================================toggle============================-->
<section class="content">
<!-- <h2>Services Overview</h2>-->
<!--================================toggle============================-->
<div class="container">
<!--<div class="sepContainer1"></div>-->
<!-- Toggle -->
<h2>Project Prakriti has helped in the following ways: </h2>
<div class="toggle-trigger">Empowerment</div>
<div class="toggle-container">
<p>Project Prakriti has empowered a community of financially feeble rag pickers by providing them a regular source of income. </p>
</div>
<div class="toggle-trigger">Education</div>
<div class="toggle-container">
<p> Project Prakriti has taught the rag pickers (a previously illiterate community), the schematics of compost making. </p>
</div>
<div class="toggle-trigger">Access to modern technology</div>
<div class="toggle-container">
<p> Project Prakriti Uses state of the art compost making machine and modern technology as well as makes it accessible to the rag pickers </p>
</div>
<div class="toggle-trigger">Value Addition</div>
<div class="toggle-container">
<p> Project Prakriti turns waste into top quality value-added resource by converting it into valuable feedstock </p>
</div>
<div class="toggle-trigger">Environmental impact</div>
<div class="toggle-container">
<p> Project Prakriti prevents greenhouse emissions caused by decomposing organic landfill waste and produces a valuable product that enhances soil and aids in plant growth. </p>
</div>
<!-- ENDS Toggle -->
</div>
<div class="blankSeparator1"></div>
<!--=======================================ends toggle============================-->
<!--<article class="col-1-2">
<div class="wrapper pad_bot1">
<figure class="left marg_right1"><a href="#"><img src="images/page2_img1.png" alt=""></a></figure>
<p class="pad_bot1"><strong class="color1">Management</strong></p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing eitseo eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
<div class="wrapper pad_bot1">
<figure class="left marg_right1"><a href="#"><img src="images/page2_img2.png" alt=""></a></figure>
<p class="pad_bot1"><strong class="color1">Banking</strong></p>
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore euugiat nulla pariatur.</p>
</div>
<div class="wrapper pad_bot1">
<figure class="left marg_right1"><a href="#"><img src="images/page2_img3.png" alt=""></a></figure>
<p class="pad_bot1"><strong class="color1">Insurance</strong></p>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium dolorem- que laudantium, totam rem aperiam.</p>
</div>
</article>
<article class="col-1-2">
<div class="wrapper pad_bot1">
<figure class="left marg_right1"><a href="#"><img src="images/page2_img4.png" alt=""></a></figure>
<p class="pad_bot1"><strong class="color1">Planning</strong></p>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium dolorem- que laudantium, totam rem aperiam.</p>
</div>
<div class="wrapper pad_bot1">
<figure class="left marg_right1"><a href="#"><img src="images/page2_img5.png" alt=""></a></figure>
<p class="pad_bot1"><strong class="color1">Tax Services</strong></p>
<p>Veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas.</p>
</div>
<div class="wrapper pad_bot1">
<figure class="left marg_right1"><a href="#"><img src="images/page2_img6.png" alt=""></a></figure>
<p class="pad_bot1"><strong class="color1">Coaching</strong></p>
<p>Sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>
</div>
</article>
</section>
<!--content end-->
</div>
<div class="block"></div>
</div>
</div>
<div class="main zerogrid">
<!--footer -->
<footer>
<ul class="icons">
<!--<li><a href="https://www.facebook.com/ProjectPrakritiEnactusDTU" class="normaltip" title="Facebook"><img src="images/icon1.jpg" alt=""></a></li>
<li><a href="#" class="normaltip" title="Delicious"><img src="images/icon2.jpg" alt=""></a></li>
<li><a href="#" class="normaltip" title="Stumble Upon"><img src="images/icon3.jpg" alt=""></a></li>
<li><a href="#" class="normaltip" title="Twitter"><img src="images/icon4.jpg" alt=""></a></li>
<li><a href="#" class="normaltip" title="Linkedin"><img src="images/icon5.jpg" alt=""></a></li>
<li><a href="#" class="normaltip" title="Reddit"><img src="images/icon6.jpg" alt=""></a></li>-->
</ul>
</footer>
<!--footer end-->
</div>
<div class="extra">
<div id="page_5">
<div class="main zerogrid">
<!--header -->
<header>
<h1><a href="#page_1">Enactus</a></h1>
<nav>
<ul class="menu">
<li><a href="#page_2">Home</a></li>
<li><a href="#page_4">Logistics</a></li>
<li><a href="#page_3">Benefits</a></li>
<li class="active"><a href="#page_5">FAQ</a></li>
<li><a href="#page_6">Contacts</a></li>
</ul>
</nav>
</header>
<!--header end-->
<!--content -->
<section class="content">
<div class="col-full">
<p class="font1 pad_bot1 pad_top1"><strong>
Q1) Is Enactus DTU an NGO?
</strong></p>
<p>Ans) No. Enactus DTU is not doing any charity work. We design and implement projects for the economically backward section of the society to create entrepreneurs. The initial investment for these projects is taken care of by Enactus and this cost is recovered over time. Once the initial cost is recovered and the project is deemed stable and sustainable, Enactus DTU delinks itself from the project. In a nutshell sense, Enactus DTU is not doing any charity but supporting entrepreneurial opportunities. </p>
<p class="font1 pad_bot1"><strong>Q2) How is Enactus DTU funded?</strong></p>
<p>Ans) We are funded through CSR (Corporate Social Responsibility). Out list of past sponsors include - ................................................... </p>
<p class="font1 pad_bot1"><strong>Q3) What is the difference between Pit Compost and the technology used by Project Prakriti to produce compost?</strong></p>
<p>Ans) Pit Compost is the orthodox method to create compost. The time taken for the biodegradable waste to decompose is almost 3 months and there is no control over air circulation in the pit. The Compost Tublers reduces the time taken to decompose the biodegradable waste to 2-3 weeks. Compost tumblers are made up of UV resistant plastic, having a unique thermal insulation for rapid composting. There are 4 vital ingredients required for composting – Carbon, Nitrogen, Water and Air. Our new range of compost tumblers retails moisture for longer during compared to traditional pit composts. As the ingredients in a compost tumbler are frequently rotated, air is introduced in the tumbler which accelerates the process of composting. The carbon and nitrogen content can easily be manipulated and the resulting compost is clean, neat, unobtrusive, pest-resistant and odour-free.</p>
</div>
</section>
<!--content end-->
</div>
<div class="block"></div>
</div>
</div>
<div class="main zerogrid">
<!--footer -->
<footer>
<ul class="icons">
<!--<li><a href="https://www.facebook.com/ProjectPrakritiEnactusDTU" class="normaltip" title="Facebook"><img src="images/icon1.jpg" alt=""></a></li>
<li><a href="#" class="normaltip" title="Delicious"><img src="images/icon2.jpg" alt=""></a></li>
<li><a href="#" class="normaltip" title="Stumble Upon"><img src="images/icon3.jpg" alt=""></a></li>
<li><a href="#" class="normaltip" title="Twitter"><img src="images/icon4.jpg" alt=""></a></li>
<li><a href="#" class="normaltip" title="Linkedin"><img src="images/icon5.jpg" alt=""></a></li>
<li><a href="#" class="normaltip" title="Reddit"><img src="images/icon6.jpg" alt=""></a></li>-->
</ul>
</footer>
<!--footer end-->
</div>
<div class="extra2">
<div id="page_6">
<div class="main zerogrid">
<!--header -->
<header>
<h1><a href="#page_1">Enactus</a></h1>
<nav>
<ul class="menu">
<li><a href="#page_2">Home</a></li>
<li><a href="#page_4">Logistics</a></li>
<li><a href="#page_3">Benefits</a></li>
<li><a href="#page_5">FAQ</a></li>
<li class="active"><a href="#page_6">Contacts</a></li>
</ul>
</nav>
</header>
<!--header end-->
<!--content -->
<section class="content">
<article class="col-1-3">
<h2>Miscellaneous Info</h2>
<!--<p>Lorem ipsum dolor sit amet, consect- etuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullam.</p>
<p>Consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volut- pat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullam.</p>-->
<p>We are always looking forward to associating with like-minded individuals who are daring enough to convert their ideas into actions. So if you are a Student, Non-Profit Organization or a Business Entity with ideas or resources, we would love to take you on board!</p>
</article>
<article class="col-1-3">
<h2>Contact Form</h2>
<form id="ContactForm" method="post" action="mail.php" autocomplete="on">
<div>
<div class="wrapper"><input class="input" name="name" type="text" value="Name:"
onblur="if(this.value=='') this.value='Name:'"
onFocus="if(this.value =='Name:' ) this.value=''" required/></div>
<div class="wrapper"><input class="input" name="email" type="text" value="Email:" onblur="if(this.value=='')
this.value='Email:'" onFocus="if(this.value =='Email:' ) this.value=''" required/></div>
<div class="textarea_box"><textarea cols="1" rows="1" name="msg" onBlur="if(this.value=='') this.value='Message:'"
onFocus="if(this.value =='Message:' ) this.value=''" required/>Message:</textarea></div>
<input type="submit" class="button" value="send" name = "submit"></a>
</div>
</form>
</article>
<article class="col-1-3">
<!-- <h2>Our Location</h2>
<p>Company Name Inc. 8901 Marmora<br>
Road,Glasgow, D04 89GR.</p>-->
<p> <span class="right">9999625103,</span><strong class="color1">Sparsh Koyarala, President: </strong><br><br/>
<span class="right"><a href="mailto:">[email protected]</a></span> <strong class="color1">E-mail:</strong></p>
<span class="right">9999160687</span><strong class="color1">Anand Bhusry, Vice President</strong><br>
<span class="right"><a href="mailto:">[email protected]</a></span> <strong class="color1">E-mail:</strong></p>
<span class="right">9654445840</span><strong class="color1">Manik Mehta, Vice President </strong><br>
<span class="right"><a href="mailto:">[email protected]</a></span> <strong class="color1">E-mail:</strong></p>
</article>
</section>
<!--content end-->
</div>
<div class="block2"></div>
</div>
</div>
<div class="main zerogrid">
<!--footer -->
<footer class="footer_end">
<div class="wrapper">
<ul class="icons">
<li><a href="#" class="normaltip" title="Facebook"><img src="images/icon1.jpg" alt=""></a></li>
<!--<li><a href="#" class="normaltip" title="Twitter"><img src="images/icon4.jpg" alt=""></a></li>
<li><a href="#" class="normaltip" title="Linkedin"><img src="images/icon5.jpg" alt=""></a></li>
<li><a href="#" class="normaltip" title="Reddit"><img src="images/icon6.jpg" alt=""></a></li>-->
</ul>
</div>
<!--<a rel="nofollow" href="http://www.templatesmonster.com/" target="_blank">Free HTML5 Templates</a> designed by TemplateMonster.com<br>
<a rel="nofollow" href="http://www.zerotheme.com/432/free-responsive-html5-css3-website-templates.html" target="_blank">Free Responsive Themes</a>
designed by <a href="http://www.zerotheme.com" target="_blank">Zerotheme.com</a>-->
</footer>
<!--footer end-->
</div>
<script type="text/javascript"> Cufon.now(); </script>
</body>
</html>