-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
617 lines (362 loc) · 23.1 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
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>ENACTUS-JMI</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Enactus is an international non-profit organization that nurtures managerial skills of students. It channelizes the energy of these future leaders towards constructing innovative business models that improve the quality of life and standard of living of the people in need. Enactus creates and implements community empowerment projects around the globe. The experience not only transforms lives, but also helps students develop the skills that are essential in this challenging, corporate world.
Enactus is now collaborating with Jamia Millia Islamia University to expand this network across the globe." />
<meta name="keywords" content="Enactus,Enactus Jmi,Enactus India,JMI,Enactus Jamia Millia Islamia,Vasudha,Aarogyam,Imdaad,Kerala Kan" />
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.css">
<link rel="stylesheet" href="assets/css/style.css">
<style type="text/css">
.btn-work {
width: 245px;
height: 40px;
margin: 0 auto;
vertical-align: middle;
}
</style>
</head>
<body>
<header class="main-header">
<nav class="navbar navbar-static-top">
<div class="navbar-top">
<div class="container">
<div class="row" style="margin: 0px">
<div class="col-sm-6 col-xs-12">
<ul class="list-unstyled list-inline header-contact">
<li> <i class="fa fa-envelope"></i> <a href="mailto:[email protected]">Mail [email protected]</a> </li>
</ul> <!-- /.header-contact -->
</div>
<div class="col-sm-6 col-xs-12 text-right">
<ul class="list-unstyled list-inline header-social">
<li> <a href="https://www.facebook.com/EnactusJMI/"> <i class="fa fa-facebook"></i> </a> </li>
<li> <a href="https://www.instagram.com/enactusjmi/"> <i class="fa fa-instagram"></i> </a> </li>
</ul>
<!-- /.header-social -->
</div>
</div>
</div>
</div>
<div class="navbar-main">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div style="margin-top: -10px"><a class="navbar-brand " href="index.html"><img src="assets/images/enact-logo1.png" alt="Enactus JMI"></a></div>
</div>
<div id="navbar" class="navbar-collapse collapse pull-right">
<ul class="nav navbar-nav">
<li><a class="is-active" href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li class="has-child"><a href="#">PROJECTS</a>
<ul class="submenu">
<li class="submenu-item"><a href="current_projects.html">Current </a></li>
<li class="submenu-item"><a href="previous_projects.html">Previous </a></li>
</ul>
</li>
<li><a href="contact.html">JOIN US</a></li>
<li><a href="alumni.html">ALUMNI</a></li>
<li><a href="http://store.enactusjmi.org/">SHOP NOW</a></li>
</ul>
</div> <!-- /#navbar -->
</div> <!-- /.container -->
</div> <!-- /.navbar-main -->
</nav>
</header> <!-- /. main-header -->
<!-- Carousel
================================================== -->
<div id="homeCarousel" class="carousel slide carousel-home" data-ride="carousel" data-interval="5000">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#homeCarousel" data-slide-to="0" class="active"></li>
<li data-target="#homeCarousel" data-slide-to="1"></li>
<li data-target="#homeCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item">
<img src="assets/images/slider/home_slider_2.0.jpg" alt="">
<div class="container">
<div class="carousel-caption">
<h2 class="carousel-title bounceInDown animated slow">Together we can improve their lives</h2>
<h4 class="carousel-subtitle bounceInUp animated slow"> So let's do it !</h4>
</div>
<!-- /.carousel-caption -->
</div>
</div> <!-- /.item -->
<div class="item active">
<img src="assets/images/slider/enactusjmistore.jpg" alt="">
<div class="container">
<div class="carousel-caption" style="font-family: 'Roboto', sans-serif;">
<a style="border-radius: 2px; font-size: 20px; font-weight: bold; text-decoration-color: blue;" class="btn btn-primary" href="http://store.enactusjmi.org/" role="button" class="btn btn-default btn-work" >Shop Now</a>
</div> <!-- /.carousel-caption -->
</div>
</div> <!-- /.item -->
<div class="item">
<img src="assets/images/slider/home_slider_3.0.jpg" alt="">
<div class="container">
<div class="carousel-caption">
<h2 class="carousel-title bounceInDown animated slow">Enactus - Jamia Millia Islamia</h2>
<h4 class="carousel-subtitle bounceInUp animated slow ">#Socially Diligent</h4>
</div> <!-- /.carousel-caption -->
</div>
</div> <!-- /.item -->
</div>
<a class="left carousel-control" href="#homeCarousel" role="button" data-slide="prev">
<span class="fa fa-angle-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#homeCarousel" role="button" data-slide="next">
<span class="fa fa-angle-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- /.carousel -->
<div class="section-home about-us fadeIn animated">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="about-us-col">
<div class="col-icon-wrapper">
<img src="assets/images/icons/our-mission-icon.png" alt="">
</div>
<h3 class="col-title">our mission</h3>
<div class="col-details">
<p>Enactus JMI strives towards the fulfillment of the core agenda of Enactus to spread a positive impact for societal betterment by creating entrepreneurial opportunities for the economically backward target communities.</p>
</div>
<a href="about.html" class="btn btn-primary" style="display: block;justify-content: center;"> Read more </a>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="about-us-col">
<div class="col-icon-wrapper">
<img src="assets/images/icons/make-donation-icon.png" alt="">
</div>
<h3 class="col-title">Make donations</h3>
<div class="col-details">
<p>The world is in greater need of charity than ever before. The gap between the rich and the poor is widening.
Every person can do his own bit and it would make some difference to another person's life.
So lets try and fill it.
</p>
</div>
<a href="contact.html" class="btn btn-primary" style="display: block;justify-content: center;"> Donate Now</a>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="about-us-col">
<div class="col-icon-wrapper">
<img src="assets/images/icons/help-icon.png" alt="">
</div>
<h3 class="col-title">Help & support</h3>
<div class="col-details">
<p>Helping our fellow beings is one of the most noble tasks that a man can do in his life so Let's work together, we together can bring a larger impact. </p>
<br>
</div>
<a href="contact.html" class="btn btn-primary" style="display: block;justify-content: center;">Join Us</a>
</div>
</div>
</div>
</div>
</div> <!-- /.about-us -->
<div class="section-home home-frontpage">
<div class="container">
<h2 class="well" style="color:black; text-align: center;"><b>CURRENT PROJECTS</b></h2>
<div class="row">
<div class="col-md-6">
<div class="frontpage-col animate-onscroll fadeIn">
<img src="assets/images/tabdeel_pro/front_pg_tab.jpg" alt="">
<a href="tabdeel.html"> <div class="frontpage-titles">
<h3 class="frontpage-title">Project Tabdeel</h3>
</div></a>
<div class="on-hover hidden-xs">
<p>
Enactus Jamia Millia Islamia’s flagship project, “Tabdeel” standing true to its name aims at delivering a revolutionary change concerning two of India’s major problems namely waste management and welfare of underprivileged communities. <p>
<p>Tabdeel focuses on creating means of self sustained livelihood through the ropes of successful waste management. Biodegradable waste is utilised in composting pits to generate minimum waste reduction and in turn utilising that converted waste as organic fertilizers.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="frontpage-col animate-onscroll fadeIn">
<img src="assets/images/imdaad_pro/environment.jpg" alt="">
<a href="imdaad.html">
<div class="frontpage-titles">
<h3 class="frontpage-title">Project Imdaad</h3>
</div>
</a>
<div class="on-hover hidden-xs">
<p>The women of Jasola community, hailing from socio-economically deprived part of the society are targeted through the Project ‘Imdaad’ which aims to support them by generating revenue and essential livelihood standards. This project is a sustainable business model simulated by a naturally crafted healthy and refreshing drink. The model is based upon a supply-chain system which primarily functions from Kerala to Delhi.</p>
</div>
</div>
</div>
</div>
<!-- irt -->
<div class="row">
<div class="col-sm-6 col-sm-offset-3" >
<div class="frontpage-col animate-onscroll fadeIn">
<img src="assets/images/Irtiqa/tq2.jpg" alt="" class="img-responsive">
<a href="irtiqa.html">
<div class="frontpage-titles">
<h3 class="frontpage-title">Project Irtiqa</h3>
</div>
</a>
<div class="on-hover hidden-xs">
<p> Project 'Irtiqa' (Urdu for evolution) is a socio-entrepreneurial project of Enactus Jamia Millia Islamia based in the vicinity of Jamia Nagar, Okhla and is laid down on the objectives put down by the National Bamboo Mission of India and the United Nations' goals for sustainable development.<br><br>
With a demand of an estimated 26 million metric tonnes, the industry is expected to significantly grow further in the near future making it a buzzing ground for small entrepreneurs. </p>
</div>
</div>
</div>
</div>
<!-- irt -->
<h2 class="well" style="color:black; text-align: center;"><b>PREVIOUS PROJECTS</b></h2>
<div class="row">
<div class="col-md-6">
<div class="frontpage-col animate-onscroll fadeIn">
<img src="assets/images/previous-projects/aroghyam.jpg" alt="" class="img-responsive">
<a href="previous_projects.html">
<div class="frontpage-titles">
<h3 class="frontpage-title">PROJECT AAROGYAM</h3>
</div>
</a>
<div class="on-hover hidden-xs">
<p> First project of Enactus JMI, Project Aarogyam in order to solve the sanitation problem in India. We aimed at bolstering Swacch Bharat Abhiyan with proper system of sanitation and foiling infection in rural areas through the sale of liquid soaps (which a cleaner and healthier way when compared to soap bars) at nominal rates.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="frontpage-col animate-onscroll fadeIn">
<img src="assets/images/previous-projects/chetna.jpg" alt="" class="img-responsive">
<a href="previous_projects.html">
<div class="frontpage-titles">
<h3 class="frontpage-title">Project Chetna</h3>
</div>
</a>
<div class="on-hover hidden-xs">
<p> This was an awareness programme in which the Enactus team organized community sessions around college campuses to spread awareness among people about the damaging effects of drug consumption. This was a step forward to reduce the levels of consumption of drugs among students.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-sm-offset-3" >
<div class="frontpage-col animate-onscroll fadeIn">
<img src="assets/images/previous-projects/vasudha.jpg" alt="" class="img-responsive">
<a href="previous_projects.html">
<div class="frontpage-titles">
<h3 class="frontpage-title">Project Vasudha</h3>
</div>
</a>
<div class="on-hover hidden-xs">
<p> "If we can maintain the temperature, we can conserve food easily."<br><br>
Keeping this in mind, Project Vasudha was initiated and flourished where in our team created an over pot refrigerator system,the most significant solution to the CFC pollution and energy crisis and also a practical alternative to an electrical refrigerator. </p>
</div>
</div>
</div>
</div>
<!-- vas -->
</div>
</div>
<!-- /.home-frontpage -->
<div class="section-home our-sponsors animate-onscroll fadeIn">
<div class="container">
<h2 class="title-style-1" style="color: black;text-align: center" ><b class="well well-sm"><u>Our Sponsors</u></b></h2>
<div class="row">
<div class="col-md-3 col-sm-12" style="display: flex;justify-content: center">
<img class="img-responsive" style=" border:2px solid;border-color: #5e5e5e;padding: 5px;border-radius:4px; margin: 5px;" src="assets/images/sponsors-logos/mahindra.png" alt="">
</div>
<div class="col-md-3 col-sm-12" style="display: flex;justify-content: center">
<img class="img-responsive" style="border:2px solid;border-color: #5e5e5e;padding: 5px;border-radius:4px;margin: 5px; " src="assets/images/sponsors-logos/bluedart.png" alt="">
</div>
<div class="col-md-3 col-sm-12" style="display: flex;justify-content: center">
<img class="img-responsive" style="border:2px solid;border-color: #5e5e5e;padding: 5px;border-radius:4px; margin: 5px;" src="assets/images/sponsors-logos/paras.jpg" alt="">
</div>
<div class="col-md-3 col-sm-12" style="display: flex;justify-content: center">
<img class="img-responsive" style="border:2px solid;border-color: #5e5e5e;padding: 5px;border-radius:4px; margin: 5px;" src="assets/images/sponsors-logos/fujifilm.jpg" alt="">
</div>
<div class="col-md-3 col-sm-12" style="display: flex;justify-content: center">
<img class="img-responsive" style="border:2px solid;border-color: #5e5e5e;padding: 5px;border-radius:4px; margin: 5px;" src="assets/images/sponsors-logos/manya.jpg" alt="">
</div>
</a>
</div>
</div>
</div> <!-- /.our-sponsors -->
<!--............................FOOTER GOES HERE....................................................................-->
<footer class="footer-distributed">
<div class="footer-right">
<a href="https://www.facebook.com/EnactusJMI/"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/enactusjmi/"><i class="fa fa-instagram"></i></a>
</div>
<div class="footer-left">
<p class="footer-links">
<a href="index.html">Home</a>
.
<a href="contact.html">Contact Us</a>
.
<a href="#" role="button" data-toggle="modal" data-target="#feedbackModal">FeedBack</a>
</p>
<p>ENACTUS, JAMIA MILLIA ISLAMIA, NEW DELHI<BR> © 2019</p>
</div>
</footer>
<!--.........................................FEEDBACK MODAL GOES HERE.........................................-->
<div class="modal fade" id="feedbackModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLongTitle" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title">Website Feedback</h2>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form action="https://formspree.io/[email protected]" method="POST">
<div class="form-group">
<label for="name">Name:</label>
<input name="name" type="text" class="form-control" id="name">
</div>
<div class="form-group">
<label for="email">Email address:</label>
<input name="email" type="email" class="form-control" id="email">
</div>
<div class="form-group">
<label for="subject">Subject:</label>
<input name="subject" type="text" class="form-control" id="subject">
</div>
<div class="form-group">
<label for="description">Description:</label>
<input name="description" type="text" class="form-control" id="description">
</div>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary pull-left" data-dismiss="modal">Cancel</button>
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</div>
</div>
</div>
<!--.........................................MODAL ENDS HERE.........................................-->
<!-- Scripts
================================================== -->
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="assets/js/jquery-1.11.1.min.js"><\/script>')</script>
<!-- Bootsrap javascript file -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- owl carouseljavascript file -->
<script src="assets/js/owl.carousel.min.js"></script>
<!-- Template main javascript -->
<script src="assets/js/main.js"></script>
<!-- Fonts -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Dosis:400,700' rel='stylesheet' type='text/css'>
</body>
</html>
<!--Created by Sanchit Ahuja-->