-
Notifications
You must be signed in to change notification settings - Fork 1
/
rang.html
705 lines (610 loc) · 30.1 KB
/
rang.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
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>RANG</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta name="description" content="Kites Foundation | RANG" />
<meta property="og:title" content="Kites Foundation | RANG" />
<meta property="og:description"
content="RANG is Kerala’s largest virtual youth festival. Rang will be a celebration of our culture, arts and artists from over a hundred different indigenous art forms within the scope of literature, performing arts and visual arts even amidst such a pandemic" />
<meta property="og:image" content="https://cdn.kitesfoundation.org/img/rang/rang-logo.png" />
<meta property="og:url" content="https://kitesfoundation.org" />
<meta property="og:site_name" content="Kites Foundation | RANG" />
<meta name="twitter:title" content="Kites Foundation | RANG" />
<meta name="twitter:description"
content="RANG is Kerala’s largest virtual youth festival. Rang will be a celebration of our culture, arts and artists from over a hundred different indigenous art forms within the scope of literature, performing arts and visual arts even amidst such a pandemic" />
<meta name="twitter:image" content="https://cdn.kitesfoundation.org/img/rang/rang-logo.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.kitesfoundation.org/img/rang/rang-logo.png" rel="icon">
<link href="https://cdn.kitesfoundation.org/img/rang/rang-logo.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="assets/vendor/owl.carousel/assets/owl.carousel.min.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="rang_assets/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="rang.html" class="logo mr-auto"><img src="https://cdn.kitesfoundation.org/img/rang/logo-rang.png" alt=""
class="img-fluid"></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="#initiatives">Award</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#footer">Contact Us</a></li>
<li class="book-a-table text-center"><a href="https://docs.google.com/forms/d/e/1FAIpQLSetfYY_b6EMPejEQAl7Xk7k_NtX5PRiXrcQw6e44s2iZ9z35g/viewform?usp=sf_link">Rang 2.0 Registration</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.kitesfoundation.org/img/rang/cover/cover2.jpg);background-size: cover;">
<div class="carousel-container">
<div class="container">
<h2 class="animate__animated animate__fadeInDown"><span>Rang - </span>The Virtual
Cultural Fiesta!
</h2>
<p class="animate__animated animate__fadeInUp">
Kerala’s Largest Virtual Youth Festival!
</p>
</div>
</div>
</div>
<div class="carousel-item"
style="background-image: url(https://cdn.kitesfoundation.org/img/rang/cover/cover3.jpg);background-size: cover;">
<div class="carousel-container">
<div class="container">
<h2 class="animate__animated animate__fadeInDown"><span>Rang -</span> Reimagining Art In
The Times of
Crisis!
</h2>
<p class="animate__animated animate__fadeInUp">
In the midst of suffering and loss, art is often born, to heal, to restore & to
sustain human life!
</p>
</div>
</div>
</div>
<div class="carousel-item"
style="background-image: url(https://cdn.kitesfoundation.org/img/rang/cover/cover1.jpg);background-size: cover;">
<div class="carousel-container">
<div class="container">
<h2 class="animate__animated animate__fadeInDown"><span>Rang -</span> Celebration of Our
Culture
</h2>
<p class="animate__animated animate__fadeInUp">
15-Day long cultural fiesta with 150+ events and 1500+ participants from all over
the state.
</p>
</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">
<!-- ======= About Us Section ======= -->
<section id="about">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h3>About Us</h3>
<p><i>“Art washes from the soul the dust of everyday life.”</i>
<br>-Pablo Piccasso</p>
<p>As we rise to the challenge of our new normal life in a global pandemic, art allows us to
communicate from afar, generating positivity, appreciation and hope. This is where we introduce
RANG ,Kerala’s largest virtual youth festival. Rang will be a celebration of our culture, arts
and artists from over a hundred different indigenous art forms within the scope of literature,
performing arts and visual arts even amidst such a pandemic. Rang consists of 160 plus events in
3 different categories, including group events. The first edition of Rang kick started in 2020
with more than 1500 participants from various districts across the state of Kerala. More than 52
volunteers worked for half a month tirelessly to bring this into reality.
</p>
</header>
<div class="panel-footer row ">
<div class="col-lg-2 col-md-2 text-center ">
</div>
<div class="col-lg-4 col-md- text-center ">
<div class="previous guidelines-button">
<a href="https://drive.google.com/file/d/12EFIkFEu1iM5tyoixGxPkCSEYhALA0ze/view?usp=drivesdk" download>
<button type="button" class="btn btn-default btn-lg">
Kites-Rang 2.0 Manual
</button>
</a>
</div>
</div>
<div class="col-lg-4 col-md-4 text-center ">
<div class="previous guidelines-button">
<a href="https://drive.google.com/file/d/12Ud7avH4xTVH8GeIqthKrQOLHYC6hfiU/view?usp=drivesdk" download>
<button type="button" class="btn btn-default btn-lg">
Kites-Rang 2.0 Circular
</button>
</a>
</div>
</div>
<div class="col-lg-2 col-md-2 text-center ">
</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.kitesfoundation.org/img/vibgyormunnar/mission.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>
The pandemic has been the source of an overwhelming sense of uncertainty. Even during
such unfortunate times, creative activities can relieve stress, aid communication, and
help arrest cognitive decline. Rang was conceptualised with a vision of using creative
spaces for healing the community even during such chaotic times.
</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.kitesfoundation.org/img/vibgyormunnar/slide-2.jpg" alt="" class="img-fluid"> -->
<div class="icon"><i class="ion-ios-eye-outline"></i></div>
</div>
<h2 class="title"><a href="#">Our Mission</a></h2>
<p>
Rang potentially aims to build an ideal platform for wide scale healthy competitions by
making use of technology as an enabling tool. It also helps in building an art community
to propagate the concept of art and creativity which in turn add a value in eliminating
the social issues in public. Rang also has a wide perspective to publish and distribute
a digital magazine which showcases the finest products from the fest.</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.kitesfoundation.org/img/vibgyormunnar/plan.jpg" alt="" class="img-fluid"> -->
<div class="icon"><i class="ion-ios-list-outline"></i></div>
</div>
<h2 class="title"><a href="#">Our Plans</a></h2>
<p>
The registration process of RANG was initiated through our online platforms and the
submission of their work where completely digitalised, with live performance for some
events. The results were finalised by the expert judges and jury panel, which were
announced individually for each category along with the overall championship.The last
stage of the programme was the award ceremony which was conducted offline. Apart from
Certificates and Trophies, candidates were awarded with cash prizes for the First and
Second Places.
</p>
</div>
</div>
</div>
</div>
</section><!-- End About Us Section -->
<!-- ======= Services Section ======= -->
<section id="format">
<div class="container webinar" data-aos="fade-up">
<div class="container webinar-details">
<img class="container__image" src="https://cdn.kitesfoundation.org/img/rang/rang (8).jpg">
<div class="container__text text-center">
<p>The events were divided to 8 broad categories as follows
<br>
<ul>
<li>Literary events</li>
<li>Singing events</li>
<li>Oratoray events</li>
<li>Dance events</li>
<li>Artistic events</li>
<li>Digital Events</li>
<li>Other Category events</li>
<li>Group events</li>
</ul>
</p>
</div>
</div>
</div>
</section>
<!----------- Category Section---------- -->
<section id="services" class="services">
<div class="container">
<header class="section-header wow fadeInUp">
<h3>CATEGORY</h3>
</header>
<div class="row category">
<div class="col-lg-4 col-md-6 box" data-aos="fade-up" data-aos-delay="100">
<div class="icon"><i class="ion-ios-paper-outline"></i></div>
<h4 class="title"><a href="">School (8th to 12th)</a></h4>
<p class="description"> A student belonging to the high school or higher secondary level of education is
eligible to participate under this category.</p>
</div>
<div class="col-lg-4 col-md-6 box" data-aos="fade-up" data-aos-delay="200">
<div class="icon"><i class="ion-ios-paper-outline"></i></div>
<h4 class="title"><a href="">Campus (UG and PG)</a></h4>
<p class="description">A full-time student belonging to any university or college currently enrolled in the
undergraduate or postgraduate level of education is eligible to participate under this category.
</p>
</div>
<div class="col-lg-4 col-md-6 box" data-aos="fade-up" data-aos-delay="300">
<div class="icon"><i class="ion-ios-paper-outline"></i></div>
<h4 class="title"><a href="">Senior</a></h4>
<p class="description">Anyone below the age of 40 who do not belong to the above-mentioned categories
including working professionals and Phd scholars can participate under this category.</p>
</div>
</div>
</div>
</section><!-- End Category Section -->
<section>
<div class="row video-section">
<div class="col-lg-6 video-box">
<iframe width="420" height="315"
src="https://www.youtube.com/embed/RpL-x457hA4">
</iframe>
</div>
<div class="col-lg-6 video-box">
<iframe width="420" height="315"
src="https://www.youtube.com/embed/jGwlNgs1k-0">
</iframe>
</div>
</div>
</section>
<!-- ======= Events Section ======= -->
<section id="initiatives" class="events">
<div class="container">
<header class="events-header wow fadeInUp">
<h3>AWARD CEREMONY</h3>
</header>
<div class="owl-carousel events-carousel">
<div class="row event-item">
<div class="col-lg-6">
<img src="https://cdn.kitesfoundation.org/img/rang/district/thrissur.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content">
<h3>Rang - Thrissur</h3>
<p class="font-italic">
Organized at St' Joseph's College, Irinjalakkuda
</p>
<ul>
<li><i class="icofont-check-circled"></i>The award ceremony was inaugurated by Prof. K. U Arunan,
Honourable MLA, Irinjalakkuda Constituency.
</li>
<li><i class="icofont-check-circled"></i>In the presence of other guests of honour, Ms. Anagha Ajith
(Actress), Mr. Guinness Sudheer (Guinness Record for singing 110 hours continuously), Kumari Drishya P
S (Singer).</li>
</ul>
</div>
</div>
<div class="row event-item">
<div class="col-lg-6">
<img src="https://cdn.kitesfoundation.org/img/rang/district/ernakulam.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content">
<h3>Rang - Ernakulam</h3>
<p class="font-italic">
Organized at Kerala Technology Innovation Zone, KSUM, Kalamassery
</p>
<ul>
<li><i class="icofont-check-circled"></i>The award ceremony was inaugurated by Jyothis Mohan IRS, Deputy
Commissioner - Income Tax, Kochi.
</li>
<li><i class="icofont-check-circled"></i>In the presence of the other guests of honour, Ms. Anagha Maria
Varghese (Artist, Karikku fame) and Ms. Vidhya Vijaykumar (Artist, Karikku fame).</li>
</ul>
</div>
</div>
<div class="row event-item">
<div class="col-lg-6">
<img src="https://cdn.kitesfoundation.org/img/rang/district/tvpm.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content">
<h3>Rang - Thiruvananthapuram</h3>
<p class="font-italic">
Organized at FAYA, Technopark, Trivandrum.</p>
<ul>
<li><i class="icofont-check-circled"></i>The award ceremony was inaugurated by Sri. Deepu S Nath,
Managing Director, FAYA Corporation
</li>
<li><i class="icofont-check-circled"></i>In the presence of other guests of honour, Dr. Nanda P S
(Founder and Director, Pink Heart), Sri. Nowfal N (Speak for India 2017 Winner)</li>
</ul>
</div>
</div>
<div class="row event-item">
<div class="col-lg-6">
<img src="https://cdn.kitesfoundation.org/img/rang/rang (8).jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content">
<h3>Rang - Kottayam</h3>
<p class="font-italic">
Organized at KPSTU Auditorium, Logos Jn, Kottayam.
</p>
<ul>
<li><i class="icofont-check-circled"></i>The award ceremony was inaugurated by Shri. Thiruvanchoor
Radhakrishnan, Honourable MLA of Kottayam Assembly
</li>
<li><i class="icofont-check-circled"></i>In the presence of the other guests of honour, Dr Vazhoor S
Binu, MD of Master Musics and Kalarenjini School of Music, and Akhil Narayanan, Founder and Animation
Director at Aishkhi Studio</li>
</ul>
</div>
</div>
<div class="row event-item">
<div class="col-lg-6">
<img src="https://cdn.kitesfoundation.org/img/rang/district/palakkad.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content">
<h3>Rang - Palakkad</h3>
<p class="font-italic">
organized at District Public Library, Palakkad.
</p>
<ul>
<li><i class="icofont-check-circled"></i>The award ceremony was inaugurated by Sri. Shajil Kumar, Senior
Sub Editor, Malayala Manorama, Palakkad.
</li>
<li><i class="icofont-check-circled"></i>The occasion was honoured with eminent guests and all the
awards were distributed to the young talents.</li>
</ul>
</div>
</div>
<div class="row event-item">
<div class="col-lg-6">
<img src="https://cdn.kitesfoundation.org/img/rang/district/kannur.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content">
<h3>Rang - Kannur and Kasargod</h3>
<p class="font-italic">
Organized at Peeyens College, Cherupuzha, Kannur.
</p>
<ul>
<li><i class="icofont-check-circled"></i>The award ceremony was inaugurated by Sri. Prapoil Narayanan,
Founder, Peeyens College, Cherupuzha, Kannur
</li>
<li><i class="icofont-check-circled"></i>The occasion was honoured with eminent guests and all the
awards were distributed to the young talents.</li>
</ul>
</div>
</div>
<div class="row event-item">
<div class="col-lg-6">
<img src="https://cdn.kitesfoundation.org/img/rang/district/kollam.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content">
<h3>Rang-Pathnamthitta and Kollam</h3>
<p class="font-italic">
Organised at TKM College of Engineering, Karikode, Kollam.
</p>
<ul>
<li><i class="icofont-check-circled"></i>The award ceremony was inaugurated by Sri. Sujesh Hari,
Lyricist, Kerala State Film Award Winner.
</li>
<li><i class="icofont-check-circled"></i>In the presence of other guests of honour, Sri. K V Jyothilal
(Artist, Sculptor and Writer), Kumari Anamiya R S (Kerala Film Critics Award Winner), Miss. Mumthas S
(Speaker at National Youth Parliament 2021)</li>
</ul>
</div>
</div>
<div class="row event-item">
<div class="col-lg-6">
<img src="https://cdn.kitesfoundation.org/img/rang/district/alapuzha.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content">
<h3>Rang - Alappuzha</h3>
<p class="font-italic">
Organized at Kalavoor Service Cooperative Bank, Kalavoor, Alappuzha.
</p>
<ul>
<li><i class="icofont-check-circled"></i>The award ceremony was inaugurated by Shri. A.M Ariff,
Honourable MP of Alappuzha Constituency
</li>
<li><i class="icofont-check-circled"></i>In the presence of other guests of honour, Nileen Sandra (Actor
and Writer) Hafiz Sajeev (Founder and CEO, Thrikkannan Originals) Ajith P Ashokan(Dancer) and Arjun
Sundaresan(Youtuber).
</li>
</ul>
</div>
</div>
<div class="row event-item">
<div class="col-lg-6">
<img src="https://cdn.kitesfoundation.org/img/rang/district/malappuram.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content">
<h3>Rang - Malappuram & Kozhikode </h3>
<p class="font-italic">
Organized at Edarikode, Service Cooperative Bank, Edarikode, Malappuram.
</p>
<ul>
<li><i class="icofont-check-circled"></i>The award ceremony was inaugurated by Adv. V. S Sunil Kumar,
Honourable Agriculture Minister, Kerala.
</li>
<li><i class="icofont-check-circled"></i>In the presence of other guests of honour, Veerankutty (Poet),
Niyog Krishna (Traveller).
</li>
</ul>
</div>
</div>
</div>
</div>
</section><!-- End Events 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.kitesfoundation.org/img/rang/rang (3).jpg" class="venobox" data-gall="gallery-item">
<img src="https://cdn.kitesfoundation.org/img/rang/rang (3).jpg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://cdn.kitesfoundation.org/img/rang/rang (4).jpg" class="venobox" data-gall="gallery-item">
<img src="https://cdn.kitesfoundation.org/img/rang/rang (4).jpg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://cdn.kitesfoundation.org/img/rang/rang (12).jpg" class="venobox" data-gall="gallery-item">
<img src="https://cdn.kitesfoundation.org/img/rang/rang (12).jpg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://cdn.kitesfoundation.org/img/rang/rang (15).jpg" class="venobox" data-gall="gallery-item">
<img src="https://cdn.kitesfoundation.org/img/rang/rang (15).jpg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://cdn.kitesfoundation.org/img/rang/rang (11).jpg" class="venobox" data-gall="gallery-item">
<img src="https://cdn.kitesfoundation.org/img/rang/rang (11).jpg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://cdn.kitesfoundation.org/img/rang/rang (10).jpg" class="venobox" data-gall="gallery-item">
<img src="https://cdn.kitesfoundation.org/img/rang/rang (10).jpg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://cdn.kitesfoundation.org/img/rang/rang (8).jpg" class="venobox" data-gall="gallery-item">
<img src="https://cdn.kitesfoundation.org/img/rang/rang (8).jpg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="gallery-item">
<a href="https://cdn.kitesfoundation.org/img/rang/rang (2).jpg" class="venobox" data-gall="gallery-item">
<img src="https://cdn.kitesfoundation.org/img/rang/rang (2).jpg" alt="" class="img-fluid">
</a>
</div>
</div>
</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>kitesfoundation.org</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="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.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>