-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
551 lines (465 loc) · 17.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
<!doctype html>
<html lang="en">
<head>
<style>
h1{
font-size: 30px;
color: #fff;
text-transform: uppercase;
font-weight: 300;
text-align: center;
margin-bottom: 15px;
}
table{
width:100%;
table-layout: fixed;
}
.tbl-header{
background-color: rgba(255,255,455,0.2);
}
.tbl-content{
height:300px;
overflow-x:auto;
margin-top: 0px;
border: 1px solid rgba(255,255,255,0.3);
}
th{
padding: 20px 15px;
text-align: left;
font-weight: 500;
font-size: 12px;
color: #fff;
text-transform: uppercase;
}
td{
padding: 15px;
text-align: left;
vertical-align:middle;
font-weight: 300;
font-size: 12px;
color: #fff;
border-bottom: solid 1px rgba(255,255,255,0.1);
}
/* demo styles */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,700);
body{
background: -webkit-linear-gradient(left, #25c481, #25b7c4);
background: linear-gradient(to right, #25c481, #25b7c4);
font-family: 'Roboto', sans-serif;
}
section{
margin: 0px;
}
.made-with-love {
margin-top: 40px;
padding: 10px;
clear: left;
text-align: center;
font-size: 10px;
font-family: arial;
color: #fff;
}
::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.slideshowContainer {
position: relative;
overflow: hidden;
margin: 50px 0 75px;
width: 100%;
height: 500px;
}
.imageSlides {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
min-width: 100%;
min-height: 100%;
opacity: 0;
transition: opacity 1s ease-in-out;
z-index: -1;
}
.visible {
opacity: 1;
}
.slideshowArrow {
font-size: 7em;
color: rgba(255, 255, 255, 0.5);
cursor: pointer;
transition: opacity 0.2s ease-in-out;
}
.slideshowArrow:hover {
opacity: 0.75;
}
#leftArrow {
position: absolute;
left: 4%;
top: 50%;
transform: translate(-50%, -50%);
}
#rightArrow {
position: absolute;
right: 4%;
top: 50%;
transform: translate(50%, -50%);
}
.slideshowCircles {
position: absolute;
bottom: 2%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.circle {
display: inline-block;
margin-left: 3px;
margin-right: 3px;
width: 15px;
height: 15px;
border-radius: 50%;
border: solid 2px rgba(255, 255, 255, 0.5);
transition: 1s ease-in-out;
}
.dot {
background-color: rgba(255, 255, 255, 0.7);
border: solid 2px rgba(255, 255, 255, 0.5);
}
</style>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="img/favicon.png" type="image/png">
<title>Statistics</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="vendors/linericon/style.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="vendors/owl-carousel/owl.carousel.min.css">
<link rel="stylesheet" href="vendors/lightbox/simpleLightbox.css">
<link rel="stylesheet" href="vendors/nice-select/css/nice-select.css">
<link rel="stylesheet" href="vendors/animate-css/animate.css">
<link rel="stylesheet" href="vendors/popup/magnific-popup.css">
<!-- main css -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body>
<header class="header_area">
<div class="main_menu">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container box_1620">
<!-- Brand and toggle get grouped for better mobile display -->
<h1 class="heading" style="color: white; text-align: center;"><strong><center>Kaushalya Foundation</center></strong></h1><br>
<h3>Together we can</h3>
<br><h2 style="color: yellow;">SAVE LIVES</h2>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<!-- <span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span> -->
</button>
<div>
</div>
</nav>
</div>
</header>
<section class="banner_area">
<div class="box_1620">
<div class="banner_inner d-flex align-items-center">
<div class="container">
<div class="banner_content text-center">
<h2>Covid-19 Relief Work Outreach and Outlay</h2>
<div class="page_link">
</div>
</div>
</div>
</div>
</div>
</section>
<div class="whole-wrap">
<div class="container">
<div style="padding: 25px 0px;" class="section-top-border">
<h3 class="mb-40 title_color"></h3>
<div class="row">
<div class="col-md-3">
<img src="img/elements/d.jpg" alt="" class="img-fluid">
</div>
<div class="col-md-9 mt-sm-20 left-align-p">
<p>As the coronavirus pandemic grips countries across the world, it has disrupted lives and is challenging the survival and well-being of human beings especially of the marginalised people. Amidst the protective measures and lock-down due to COVID-19, the migrant labourers, daily wagers and their families are struggling to meet their daily needs. Thousands of them sleep on road or in temporary shelters without much information about the ongoing crisis and with high probability of being exposed to it. They face dual risks of contracting this infectious disease and the loss of income and hence food. In response to this, KAUSHALYA Foundation is working to support them by providing food supplies, safety and hygiene materials and sharing information about COVID-19 and the preventive measures in Patna and other affected places in Bihar.</p>
</div>
</div>
</div>
<div style="padding: 15px 0px;" class="section-top-border text-right">
<h3 class="mb-30 title_color"></h3>
<div class="row">
<div class="col-md-9">
<p class="text-right">While we work with the most affected communities, it’s essential to ensure the safety of the team members and volunteers as well. Hence, a portion of funds raised would also be used for their training and other protective measures.
We urge you to come together as human and together we put our best foot forward. Let us pool our resources to share the most basic necessities of life with our fellow humans during this extraordinary moment of crisis.
A short description of our plan of action includes :
<li> Provide food supplies to the most vulnerable and marginalised section of society</li>
<li> Arrange and distribute safety and hygiene materials for the most vulnerable groups</li>
<li> Awareness drive and information sharing</li></p>
</div>
<div class="col-md-3">
<img src="img/elements/d1.jpg" alt="" class="img-fluid">
</div>
</div>
</div>
<div class="section-top-border">
<h2 class="mb-30 title_color">Building on the work so far</h2>
<div class="row">
<div class="col-lg-12">
<blockquote class="generic-blockquote"><h3>The KF team has identified MHM (Mestrual Hygiene Management), as one added crisis for women and girls during this period</h3><br><h3>In addition to the ongoing relief work, by May 15th, KF aims to :</h3><br>
<h4>
<ul><li>Reach out to 1.5 lakh more people with food supplies(cooked and dry ration)</li>
<li>20,000 households with masks, bathing soaps and detergent</li>
<li>20,000 women and girls with sanitary pads</li>
<li>Continue its awareness more intensively as the lockdown eases out</li></ul>
</h4>
</blockquote>
</div>
</div>
</div>
<section>
<!--for demo wrap-->
<h1>Statistics</h1>
<div class="tbl-header">
<table cellpadding="0" cellspacing="0" border="0">
<thead>
<tr>
<h2>
<th><h4>Items</h4></th>
<th><h4>No. of People Served</h4></th>
<th><h4>Start Date</h4></th>
<th style="margin: 10px;"><h4 style="size: 5;">Area</h4></th>
<th><h4>Cost<br>(in INR)</h4></th>
</h2>
</tr>
</thead>
</table>
</div>
<div class="tbl-content">
<table cellpadding="0" cellspacing="0" border="0">
<tbody>
<tr>
<td>AAC</td>
<td>CHINESE COMPANY </td>
<td>$1.38</td>
<td>+2.01</td>
<td>-0.36%</td>
</tr>
<tr>
<td>XXD</td>
<td>ADITYA BIRLA</td>
<td>$1.02</td>
<td>-1.01</td>
<td>+2.36%</td>
</tr>
<tr>
<td>AAC</td>
<td>INDIAN COMPANY </td>
<td>$1.38</td>
<td>+2.01</td>
<td>-0.36%</td>
</tr>
<tr>
<td>AAD</td>
<td>CISCO WEBEX</td>
<td>$2.38</td>
<td>-0.01</td>
<td>-1.36%</td>
</tr>
<tr>
<td>XXD</td>
<td>ADITYA BIRLA</td>
<td>$1.02</td>
<td>-1.01</td>
<td>+2.36%</td>
</tr>
<tr>
<td>AAC</td>
<td>AUSTRALIAN COMPANY </td>
<td>$1.38</td>
<td>+2.01</td>
<td>-0.36%</td>
</tr>
<tr>
<td>AAD</td>
<td>MICROSOFT</td>
<td>$2.38</td>
<td>-0.01</td>
<td>-1.36%</td>
</tr>
<tr>
<td>AAD</td>
<td>PEPSICO</td>
<td>$2.38</td>
<td>-0.01</td>
<td>-1.36%</td>
</tr>
</tbody>
</table>
</div>
</section>
<div class="slideshowContainer">
<!-- Replace the image 'src' with the images in your project.
Javascript is set up so that you can add as many images as you like, but make sure that you match the number of 'circle' span elements (below) to the number of images -->
<img class="imageSlides" src=./3.jpg>
<img class="imageSlides" src=./1.jpg>
<img class="imageSlides" src=./2.jpg>
<!-- I would recommend to replace these 'span' elements with 'img' files
for each the left and right arrow that fits your project, and size accordingly.
I've shown 'span' elements because I didn't want to upload files. -->
<span id ="leftArrow" class="slideshowArrow">‹</span>
<span id ="rightArrow" class="slideshowArrow">›</span>
<div class="slideshowCircles">
<!-- Filled 'dot' class is set to first image in slideshow, and then via Javascript the filled 'dot' class follows the current image.
Make sure you match the number of these 'circle' span elements to the number of images in your slideshow. -->
<span class="circle dot"></span>
<span class="circle"></span>
<span class="circle"></span>
</div>
</div>
</div>
</div>
<footer class="footer_area p_120">
<div class="container">
<div class="row footer_inner">
<div class="col-lg-5 col-sm-6">
<aside class="f_widget ab_widget">
<div class="f_title">
<h3>About Us</h3>
</div>
<p>KAUSHALYA Foundation (KF) is a non-government, non-profit organization aimed at achieving socio-economic empowerment of the rural and urban poor and underprivileged as well as developing youth of the state.</p>
<p><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | Kaushalya Foundation
</aside>
</div>
<div class="col-lg-5 col-sm-6">
<aside class="f_widget news_widget">
<div class="f_title">
<h1 style="color: white;" >Kaushalya Foundation</h1>
</div>
<p><h3>32, Awaas, East Boring Canal Road, Patna, Bihar <br>Phone: +91 8864000132 </h3></p>
</aside>
</div>
<div class="col-lg-2">
<aside class="f_widget social_widget">
<div class="f_title">
<h3>Like Us on Social Media</h3>
</div>
<p>Let us be social</p>
<ul class="list">
<li><a href="https://www.facebook.com/plugins/error/confirm/like?iframe_referer=https%3A%2F%2Fwww.kaushalyafoundation.org%2F&kid_directed_site=false&secure=true&plugin=like&return_params=%7B%22href%22%3A%22https%3A%2F%2Fwww.facebook.com%2Fkaushalyafoundation%22%2C%22width%22%3A%22122%22%2C%22layout%22%3A%22button_count%22%2C%22action%22%3A%22like%22%2C%22size%22%3A%22small%22%2C%22show_faces%22%3A%22false%22%2C%22share%22%3A%22true%22%2C%22height%22%3A%2246%22%2C%22appId%22%3A%22432280337142243%22%2C%22ret%22%3A%22sentry%22%2C%22act%22%3A%22like%22%7D"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/intent/follow?original_referer=https%3A%2F%2Fwww.kaushalyafoundation.org%2F&ref_src=twsrc%5Etfw&screen_name=kf_india&tw_p=followbutton"><i class="fa fa-twitter"></i></a></li>
</ul>
</aside>
</div>
</div>
</div>
</footer>
<!--================End Footer Area =================-->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/popper.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/stellar.js"></script>
<script src="vendors/lightbox/simpleLightbox.min.js"></script>
<script src="vendors/nice-select/js/jquery.nice-select.min.js"></script>
<script src="vendors/isotope/imagesloaded.pkgd.min.js"></script>
<script src="vendors/isotope/isotope.pkgd.min.js"></script>
<script src="vendors/owl-carousel/owl.carousel.min.js"></script>
<script src="vendors/popup/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="vendors/counter-up/jquery.waypoints.min.js"></script>
<script src="vendors/counter-up/jquery.counterup.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/theme.js"></script>
<script>
// '.tbl-content' consumed little space for vertical scrollbar, scrollbar width depend on browser/os/platfrom. Here calculate the scollbar width .
$(window).on("load resize ", function() {
var scrollWidth = $('.tbl-content').width() - $('.tbl-content table').width();
$('.tbl-header').css({'padding-right':scrollWidth});
}).resize();
// IMAGE SLIDES & CIRCLES ARRAYS, & COUNTER
var imageSlides = document.getElementsByClassName('imageSlides');
var circles = document.getElementsByClassName('circle');
var leftArrow = document.getElementById('leftArrow');
var rightArrow = document.getElementById('rightArrow');
var counter = 0;
// HIDE ALL IMAGES FUNCTION
function hideImages() {
for (var i = 0; i < imageSlides.length; i++) {
imageSlides[i].classList.remove('visible');
}
}
// REMOVE ALL DOTS FUNCTION
function removeDots() {
for (var i = 0; i < imageSlides.length; i++) {
circles[i].classList.remove('dot');
}
}
// SINGLE IMAGE LOOP/CIRCLES FUNCTION
function imageLoop() {
var currentImage = imageSlides[counter];
var currentDot = circles[counter];
currentImage.classList.add('visible');
removeDots();
currentDot.classList.add('dot');
counter++;
}
// LEFT & RIGHT ARROW FUNCTION & CLICK EVENT LISTENERS
function arrowClick(e) {
var target = e.target;
if (target == leftArrow) {
clearInterval(imageSlideshowInterval);
hideImages();
removeDots();
if (counter == 1) {
counter = (imageSlides.length - 1);
imageLoop();
imageSlideshowInterval = setInterval(slideshow, 10000);
} else {
counter--;
counter--;
imageLoop();
imageSlideshowInterval = setInterval(slideshow, 10000);
}
}
else if (target == rightArrow) {
clearInterval(imageSlideshowInterval);
hideImages();
removeDots();
if (counter == imageSlides.length) {
counter = 0;
imageLoop();
imageSlideshowInterval = setInterval(slideshow, 10000);
} else {
imageLoop();
imageSlideshowInterval = setInterval(slideshow, 10000);
}
}
}
leftArrow.addEventListener('click', arrowClick);
rightArrow.addEventListener('click', arrowClick);
function slideshow() {
if (counter < imageSlides.length) {
imageLoop();
} else {
counter = 0;
hideImages();
imageLoop();
}
}
setTimeout(slideshow, 1000);
var imageSlideshowInterval = setInterval(slideshow, 10000);
</script>
</body>
</html>