-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
609 lines (550 loc) · 32.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Aaroha</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Free Website Template" name="keywords">
<meta content="Free Website Template" name="description">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- CSS Libraries -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="lib/flaticon/font/flaticon.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Top Bar Start -->
<div class="top-bar d-none d-md-block">
<div class="container-fluid">
<div class="row">
<div class="col-md-8">
<div class="top-bar-left">
<div class="text">
<i class="fa fa-envelope"></i>
<a class="maila" href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="top-bar-right">
<div class="social">
<!-- <a href=""><i class="fab fa-twitter"></i></a> -->
<a href="https://www.facebook.com/aaroha.youthorg/"><i class="fab fa-facebook-f"></i></a>
<!-- <a href=""><i class="fab fa-linkedin-in"></i></a> -->
<a href="https://www.instagram.com/aaroha.youthorg/"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Top Bar End -->
<!-- Nav Bar Start -->
<div class="navbar navbar-expand-lg bg-dark navbar-dark">
<div class="container-fluid">
<!-- <a href="index.html"> -->
<img class="logoimg" src="images/aarohalogofin.png">
<img class="logoimgtext" src="img/logotext.png">
<!-- </a> -->
<!-- <a href="index.html" class="navbar-brand"> आरोह</a> -->
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<div class="navbar-nav ml-auto">
<a href="index.html" class="nav-item nav-link active">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<a href="causes.html" class="nav-item nav-link">What we do</a>
<!-- <a href="causes.html" class="nav-item nav-link">Causes</a> -->
<a href="event.html" class="nav-item nav-link">Events</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Our Projects</a>
<div class="dropdown-menu">
<a href="single.html" class="dropdown-item">Project Akshar</a>
<a href="single1.html" class="dropdown-item">Project Anand</a>
<a href="single2.html" class="dropdown-item">Project Aahar</a>
<a href="single3.html" class="dropdown-item">Project Pradan</a>
</div>
</div>
<!-- <div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Pages</a>
<div class="dropdown-menu">
<a href="donate.html" class="dropdown-item">Donate Now</a>
<a href="volunteer.html" class="dropdown-item">Become A Volunteer</a>
</div>
</div> -->
<a href="team.html" class="nav-item nav-link">Meet The Team</a>
<a href="donate.html" class="nav-item nav-link">Donate Now</a>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
</div>
</div>
</div>
<!-- Nav Bar End -->
<!-- Carousel Start -->
<div class="carousel">
<div class="container-fluid">
<div class="owl-carousel">
<div class="carousel-item">
<div class="carousel-img">
<img src="images/DVP_0181.JPG" alt="Image">
</div>
<div class="carousel-text">
<h1>Let's be kind for children</h1>
<div class="carousel-btn">
<a class="btn btn-custom" href="donate.html">Donate Now</a>
<a class="btn btn-custom btn-play" data-toggle="modal" data-src="https://www.youtube.com/embed/eK9ZiDKqn2s" data-target="#videoModal">Watch Video</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-img">
<img src="images/IMG_5874.JPG" alt="Image">
</div>
<div class="carousel-text">
<h1>Get Involved with helping hand</h1>
<div class="carousel-btn">
<a class="btn btn-custom" href="donate.html">Donate Now</a>
<a class="btn btn-custom btn-play" data-toggle="modal" data-src="https://www.youtube.com/embed/eK9ZiDKqn2s" data-target="#videoModal">Watch Video</a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-img">
<img src="images/_MG_5953.JPG" alt="Image">
</div>
<div class="carousel-text">
<h1>Bringing smiles to thousands</h1>
<div class="carousel-btn">
<a class="btn btn-custom" href="donate.html">Donate Now</a>
<a class="btn btn-custom btn-play" data-toggle="modal" data-src="https://www.youtube.com/embed/eK9ZiDKqn2s" data-target="#videoModal">Watch Video</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Carousel End -->
<!-- Video Modal Start-->
<div class="modal fade" id="videoModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<!-- 16:9 aspect ratio -->
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="" id="video" allowscriptaccess="always" allow="autoplay"></iframe>
</div>
</div>
</div>
</div>
</div>
<!-- Video Modal End -->
<!-- About Start -->
<div class="about">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="about-img" data-parallax="scroll" data-image-src="images/IMG_5934.JPG"></div>
</div>
<div class="col-lg-6">
<div class="section-header">
<p>Learn About Us</p>
<h2>Non-profit charity organization</h2>
</div>
<div class="about-tab">
<ul class="nav nav-pills nav-justified">
<li class="nav-item">
<a class="nav-link active" data-toggle="pill" href="#tab-content-1">About</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="pill" href="#tab-content-2">Mission</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="pill" href="#tab-content-3">Vision</a>
</li>
</ul>
<div class="tab-content">
<div id="tab-content-1" class="container tab-pane active">
Aaroha is a non-governmental organization (NGO) based in Bhopal, Madhya Pradesh. The organization works towards empowering the underprivileged sections of society through various initiatives such as education, healthcare, and sanitation.
As the name suggests, the organization is committed to the cause of enlightening the lives of the poor children and driving them away from the darkness of illiteracy and ignorance. Aaroha came into action in the year 2014 and got registered as NGO in 2017. The students of three institutes of Bhopal i.e. AIIMS, IHM and MANIT are part of it and contribute in this noble cause.
</div>
<div id="tab-content-2" class="container tab-pane fade">
Our mission is to educate every single child we come across so that no child is deprived of the basic right of education due to a lack of resources.
</div>
<div id="tab-content-3" class="container tab-pane fade">
Aaroha's primary focus is on providing education to children from economically weaker backgrounds. The organization runs several programs for children of all the age groups. Along with this, it also conducts educational trips, science exhibition etc for these children to explore new and interesting things around them.
Apart from education, Aaroha also works towards improving the health and wellbeing of the community. The organization conducts monthly health camps dealing with concerns such as hygiene, sanitation, and nutrition.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Service Start -->
<div class="service">
<div class="container">
<div class="section-header text-center">
<p>What We Do?</p>
<h2>We believe that we can save more lifes with you</h2>
</div>
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="service-item">
<div class="service-icon">
<i class="flaticon-diet"></i>
</div>
<div class="service-text">
<h3>Healthy Food</h3>
<p>At Aaroha, we strive to combat hunger and malnutrition by providing nutritious meals to underprivileged children, promoting their growth and well-being</p>
</div>
</div>
</div>
<!-- <div class="col-lg-4 col-md-6">
<div class="service-item">
<div class="service-icon">
<i class="flaticon-water"></i>
</div>
<div class="service-text">
<h3>Pure Water</h3>
<p>Access to clean water is a fundamental right. Aaroha ensures safe drinking water for disadvantaged communities, safeguarding their health and vitality.</p>
</div>
</div>
</div> -->
<div class="col-lg-4 col-md-6">
<div class="service-item">
<div class="service-icon">
<i class="flaticon-healthcare"></i>
</div>
<div class="service-text">
<h3>Health Care</h3>
<p>Aaroha prioritizes the health of underprivileged children, offering medical assistance, check-ups, and essential healthcare services to nurture their physical well-being.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="service-item">
<div class="service-icon">
<i class="flaticon-education"></i>
</div>
<div class="service-text">
<h3>Primary Education</h3>
<p>Education is a pathway to a better future. Aaroha empowers disadvantaged children through quality primary education, unlocking their potential and dreams.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="service-item">
<div class="service-icon">
<i class="flaticon-social-care"></i>
</div>
<div class="service-text">
<h3>Social Care</h3>
<p> Aaroha provides a caring and nurturing environment, fostering emotional and social development, ensuring every child feels valued and supported.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Service End -->
<!-- Facts Start -->
<div class="facts" data-parallax="scroll" data-image-src="images/IMG_6534.JPG">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="facts-item">
<i class="flaticon-home"></i>
<div class="facts-text">
<h3 class="facts-plus" data-toggle="counter-up">10</h3>
<p>Schools</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="facts-item">
<i class="flaticon-charity"></i>
<div class="facts-text">
<h3 class="facts-plus" data-toggle="counter-up">400</h3>
<p>Volunteers</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="facts-item">
<i class="flaticon-charity"></i>
<div class="facts-text">
<h3 class="facts-plus" data-toggle="counter-up">1000</h3>
<p>Children</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Facts End -->
<!-- Causes Start -->
<div class="causes">
<div class="container">
<div class="section-header text-center">
<p>Popular Causes</p>
<h2>Let's know about charity causes</h2>
</div>
<div class="owl-carousel causes-carousel">
<div class="causes-item">
<div class="causes-img">
<img src="images/_MG_6221.JPG" alt="Image">
</div>
<div class="causes-progress">
<div class="progress">
<!-- <div class="progress-bar" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100">
<span>85%</span>
</div> -->
</div>
<!-- <div class="progress-text">
<p><strong>Raised:</strong> $100000</p>
<p><strong>Goal:</strong> $50000</p>
</div> -->
</div>
<div class="causes-text">
<h3>Project Pathshala</h3>
<p>Children enrolled under Project Akshar, who are scholarly good are upgraded to Project Pathshala where they are admitted to well reputed schools. The organization covers all their expenses of education including their basic necessities such as books, uniforms, stationeries, etc. 25 students are admitted till now to prestigious schools <a class="causes-a" href="#"> ....read more</a></p>
</div>
</div>
<div class="causes-item">
<div class="causes-img">
<img src="images/_MG_5953.JPG" alt="Image">
</div>
<div class="causes-progress">
<div class="progress">
<!-- <div class="progress-bar" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100">
<span>85%</span>
</div> -->
</div>
<!-- <div class="progress-text">
<p><strong>Raised:</strong> $100000</p>
<p><strong>Goal:</strong> $50000</p>
</div> -->
</div>
<div class="causes-text">
<h3>Project Aahar</h3>
<p>Under Project Aahar, volunteers of IHM Chapter prepare and provide nutritious food to the undernourished children and families of slum areas of Rahul Nagar, Madni Nagar, etc. These food drives take place on every Sunday<a class="causes-a" href="single2.html"> ....read more</a></p>
</div>
</div>
<div class="causes-item">
<div class="causes-img">
<img src="images/_MG_6303.JPG" alt="Image">
</div>
<div class="causes-progress">
<div class="progress">
<!-- <div class="progress-bar" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100">
<span>85%</span>
</div> -->
</div>
<!-- <div class="progress-text">
<p><strong>Raised:</strong> $100000</p>
<p><strong>Goal:</strong> $50000</p>
</div> -->
</div>
<div class="causes-text">
<h3>Project Anand:</h3>
<p>It was launched in 2014. Under this, educational and fun trips are organized occasionally to keep them things interesting throughout the learning process. Some of the yearly programs held under this are- Aa Se Aha, Aasha, Aavishkar,
educational trips to different places, Science Exhibition, etc<a class="causes-a" href="single1.html"> ....read more</a>
</p>
</div>
</div>
<div class="causes-item">
<div class="causes-img">
<img src="images/DVP_0843.JPG" alt="Image">
</div>
<div class="causes-progress">
<div class="progress">
<!-- <div class="progress-bar" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100">
<span>85%</span>
</div> -->
</div>
<!-- <div class="progress-text">
<p><strong>Raised:</strong> $100000</p>
<p><strong>Goal:</strong> $50000</p>
</div> -->
</div>
<div class="causes-text">
<h3>Project Akshar</h3>
<p>The project was started back in 2014. Under this project, the children are catered with regular learning sessions being conducted from Monday to Friday, by Aaroha volunteers at our centres. Project Akshar has been able to aid more than four hundred children so far<a class="causes-a" href="single.html"> ....read more</a></p>
</div>
</div>
</div>
</div>
</div>
<!-- Causes End -->
<!-- Event Start -->
<!-- Event End -->
<!-- Team Start -->
<!-- Team End -->
<!-- Volunteer Start -->
<!-- <div class="volunteer" data-parallax="scroll" data-image-src="images/DVP_0548.jpg">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5">
<div class="volunteer-form">
<form>
<div class="control-group">
<input type="text" class="form-control" placeholder="Name" required="required" />
</div>
<div class="control-group">
<input type="email" class="form-control" placeholder="Email" required="required" />
</div>
<div class="control-group">
<textarea class="form-control" placeholder="Why you want to become a volunteer?" required="required"></textarea>
</div>
<div>
<button class="btn btn-custom" type="submit">Become a volunteer</button>
</div>
</form>
</div>
</div>
<div class="col-lg-7">
<div class="volunteer-content">
<div class="section-header">
<p>Become A Volunteer</p>
<h2>Transforming Lives, Creating Hope</h2>
</div>
<div class="volunteer-text">
<p>
Get the badge of greatness with AAROHA.
Through Recruitment Drives (RDs), AAROHA actively seeks volunteers twice a year. It is a call to action from those working to change society to those who want to help others, asking them to step forward and support us in our mission.
</p>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- Contact Start -->
<div class="contact">
<div class="container">
<div class="section-header text-center">
<p>Get In Touch</p>
<h2>Contact for any query</h2>
</div>
<div class="contact-img">
<img src="images/DSC_0086.JPG" alt="Image">
</div>
<div class="contact-form">
<div id="success"></div>
<form name="sentMessage" id="contactForm" novalidate="novalidate">
<div class="control-group">
<input type="text" class="form-control" id="name" placeholder="Your Name" required="required" data-validation-required-message="Please enter your name" />
<p class="help-block text-danger"></p>
</div>
<div class="control-group">
<input type="email" class="form-control" id="email" placeholder="Your Email" required="required" data-validation-required-message="Please enter your email" />
<p class="help-block text-danger"></p>
</div>
<div class="control-group">
<input type="text" class="form-control" id="subject" placeholder="Subject" required="required" data-validation-required-message="Please enter a subject" />
<p class="help-block text-danger"></p>
</div>
<div class="control-group">
<textarea class="form-control" id="message" placeholder="Message" required="required" data-validation-required-message="Please enter your message"></textarea>
<p class="help-block text-danger"></p>
</div>
<div>
<button class="btn btn-custom" type="submit" id="sendMessageButton">Send Message</button>
</div>
</form>
</div>
</div>
</div>
<!-- Footer Start -->
<div class="footer">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="footer-contact">
<h2>Our Head Office</h2>
<p><i class="fa fa-map-marker-alt"></i>E-3/216, Obedulla Ganj Rd, E-3, Arera Colony, Bhopal, Madhya Pradesh 462016</p>
<!-- <p><i class="fa fa-phone-alt"></i>+012 345 67890</p> -->
<p><i class="fa fa-envelope"></i><a class="maila" href="mailto:[email protected]">[email protected]</a></p>
<div class="footer-social">
<!-- <a class="btn btn-custom" href="https://freewebsitecode.com"><i class="fab fa-twitter"></i></a> -->
<a class="btn btn-custom" href="https://www.facebook.com/aaroha.youthorg/"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-custom" href="https://www.youtube.com/@aaroha2123"><i class="fab fa-youtube"></i></a>
<a class="btn btn-custom" href="https://www.instagram.com/aaroha.youthorg/"><i class="fab fa-instagram"></i></a>
<!-- <a class="btn btn-custom" href="https://freewebsitecode.com"><i class="fab fa-linkedin-in"></i></a> -->
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer-link">
<h2>Popular Links</h2>
<a href="index.html" class="nav-item nav-link active">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<a href="causes.html" class="nav-item nav-link">What we do</a>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer-link">
<h2>Useful Links</h2>
<a href="event.html">Our Events</a>
<a href="team.html">Meet The Team</a>
<a href="donate.html">Donate Now</a>
<a href="contact.html">Contact</a>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer-newsletter">
<h2>Subscribe to Updates!!</h2>
<form>
<input class="form-control" placeholder="Email goes here">
<button class="btn btn-custom">Submit</button>
<label>Don't worry, we don't spam!</label>
</form>
</div>
</div>
</div>
</div>
<div class="container copyright">
<div class="row">
<div class="col-md-6">
<p>© <a href=""">Aaroha 2023</a> All Right Reserved.</p>
</div>
<div class="col-md-6">
<p><a href=""></a></p>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to top button -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Pre Loader -->
<div id="loader" class="show">
<div class="loader"></div>
</div>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/parallax/parallax.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>