-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmysanta.html
530 lines (443 loc) · 25.6 KB
/
mysanta.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>My Santa</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta name="description" content="Kites Foundation | My Santa" />
<meta property="og:title" content="Kites Foundation | My Santa" />
<meta property="og:description"
content="As part of the My Santa project, we had initiated a cake donation programme through home bakers who showed their deep intention of giving. The cake reached the unprivileged as a gift wrapped in happiness and kindness." />
<meta property="og:image" content="https://cdn.kites.foundation/img/mysanta/apple-touch-icon.png" />
<meta property="og:url" content="https://kitesfoundation.org" />
<meta property="og:site_name" content="Kites Foundation | My Santa" />
<meta name="twitter:title" content="Kites Foundation | My Santa" />
<meta name="twitter:description"
content="As part of the My Santa project, we had initiated a cake donation programme through home bakers who showed their deep intention of giving. The cake reached the unprivileged as a gift wrapped in happiness and kindness." />
<meta name="twitter:image" content="https://cdn.kites.foundation/img/mysanta/apple-touch-icon.png" />
<meta name="twitter:card" content="summary" />
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="Kites">
<!-- Favicons -->
<link href="https://cdn.kites.foundation/img/mysanta/favicon.png" rel="icon">
<link href="https://cdn.kites.foundation/img/mysanta/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Montserrat:300,400,500,700"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="voice_assets/vendor/aos/aos.css" rel="stylesheet">
<link href="voice_assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="voice_assets/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="voice_assets/vendor/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="voice_assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="voice_assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="voice_assets/vendor/owl.carousel/voice_assets/owl.carousel.min.css" rel="stylesheet">
<link href="voice_assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="voice_assets/css/style.css" rel="stylesheet">
<style>
.ion-chevron-right {
color: grey;
font-size: 40px;
line-height: 1;
position: absolute;
right: 50px;
/*background-color: black;
border-radius: 50px; */
}
.ion-chevron-left {
color: grey;
font-size: 40px;
line-height: 1;
position: absolute;
left: 50px;
}
/*#team .carousel-control-next-icon, #team .carousel-control-prev-icon {
background: none;
font-size: 32px;
line-height: 1;
position: absolute;
}*/
.carousel-indicators li {
background-color: grey;
}
</style>
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top header-transparent">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-xl-11 d-flex align-items-center">
<!--<h1 class="logo mr-auto"><a href="index.html">BizPage</a></h1>-->
<!-- Uncomment below if you prefer to use an image logo -->
<a href="mysanta.html" class="logo mr-auto"><img
src="https://cdn.kites.foundation/img/mysanta/logo.png" alt="My Santa" class="img-fluid"
style="min-height: 75px;"></a>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#counts">Impact</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#footer">Contact Us</a></li>
</ul>
</nav>
<!-- .nav-menu -->
</div>
</div>
</div>
</header>
<!-- End Header -->
<!-- ======= Intro Section ======= -->
<section id="intro">
<div class="intro-container">
<div id="introCarousel" class="carousel icar slide carousel-fade" data-ride="carousel">
<ol class="carousel-indicators icarin"></ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active"
style="background-image: url(https://cdn.kites.foundation/img/mysanta/cover1.jpg);background-size: cover;">
<div class="carousel-container">
<div class="container">
<h2 class="animate__animated animate__fadeInDown">Hand of Happiness</h2>
<p class="animate__animated animate__fadeInUp">Wheelchair users, affected by mobility
issues, are a group we often tend to forget.Our volunteers hence took a resolve to
visit those affected by disability on the occasion of Christmas at their residence
to share love and happiness.</p>
</div>
</div>
</div>
<div class="carousel-item"
style="background-image: url(https://cdn.kites.foundation/img/mysanta/cover2.jpg);background-size: cover;">
<div class="carousel-container">
<div class="container">
<h2 class="animate__animated animate__fadeInDown">Cake for a sake</h2>
<p class="animate__animated animate__fadeInUp">Cake for a sake is a campaign initiated
by KITES to collect cakes wrapped in love and happiness for the celebrations planned
at the residence of wheelchair users. The campaign specifically encouraged cakes by
homemakers.
</p>
</div>
</div>
</div>
<div class="carousel-item"
style="background-image: url(https://cdn.kites.foundation/img/mysanta/cover3.jpg);background-size: cover;">
<div class="carousel-container">
<div class="container">
<h2 class="animate__animated animate__fadeInDown">Gift with Love</h2>
<p class="animate__animated animate__fadeInUp">We found the most desirable presents, and
wrapped it with utmost love and care to give it away to the dearest ones in need.As
we believe that gifting is also about spending some quality time with our loved
ones, our volunteers did it efficiently by personally reaching out to each of them.
</p>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#introCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon ion-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#introCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon ion-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<!-- End Intro Section -->
<main id="main">
<!-- ======= Featured Services Section Section ======= -->
<section id="featured-services">
<div class="container">
<div class="row">
<div class="col-lg-4 box">
<i class="ion-ios-bookmarks-outline"></i>
<h4 class="title"><a href="">Why?</a></h4>
<p class="description">Christmas is the most wonderful time of the year for many of us, but not
for all. For some of us, this year has turned out to be the most depressing and stressful
one due to the pandemic. Through My Santa, we provide those in need not just a gift box, but
a special Christmas which they would cherish, a Christmas to make them feel special.</p>
</div>
<div class="col-lg-4 box box-bg">
<i class="ion-ios-stopwatch-outline"></i>
<h4 class="title"><a href="">When and Where?</a></h4>
<p class="description">The Project was run during the Christmas season, in order to ensure that
the differently-abled children also find their true joy as others do. Also, volunteers will
have a chance to directly interact with the children to learn more on the values of
acceptance and compassion. It was piloted at MGLC Anandamkudi School near Kuttampuzha.The
next phase of My Santa will begin by December 2021.</p>
</div>
<div class="col-lg-4 box">
<i class="ion-ios-heart-outline"></i>
<h4 class="title"><a href="">Who?</a></h4>
<p class="description">My Santa specifically focused on wheelchair users in the year 2020 as
they experience a complete lockdown in their lives due to immobility.Apart from it we also
found disabled children, orphans or financially less fortunate children to be well deserving
to be part of this initiative.Through My Santa, we aimed at utilizing our togetherness to
spread happiness among the most in need and their families.
</p>
</div>
</div>
</div>
</section>
<!-- End Featured Services Section -->
<!-- ======= About Us Section ======= -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h3>About Us</h3>
<p><i>“If you want others to be happy, practice compassion”</i><br>-Dalai Lama</p>
</header>
<div class="row about-us">
<div class="col-lg-5 align-items-stretch video-box"
style='background-image: url("https://cdn.kites.foundation/img/mysanta/msanta3.jpg");'>
<a href="https://www.youtube.com/watch?v=3PkjylI0BWA" class="venobox play-btn mb-4"
data-vbtype="video" data-autoplay="true"></a>
</div>
<div class="col-lg-7 d-flex flex-column justify-content-center align-items-stretch">
<div class="content">
<p>Wheelchair users, affected by mobility issues, are a group we often tend to forget.Our
volunteers hence took a resolve to visit those affected by disability on the occasion of
Christmas at their residence. My Santa is a project designed specifically for wheelchair
users in our community, to touch their lives with happiness, love and care. The Project
was grandly organised across the state, recalling the importance of cultivating the
values of acceptance and appreciation of everyone in our society. As part of the
project, a few wheelchairs were also distributed among the needful. We are proud to
proclaim that the initiative bloomed smiles on many faces. </p>
</div>
</div>
</div>
<div class="row about-cols">
<div class="col-md-4" data-aos="fade-up" data-aos-delay="100">
<div class="about-col">
<div class="img">
<img src="https://cdn.kites.foundation/img/mysanta/vision.jpg" alt="" class="img-fluid">
<div class="icon"><i class="ion-ios-speedometer-outline"></i></div>
</div>
<h2 class="title"><a href="#">Our Vision</a></h2>
<p>
My Santa is not just a charity project for the KITES family, rather an educating tool to
inculcate compassion in each and every one who takes part in the initiative. We believe
that practicing love, kindness, and compassion for ourselves and others can build
confidence and a sense of coherence, which helps in creating meaningful, caring
relationships that can ultimately increase individual and community resilience and
overall wellbeing.
</p>
</div>
</div>
<div class="col-md-4" data-aos="fade-up" data-aos-delay="200">
<div class="about-col">
<div class="img">
<img src="https://cdn.kites.foundation/img/mysanta/mission.jpg" alt=""
class="img-fluid">
<div class="icon"><i class="ion-ios-list-outline"></i></div>
</div>
<h2 class="title"><a href="#">Our Mission</a></h2>
<p>
Investing quality time with the ones in need of attention especially children suffering
in these less fortunate times, senior citizens and differently abled. This can generate
a feeling in them so much more settled, less stressed, more secure, confident and more
hopeful. Distribution of essential mobility aids and other equipment for people with
disability is also part of the mission.
</p>
</div>
</div>
<div class="col-md-4" data-aos="fade-up" data-aos-delay="300">
<div class="about-col">
<div class="img">
<img src="https://cdn.kites.foundation/img/mysanta/plan.jpg" alt="" class="img-fluid">
<div class="icon"><i class="ion-ios-eye-outline"></i></div>
</div>
<h2 class="title"><a href="#">Our Plan</a></h2>
<p>
My Santa will be organised every year during the Christmas season.The project will
concentrate on different sections of the disabled community every year with continued
focus and attention on them throughout the year.Most deserving beneficiaries are chosen
by the volunteers from the respective districts. Gifts and cake donation campaigns will
be arranged in every district. Mostly cakes from compassionate home bakers are
preferred.Distribution of mobility aid is also organised as part of the project.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- End About Us Section -->
<!-- ======= Counts Section ======= -->
<section id="counts" class="counts section-bg">
<div class="container">
<div class="row justify-content-end">
<div class="col-lg-3 col-md-5 col-6 d-md-flex align-items-md-stretch">
<div class="count-box">
<span data-toggle="counter-up">14</span>
<p>Districts</p>
</div>
</div>
<div class="col-lg-3 col-md-5 col-6 d-md-flex align-items-md-stretch">
<div class="count-box">
<span data-toggle="counter-up">200+</span>
<p>Beneficiaries</p>
</div>
</div>
<div class="col-lg-3 col-md-5 col-6 d-md-flex align-items-md-stretch">
<div class="count-box">
<span data-toggle="counter-up">1000+</span>
<p>Gift Hampers</p>
</div>
</div>
<div class="col-lg-3 col-md-5 col-6 d-md-flex align-items-md-stretch">
<div class="count-box">
<span data-toggle="counter-up">3.5 Lakhs</span>
<p>Worth Mobility Aid</p>
</div>
</div>
</div>
</div>
</section><!-- End Counts Section -->
<!-- ======= Gallery Section ======= -->
<section id="gallery" class="gallery">
<div class="container-fluid">
<header class="section-header wow fadeInUp">
<h3>GALLERY</h3>
</header>
<div class="row no-gutters">
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://cdn.kites.foundation/img/mysanta/msanta1.jpg" class="venobox"
data-gall="gallery-item">
<img src="https://cdn.kites.foundation/img/mysanta/msanta1.jpg" alt=""
class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://cdn.kites.foundation/img/mysanta/msanta4.jpg" class="venobox"
data-gall="gallery-item">
<img src="https://cdn.kites.foundation/img/mysanta/msanta4.jpg" alt=""
class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://cdn.kites.foundation/img/mysanta/msanta5.jpg" class="venobox"
data-gall="gallery-item">
<img src="https://cdn.kites.foundation/img/mysanta/msanta5.jpg" alt=""
class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://cdn.kites.foundation/img/mysanta/msanta3.jpg" class="venobox"
data-gall="gallery-item">
<img src="https://cdn.kites.foundation/img/mysanta/msanta3.jpg" alt=""
class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://cdn.kites.foundation/img/mysanta/msanta6.jpg" class="venobox"
data-gall="gallery-item">
<img src="https://cdn.kites.foundation/img/mysanta/msanta6.jpg" alt=""
class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://cdn.kites.foundation/img/mysanta/msanta2.jpg" class="venobox"
data-gall="gallery-item">
<img src="https://cdn.kites.foundation/img/mysanta/msanta2.jpg" alt=""
class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://cdn.kites.foundation/img/mysanta/msanta7.jpg" class="venobox"
data-gall="gallery-item">
<img src="https://cdn.kites.foundation/img/mysanta/msanta7.jpg" alt=""
class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://cdn.kites.foundation/img/mysanta/msanta8.jpg" class="venobox"
data-gall="gallery-item">
<img src="https://cdn.kites.foundation/img/mysanta/msanta8.jpg" alt=""
class="img-fluid">
</a>
</div>
</div>
</main>
</section><!-- End Gallery Section -->
</main>
<!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-links">
<p>[email protected]</p>
</div>
<div class="col-lg-3 col-md-6 footer-contact">
<p>+91 8138 0009 35</p>
</div>
<div class="col-lg-3 col-md-6 footer-newsletter">
<div class="social-links">
<a href="https://twitter.com/FoundationKites" class="twitter"><i
class="fa fa-twitter"></i></a>
<a href="http://facebook.com/kitesfoundationfb" class="facebook"><i
class="fa fa-facebook"></i></a>
<a href="https://instagram.com/kitesfoundation" class="instagram"><i
class="fa fa-instagram"></i></a>
<a href="https://www.youtube.com/channel/UCoyxzgTZee1t068TJ0o44fg" class="youtube"><i
class="fa fa-youtube"></i></a>
<a href="https://www.linkedin.com/company/kites-foundation" class="linkedin"><i
class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© 2020 <strong>Kites Foundation</strong>. All Rights Reserved
</div>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=BizPage
-->
</div>
</div>
</footer>
<!-- End Footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Uncomment below i you want to use a preloader -->
<!-- <div id="preloader"></div> -->
<!-- Vendor JS Files -->
<script src="voice_assets/vendor/jquery/jquery.min.js"></script>
<script src="voice_assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="voice_assets/vendor/php-email-form/validate.js"></script>
<script src="voice_assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="voice_assets/vendor/counterup/counterup.min.js"></script>
<script src="voice_assets/vendor/aos/aos.js"></script>
<script src="voice_assets/vendor/venobox/venobox.min.js"></script>
<script src="voice_assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="voice_assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="voice_assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<!-- Template Main JS File -->
<script src="voice_assets/js/main.js"></script>
</body>
</html>