-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-us.html
590 lines (528 loc) · 27.5 KB
/
about-us.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs ================================================== -->
<meta charset="utf-8">
<!-- Mobile Specific Metas ================================================== -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
<!-- Site Title -->
<title>Agnneepankh Foundation</title>
<!-- CSS
================================================== -->
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- FontAwesome -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Animation -->
<link rel="stylesheet" href="css/animate.css">
<!-- magnific -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- carousel -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<!-- isotop -->
<link rel="stylesheet" href="css/isotop.css">
<!-- ico fonts -->
<link rel="stylesheet" href="css/xsIcon.css">
<!-- Template styles-->
<link rel="stylesheet" href="css/style.css">
<!-- Responsive styles-->
<link rel="stylesheet" href="css/responsive.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="body-inner">
<!-- Header start -->
<header id="header" class="header header-transparent">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light">
<!-- logo-->
<a class="navbar-brand" href="index.html">
<img src="images/logos/logo-x.png" alt="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"><i class="icon icon-menu"></i></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="index.html">Home</a>
</li>
</li>
<li class="dropdown nav-item">
<a href="#" class="" data-toggle="dropdown">About </a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="about-us.html">About us</a>
</li>
<li>
<a href="faq.html">FAQ</a>
</li>
</ul>
</li>
<li class="nav-item">
<a href="projects.html">Projects</a>
</li>
<li class="nav-item">
<a href="testimonials.html">testimonials</a>
</li>
<li class="nav-item">
<a href="gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a href="join-us.html">Join us</a>
</li>
<li class="nav-item">
<a href="contact.html">Contact</a>
</li>
<li class="header-ticket nav-item">
<a class="ticket-btn btn" href="#"> Donate
</a>
</li>
</ul>
</div>
</nav>
</div><!-- container end-->
</header>
<!--/ Header end -->
<div id="page-banner-area" class="page-banner-area"
style="background-image:url(images/sponsors/Orange-gradient-1.jpg)">
<!-- Subpage title start -->
<div class="page-banner-title">
<div class="text-center">
<h2>About us</h2>
<ol class="breadcrumb">
<li>
<a>"We Rise By Lifting Others."</a>
<br>
<a> - Robert Ingersoll</a>
</li>
</ol>
</div>
</div><!-- Subpage title end -->
</div><!-- Page Banner end -->
<section class="ts-schedule">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="section-title">
<!-- <span>Join Agneepankh</span> -->
Who are we ?
</h2>
<div class="entry-content" >
<h4 style="font-size:medium; font-weight: normal;">
We are Agneepankh Foundation, we believe if the ideas of benevolence are brought to execution, progress is bound to follow. So we do the same.
<br>
<br>
Based in the centre of India; Nagpur, the aim of social welfare has kept our team of 105+ volunteers going ever since we started in 2018. Fostering education to underprivileged children and youth, organizing educational campaigns of value for destitute schools, awareness projects concerning the environment, movement to induce employment in the needful and offering helping hands to various healthcare initiatives and government plans, we aim to deliver. One project at a time.
<br>
<br>
The journey becomes better when we are joined with believers in the path along. We make sure to create learning and growing opportunities for the team to make the pursuit of service encouraging. Allowing open discussions, active participation in projects, talent and soft-skill based programmes and opening vacancies for volunteering for everybody.
<br>
<br>
We have been able to frame and run ambitious projects, some of which include: Project EdYou; educating underprivileged students with focus on academics, social and mental learning, Project Saksham; a program aimed at skill development of the underprivileged youth to make employability an option, Project Drishti; aimed at educating the blind, Project Zest, Project Scholarships and many other we are proud to course.
</h4>
</div>
</div>
</div><!-- section title end-->
</div><!-- col end-->
</section>
<br>
<section class="ts-schedule">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="section-title">
<!-- <span>Join Agneepankh</span> -->
How we work?
</h2>
<div class="entry-content ">
<ul type="square">
<li>
<h4>
Idea through necessity
</h4>
<h5 style="font-size:medium; font-weight: normal;">
The awareness of social challenges or knots that require aid induces an idea giving birth to a new project with the focus to remedy or mitigate that issue.
</h5>
</li>
<li>
<h4>
Alliance and Cooperation
</h4>
<h5 style="font-size:medium; font-weight: normal;">
We assemble our team or hire new volunteers according to the requirement and skills demanded by the project.Sometimes we collaborate with related NGOs and institutes to co-steer the project for efficient results.
</h5>
</li>
<li>
<h4>
Execution
</h4>
<h5 style="font-size:medium; font-weight: normal;">
The part most looked forward, the project is given the initiation and continued till impact is created.
</h5>
</li>
<li>
<h4>
Operational Excellence
</h4>
<h5 style="font-size:medium; font-weight: normal;">
We continually challenge ourselves: can we be more innovative or effective? Continually monitoring and evaluating our work to become better and bring about desired results.
</h5>
</li>
<li>
<h5 style="font-size:medium; font-weight: normal;">
The Plus we make sure is to Simply Have Fun!
</h5>
</li>
</ul>
</div>
</div>
</div><!-- section title end-->
</div><!-- col end-->
</section>
<!-- <section class="ts-schedule">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="section-title">
<span>Join Agneepankh</span>
Branches
</h2>
<h4 class="text-center">
We seek and encourage empathetic and self-motivated individuals who are passionate about
joining our journey to bring progressive change and join our network of volunteers. We nourish
enthusiastic volunteers who devote their time and skills to serve the community with us whilst
believing in the organization’s purpose and vision
</h4>
</div>
</div>
</div>
</section> -->
<!-- banner start-->
<section class="main-slider owl-carousel">
<div class="banner-item overlay" style="background-image:url(images/hero_area/Team-proactive.jpg)">
<div class="container">
<div class="row">
<div class="col-lg-11 mx-auto">
<div class="banner-content-wrap text-center">
<!-- <img class="title-shap-img" src="images/shap/title-white.png" alt=""> -->
<!-- <p class="banner-info">Welcome to</p> -->
<h1 class="banner-title">Team Proactive</h1>
<!-- <p class="banner-desc">
It encompasses various subteams namely- outdoor,east& west teaching
teams, Edyou, where all the responsibilities are gripped by our benevolent
teammates. Outdoor team execute ventures which appends- Tree plantation,Spot
Fixing event ,Health checkup camps(specially for disabled), Solace to flood
relief , Fundraising events, Books donation drive etc. East & West teaching
teams emphasis on projects namely- Project Scholarship, Project Happy weekends
to assuage kids in transcending their goal. Edyou team mentors rescued girls
thereby ameliorating their life. By this, volunteers slog in respective team &
strive for exuberance of society.
</p> -->
<!-- Countdown end -->
<!-- <div class="banner-btn">
<a href="join-us.html" class="btn">Join us</a>
<a href="donate.html" class="btn fill">Donate</a>
</div> -->
</div>
<!-- Banner content wrap end -->
</div><!-- col end-->
</div><!-- row end-->
</div>
<!-- Container end -->
</div><!-- banner item end-->
<div class="banner-item overlay" style="background-image:url(images/hero_area/Team-Happiness.jpg)">
<div class="container">
<div class="row">
<div class="col-lg-11 mx-auto">
<div class="banner-content-wrap text-center">
<!-- <img class="title-shap-img" src="images/shap/title-white.png" alt=""> -->
<!-- <p class="banner-info">Welcome to</p> -->
<h1 class="banner-title">Team Happiness</h1>
<!-- <p class="banner-desc">
Nestled in western Maharashtra, our Islampur (Sangli) team doing peculiar altruistic work &
endevouring to flourish skill sets of students in their vicinity. Volunteers are entrenched with
tons of passion & their devotion to their social cause. Currently, progressing & procuring
mesmerizing
feedback team is working at 2 schools.<br>
1-ZP School (1) Urun Islampur<br>
2-Janta school, Islampur , where our team organizes seminar to instill<br>
moral ethics, keep a rein on discipline, accentuate eco friendly activities.
</p> -->
<!-- Countdown end -->
<!-- <div class="banner-btn">
<a href="join-us.html" class="btn">Join us</a>
<a href="donate.html" class="btn fill">Donate</a>
</div> -->
</div>
<!-- Banner content wrap end -->
</div><!-- col end-->
</div><!-- row end-->
</div>
<!-- Container end -->
</div><!-- banner item end-->
<div class="banner-item overlay" style="background-image:url(images/hero_area/Team-teaching.jpg)">
<div class="container">
<div class="row">
<div class="col-lg-11 mx-auto">
<div class="banner-content-wrap text-center">
<!-- <img class="title-shap-img" src="images/shap/title-white.png" alt=""> -->
<!-- <p class="banner-info">Welcome to</p> -->
<h1 class="banner-title">Team Teaching</h1>
<!-- <p class="banner-desc">
Nestled in western Maharashtra, our Islampur (Sangli) team doing peculiar altruistic work &
endevouring to flourish skill sets of students in their vicinity. Volunteers are entrenched with
tons of passion & their devotion to their social cause. Currently, progressing & procuring
mesmerizing
feedback team is working at 2 schools.<br>
1-ZP School (1) Urun Islampur<br>
2-Janta school, Islampur , where our team organizes seminar to instill<br>
moral ethics, keep a rein on discipline, accentuate eco friendly activities.
</p> -->
<!-- Countdown end -->
<!-- <div class="banner-btn">
<a href="join-us.html" class="btn">Join us</a>
<a href="donate.html" class="btn fill">Donate</a>
</div> -->
</div>
<!-- Banner content wrap end -->
</div><!-- col end-->
</div><!-- row end-->
</div>
<!-- Container end -->
</div><!-- banner item end-->
<div class="banner-item overlay" style="background-image:url(images/hero_area/Team-technical.jpg)">
<div class="container">
<div class="row">
<div class="col-lg-11 mx-auto">
<div class="banner-content-wrap text-center">
<!-- <img class="title-shap-img" src="images/shap/title-white.png" alt=""> -->
<!-- <p class="banner-info">Welcome to</p> -->
<h1 class="banner-title">Team Technical</h1>
<!-- <p class="banner-desc">
Nestled in western Maharashtra, our Islampur (Sangli) team doing peculiar altruistic work &
endevouring to flourish skill sets of students in their vicinity. Volunteers are entrenched with
tons of passion & their devotion to their social cause. Currently, progressing & procuring
mesmerizing
feedback team is working at 2 schools.<br>
1-ZP School (1) Urun Islampur<br>
2-Janta school, Islampur , where our team organizes seminar to instill<br>
moral ethics, keep a rein on discipline, accentuate eco friendly activities.
</p> -->
<!-- Countdown end -->
<!-- <div class="banner-btn">
<a href="join-us.html" class="btn">Join us</a>
<a href="donate.html" class="btn fill">Donate</a>
</div> -->
</div>
<!-- Banner content wrap end -->
</div><!-- col end-->
</div><!-- row end-->
</div>
<!-- Container end -->
</div><!-- banner item end-->
<div class="banner-item overlay" style="background-image:url(images/hero_area/Team-Art.png)">
<div class="container">
<div class="row">
<div class="col-lg-11 mx-auto">
<div class="banner-content-wrap text-center">
<!-- <img class="title-shap-img" src="images/shap/title-white.png" alt=""> -->
<!-- <p class="banner-info">Welcome to</p> -->
<h1 class="banner-title">Team Art</h1>
<!-- <p class="banner-desc">
Nestled in western Maharashtra, our Islampur (Sangli) team doing peculiar altruistic work &
endevouring to flourish skill sets of students in their vicinity. Volunteers are entrenched with
tons of passion & their devotion to their social cause. Currently, progressing & procuring
mesmerizing
feedback team is working at 2 schools.<br>
1-ZP School (1) Urun Islampur<br>
2-Janta school, Islampur , where our team organizes seminar to instill<br>
moral ethics, keep a rein on discipline, accentuate eco friendly activities.
</p> -->
<!-- Countdown end -->
<!-- <div class="banner-btn">
<a href="join-us.html" class="btn">Join us</a>
<a href="donate.html" class="btn fill">Donate</a>
</div> -->
</div>
<!-- Banner content wrap end -->
</div><!-- col end-->
</div><!-- row end-->
</div>
<!-- Container end -->
</div><!-- banner item end-->
</section>
<!-- banner end-->
<section class="ts-schedule">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="section-title">
<!-- <span>Join Agneepankh</span> -->
What we project ?
</h2>
<div class="entry-content">
<h4 style="font-size:medium; font-weight: normal;">
<h4>Education:</h4>
Not every child gets access to quality education,some students are forced to quit education because of financial and social conditions. We envision every child has access to education to build a competent youth.
<br>
<br>
<h4>Healthcare:</h4>
Healthcare is an imperative for sound existence. We picture a fluent healthcare system by helping to ease the process by creating awareness on regular health check-ups and hygienic awareness.
<br>
<br>
<h4>Environment:</h4> Sustainability is a necessity if the world wants a constant existence. Less littering, use of better more sustainable alternatives, less pollution and growth without jeopardising nature.
<br>
<br>
<h4>Empower:</h4>
We envision equal opportunities for all social classes. This can happen through helping the needful by social awareness programmes, initiatives and teaching necessary information skill based development. This can transform the deprived into a competent state.
<br>
<br>
<h4> Awareness:</h4>
Benevolence and service can be practiced by all who make a part of this society, and not just the affluent. We also work as a platform to inspire others to join us and make the world a better place.
</h4>
</div>
</div>
</div><!-- section title end-->
</div><!-- col end-->
</div><!-- container end-->
</section>
<section class="ts-schedule">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="section-title">
<!-- <span>Join Agneepankh</span> -->
Impact
</h2>
<div class="entry-content">
<h4 style="font-size:medium; font-weight: normal;">
We have been fortunate in experiencing the impact created through execution of our projects, witnessing growth of destitute student groups, managing holistic improvement through teaching social values and bestowing the importance of education, hence setting the right mindset to a better & more aware youth.
<br>
<br>
We’ve been able to harness the opportunities to help the underprivileged section; focusing on educational aspect of special students; disbursing support of food grains and other essentials required during catastrophic moment by donation; organizing free health checkup camps and services, blood donation camps during the covid Pandemic; diminishing the use of plastic by distributing paper bags for free.
<br>
<br>
Collaborating with government institutions, we've been able to come up with skill development for the employable age group, training them on necessary skills for more opportunities. We used the virtual platform to organize webinars inviting competent personalities, visited animal shelter homes, orphanages during the hard times of pandemic.
<br>
<br>
Our vision scale expands through achieving civil goals and participating in local initiatives. We have been able to accomplish a gratifying scale of engagement and aim to pursue the same in future.
</h4>
</div>
</div>
</div><!-- section title end-->
</div><!-- col end-->
</div><!-- container end-->
</section>
<br>
<!-- footer start-->
<footer class="ts-footer">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="text-white" style="line-height:1;">Agneepankh Foundation</h2>
</div>
<br>
<br>
<div class="col-lg-5">
<p>Plot No 330,Uday Nagar Sqaure ,Bholebaba Nagar, Nagpur-440034
</p>
<p><a class="orange-text text-lighten-2"
href="mailto:[email protected]">[email protected]</a><br>
<a class="orange-text text-lighten-2" href="phone:+91 8668749201">+91 8668749201</a>
<!-- <a class="orange-text text-lighten-2" href="phone:+91 9769989966">+91 97699 89966</a></p> -->
</div>
<div class="col-lg-4">
<h5 class="text-white text-center">Connect with us</h5>
<div class="ts-footer-social text-center mb-30">
<ul>
<li>
<a href="https://www.facebook.com/341466596262005/">
<i class="fa fa-facebook"> </i>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-twitter"> </i>
</a>
</li>
<li>
<a href="https://www.youtube.com/channel/UCoMkpQhax8vx33CaSjOO6HQ">
<i class="fa fa-youtube"> </i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/agneepankh-foundation">
<i class="fa fa-linkedin"> </i>
</a>
</li>
<li>
<a href="https://instagram.com/agneepankh_foundation">
<i class="fa fa-instagram"> </i>
</a>
</li>
</ul>
</div>
<!-- <p><a class="orange-text text-lighten-2 te" href="/privacypolicy">Privacy Policy</a></p> -->
</div>
<div class="col-lg-3">
<ul>
<li><a class="orange-text text-lighten-2" href="/">Home</a></li>
<li><a class="orange-text text-lighten-2" href="/projects.html">Projects</a></li>
<li><a class="orange-text text-lighten-2" href="/gallery.html">Gallery</a></li>
<li><a class="orange-text text-lighten-2" href="/faq.html">FAQ</a></li>
<li><a class="orange-text text-lighten-2" href="/contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
<p>
© Copyright © 2021 Agneepankh Foundation. All Rights Reserved.
</p>
<p>
Designed by <a href="https://rootkings.dev/">Rootkings</a>
</p>
</div>
</div>
</footer>
<!-- footer end-->
<div class="BackTo">
<a href="#" class="fa fa-angle-up" aria-hidden="true"></a>
</div>
</div>
<!-- ts footer area end-->
<!-- Javascript Files
================================================== -->
<!-- initialize jQuery Library -->
<script src="js/jquery.js"></script>
<script src="js/popper.min.js"></script>
<!-- Bootstrap jQuery -->
<script src="js/bootstrap.min.js"></script>
<!-- Counter -->
<script src="js/jquery.appear.min.js"></script>
<!-- Countdown -->
<script src="js/jquery.jCounter.js"></script>
<!-- magnific-popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<!-- carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- Waypoints -->
<script src="js/wow.min.js"></script>
<!-- isotop -->
<script src="js/isotope.pkgd.min.js"></script>
<!-- Template custom -->
<script src="js/main.js"></script>
</div>
<!-- Body inner end -->
</body>
<!-- Mirrored from demo.themewinter.com/html/exhibz/about-us.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 21 Dec 2019 16:54:12 GMT -->
</html>