forked from salonisri1733/Anokhi-Pehel-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
548 lines (394 loc) · 17.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Anokhi Pehel</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/logo.jpg" rel="icon">
<link href="assets/img/logo.jpg" rel="apple-touch-icon">
<!-- Google Fonts -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container d-flex align-items-center">
<h1 class="logo me-auto"><a href="index.html"
style="color:whitesmoke; font-family: 'Charm',cursive;font-size:1.8rem;">Anokhi पहल</a></h1>
<nav id="navbar" class="navbar">
<ul>
<li><a href="index.html" class="active" style="color:whitesmoke">Home</a></li>
<li><a href="#" style="color:whitesmoke">About us</a> </li>
<li><a href="services.html" style="color:whitesmoke;">Our Workings</a></li>
<li><a href="antyodaya_newone.html" style="color:whitesmoke">Antyodaya</a></li>
<li><a href="contact.html" style="color:whitesmoke">Contact Us</a></li>
<li><a href="donor.html" class="getstarted">Donate Us</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header>
<!-- ======= Breadcrumbs ======= -->
<section id="breadcrumbs" class="breadcrumbs">
<div class="container">
<div class="d-flex justify-content-between align-items-center">
<h2 style="color: white;">Educating Future</h2>
<!-- ======= HOME/TEAM =======******************* -->
</div>
</div>
</section><!-- End Breadcrumbs -->
<!--Background images-->
<div id="jarallax-container-2"
style="position: absolute; width: 50%; height: 50%; overflow: hidden; pointer-events: none; z-index: -100;">
<div
style="background-position: 100% 100%; background-size: cover; background-repeat: no-repeat; background-image: url('assets/img/team/Yellow_Team_Bg.jpg'); position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; overflow: hidden; pointer-events: none; margin-top: 8.2px; transform: translate3d(0px, -11.3px, 0px);">
</div>
</div>
</div>
<!-- ======= Header ======= -->
<!-- ======= Hero Section ======= -->
<section id="hero">
<div id="heroCarousel" data-bs-interval="5000" class="carousel slide carousel-fade" data-bs-ride="carousel">
<ol class="carousel-indicators" id="hero-carousel-indicators"></ol>
<div class="carousel-inner" role="listbox">
<!-- Slide 1 -->
<div class="carousel-item active" style="background-image: url(https://i.postimg.cc/DZg9ys6k/slider1.jpg)">
<div class="carousel-container">
<div class="container">
<h2 class="animate__animated animate__fadeInDown">“Not all heroes wear caps, some hold chalk.”</h2>
<p class="animate__animated animate__fadeInUp">
<p>Started with an objective to
Organize, to bring together and to generate resources for the underprivileged children.
</p>
<a href="#about" class="btn-get-started animate__animated animate__fadeInUp scrollto">Read More</a>
</div>
</div>
</div>
<!-- Slide 2 -->
<div class="carousel-item" style="background-image: url(assets/img/index\ pictures/Slider2.jpg)">
<div class="carousel-container">
<div class="container">
<h2 class="animate__animated animate__fadeInDown">“When we strive to become better than we are, everything
around us becomes better too.</h2>
<p class="animate__animated animate__fadeInUp">Working round-the-clock
to make changes which we will all want to see.
</p>
<a href="#about" class="btn-get-started animate__animated animate__fadeInUp scrollto"
style="background-color: #38A3A5;">Read More</a>
</div>
</div>
</div>
<!-- Slide 3 -->
<div class="carousel-item" style="background-image: url(assets/img/index\ pictures/Slider3.jpeg)">
<div class="carousel-container">
<div class="container">
<h2 class="animate__animated animate__fadeInDown">“It is more blessed to give than receive”</h2>
<p class="animate__animated animate__fadeInUp">Help us in making this world a better place to live.</p>
<a href="#about" class="btn-get-started animate__animated animate__fadeInUp scrollto"
style="background-color: #38A3A5;">Donate</a>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#heroCarousel" role="button" data-bs-slide="prev">
<span class="carousel-control-prev-icon bi bi-chevron-left" aria-hidden="true"></span>
</a>
<!-- <a class="carousel-control-next" href="#heroCarousel" role="button" data-bs-slide="next">
<span class="carousel-control-next-icon bi bi-chevron-right" aria-hidden="true"></span>
</a> -->
</div>
</section><!-- End Hero -->
<section id="pricing1" class="pricing1" style="background-image: url(/assets/img/pg.jpg);">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6" data-aos="zoom-in" data-aos-delay="150">
<div class="box">
<h4 style="font-size: xx-large; color: darkorchid; ">Bring Anokhi Pehel to your institution.</h4>
<p>We aspire to establish Anokhi pehel in each institute so that more children can get involved with us. You
know what they about the more, the merrier. Join us in on the jouney and give this initiative an
international level.
</p>
<div class="donate-button">
<a href="#" class="donate-button">Read More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-4 mt-lg-0" data-aos="zoom-in" data-aos-delay="150">
<div class="box">
<h4 style="font-size: xx-large; color: lawngreen; height: 50px">Donate us
</h4>
<br>
<p>Your small support can make a big difference. Let's grow together and help the deserving children around
us nourish the future of India.
</p>
<div class="donate-button">
<a href="#" class="donate-button">Read More</a>
<br>
<br>
<br>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-4 mt-lg-0" data-aos="zoom-in" data-aos-delay="150">
<div class="box">
<h4 style="font-size: xx-large; color:coral; height: 50px">Our workings
</h4>
<p>We help the children of the economically weaker section of our society by providing them education. We
also do lots of extracurricular activities to improve their social skills and personality development
while celebrating lots of festivals with them.
</p>
<div class="donate-button">
<a href="#" class="donate-button">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ======= About Section ======= -->
<div class="about" style="background-image: url(/assets/img/bb.jpg);">
<section id="about" class="about">
<div class="container">
<div class="row content" st>
<div class="col-lg-6" style="color: white;">
<h2>ANOKHI पहल</h2>
<p>
Anokhi Pehel is an initiative taken by the students of MNNIT to help the children of the economically
weaker sections of the society by providing them an education in the best possible way. </p>
<p>Under this initiative, we teach students from preparatory classes to 12th level teaching them various
subjects free of cost. Not only do we develop academic skills of the students but also other extra
curricular activities such as painting, dancing, sketching, etc.</p>
<p>Started with a few teachers and just 20 students, today we have a team of about 60 teachers shaping the
life of more than 250 students. Our students have shown great performance in various fields.</p>
</p>
<p><a href="">Read more</a> </p>
</div>
<div class="col-lg-6 pt-4 pt-lg-0">
<br>
<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/CW99hs_-XwM"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
</div>
</section>
</div>
<section id="cta" class="cta">
<div class="container" data-aos="zoom-in">
<div class="cta">
<div class="column">
<h1 style="color: aliceblue;"><span>Our Achievements</span></h1>
<br>
<p>2 students of Anokhi पहल got admitted in sainik school.
<br>
<br>
5 students who scored 45% in 9th class, got 85%+ in high-school board after joining Anokhi पहल.
<br>
<br>
We distributed 150+ school kit (Bags + stationary) and 150+ Anokhi पहल t-shirts.
</p>
</div>
<div class="column" style="text-align: center;">
<div class="project-counter-wrp">
<ul>
<li>
<i class="fas fa-chalkboard-teacher"></i>
<p id="number1" class="number">20</p>
<span></span>
<p>STUDENTS ADMITTED TO SCHOOL with full fee coverage</p>
</li>
<li>
<i class="fa fa-child"></i>
<p id="number2" class="number">1000+</p>
<span></span>
<p>Students mentored</p>
</li>
<li>
<i class="fa fa-check-square-o"></i>
<p id="number3" class="number">100+</p>
<span></span>
<p>Volunteers</p>
</li>
</ul>
</div>
<!-- counting up Section -->
</div>
</div>
</div>
</section>
<br>
<br>
<br>
<div class="last">
<!-- <div class="row1">
<div class="column1">
<h2>BR ambedkar felicitation</h2>
<p>Anokhi पहल teachers were felicitated by the B.R. Ambedkar society on the auspicious occasion of B.R. Ambedkar
Jayanti.</p>
</div>
<div class="column1">
<h2> Rotary club felicitation</h2>
<p>Anokhi पहल was appreciated and recognised by Allahabad chapter of Rota</p>
</div>
</div> -->
<div class="about">
<section id="about" class="about">
<div class="container">
<h1 style="text-align: center;">Upcoming Events</h1>
<br>
<br>
<div class="row content">
<div class="col-lg-6">
<h3>Girls Awareness Program
Mid Jan 2020| Seminar Hall</h3>
<p> Seminar on Good Touch & Bad touch and sanitary pad distributions. </p>
<br>
<br>
<img src="assets/img/index pictures/svg.png" style="align-items: center;">
</div>
<div class="col-lg-6 pt-4 pt-lg-0">
<h3>Visit to old age home
18 Jan 2020 | [Old-age home name]
</h3>
<p>Interaction of anokhi pehel students and teachers with old-age home residents, sharing experience and
love with them.
</p>
<br>
<br>
<img src="assets/img/index pictures/oag.png" style="align-items: center;">
</div>
</div>
</div>
</section>
</div>
<div>
<h3 style="text-align: center;">Leprosy hospital visit
Mid Feb 2020 | [Hospital name]
</h3>
<br>
<br>
<img src="assets/img/index pictures/hsp.png" style="margin-left: 35%;">
</div>
</div>
<br>
<br>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="footer-info">
<h3><img class="mb-2 ml-3" src="assets/img/ANokhi pehel_white1.png" alt="" width="180" height="300"></h3>
<div class="social-links mt-3">
<a href="https://www.facebook.com/anokhipehel/" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://instagram.com/anokhipehel?utm_medium=copy_link" class="instagram"><i
class="bx bxl-instagram"></i></a>
<a href="https://www.linkedin.com/company/anokhi-pehel/" class="linkedin"><i
class="bx bxl-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer-info">
<!--Fotter MNNIT_LOGO Image -->
<img class="mb-2 ml-3" src="assets/img/MNNIT_LOGO.png" alt="" width="120" height="100">
<p><small>© Anokhi पहल MNNIT</small></p>
<br>
</div>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Donate Us</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Get Involved</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Our Workings</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Achievements</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">FAQs</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-newsletter">
<h4>Help us so we can help others</h4>
<div class="donate-button">
<a href="#" class="donate-button">Donate Us</a>
</div>
<br>
<div class="col-lg-4 col-md-6 footer-links">
<h4>Upcoming Events</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Antyodaya</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong><span>Anokhi पहल MNNIT ALLAHABAD</span></strong>. All Rights Reserved
</div>
<div class="credits">
Designed by <a href="https://bootstrapmade.com/">Anokhi पहल Web Team,MNNIT</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script>
var project = setInterval(projectDone, 10)
var clients = setInterval(happyClients, 10)
var coffee = setInterval(cupsCoffee, 10)
let count1 = 1;
let count2 = 1;
let count3 = 1;
function projectDone() {
count1++
document.querySelector("#number1").innerHTML = count1
if (count1 == 20) {
clearInterval(project)
}
}
function happyClients() {
count2++
document.querySelector("#number2").innerHTML = count2
if (count2 == 1000) {
clearInterval(clients)
}
}
function cupsCoffee() {
count3++
document.querySelector("#number3").innerHTML = count3
if (count3 == 100) {
clearInterval(coffee)
}
}
</script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>