-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
672 lines (595 loc) · 32.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
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="">
<!--<![endif]-->
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-136015323-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-136015323-1');
</script>
<meta content="#000000" name="theme-color">
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1"> <!--just changed -->
<title>BFIKF '19</title>
<link href="assets/images/favicon1.ico" rel="shortcut icon">
<meta content="" name="description">
<meta content="width=device-width, initial-scale=1" name="viewport">
<!-- <link href="apple-touch-icon.png" rel="apple-touch-icon"> -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- <link rel="stylesheet" href="assets/css/bootstrap-theme.min.css">-->
<!--For Plugins external css-->
<link href="assets/css/plugins.css" rel="stylesheet">
<link href="assets/css/nexa-web-font.css" rel="stylesheet">
<link href="assets/css/opensans-web-font.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link href="assets/css/font.css" rel="stylesheet"><!--Theme custom css -->
<link href="assets/css/style.css" rel="stylesheet"><!--Theme Responsive css-->
<link href="assets/css/responsive.css" rel="stylesheet">
<script src="assets/js/vendor/modernizr-2.8.3-respond-1.4.2.min.js">
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class='preloader'>
<div class='loaded'>
</div>
</div>
<div>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button aria-expanded="false" class="navbar-toggle collapsed" data-target="#bs-example-navbar-collapse-1"
data-toggle="collapse" id="collapser" type="button"><span></span> <span></span> <span></span> <span></span>
<span></span> <span></span></button> <a class="navbar-brand" href="#" rel="home"><img alt="Logo Image" id=
"logoH2O" src="assets/images/Logo Small (copy).jpg"></a>
</div><!-- Collect the nav links, forms, and other content for toggling -->
<div class="menu collapse navbar-collapse" id="bs-example-navbar-collapse-1" style=
"border-color: black; max-height: unset; height: 1px;">
<ul class="nav navbar-nav navbar-right">
<li>
<a class="at" href="#location">Venue</a>
</li>
<!--<li>
<a class="at" href="#speakers">Speakers</a>
</li>
<li>
<a class="at" href="#schedule">Schedule</a>
</li> -->
<li>
<a class="at" href="sponsors.html">Partners</a>
</li>
<li>
<a class="at" href="media.html">bfikf'18</a>
</li>
<!-- <li>
<a class="at" data-target="#regmodal" data-toggle="modal" href="#" id="Regspn"><span id="regSpan" style=
"color: white;">Register</span></a>
</li> -->
<li>
<a class="at" href="donate.html">Donate</a>
</li>
<li>
<a class="at" href="register.html"><span id="regSpan" style=
"color: white;">Register</span></a>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav><!-- <div>
<nav class="navbar navbar-default navbar-fixed-bottom">
<div class="container">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-3"></div>
<div class="col-md-3 col-sm-6">
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1" style="border-color: black;">
<ul class="nav navbar-nav">
<li class="active" type="button" data-toggle="modal" data-target=".bs-example-modal-lg" style="color: white;"><a>Register</a></p></li>
</ul>
</div>
</div>
<div class="col-md-3"></div>
</div>
</div>
</nav>
</div>-->
<!--<img src="assets/images/cet.png" alt="Logo Image" style="z-index: 9999;position: absolute;overflow: hidden;height: 75px;/* max-height: -webkit-fill-available; */padding-top: 15px;padding-left: 15px;"/>
</div>-->
<!--Home page style-->
<header class="home blur" id="home">
<div class="sections" >
<div class="container">
<div class="row">
<div class="wrapper">
<div class="col-md-6 col-md-offset-3">
<div class="home-details text-center">
<div class="logo">
<!--img alt="Logo Image" src="assets/images/logo.png" style="width:2000px;height:600px;"-->
</div>
<div class="scroll-down" id="firstScroll">
<a href="#about"><i class="fa fa-angle-double-down bounce"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header><!-- ABOUT EVENT HERE-->
<section class="about sections blur " id="about">
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="blacktext">
<div class="col-md-12">
<div class="heading about-content">
<h3 align="center">ABOUT BFIKF '19</h3>
</div>
<p><!--font color="#12ae2b" ></font--><b>The Barrier Free International Kite Festival (BFIKF)</b> was kick started by Helping Hands Organisation (H2O), in an attempt to make public spaces and celebrations, differently- abled friendly. With this in mind, the first BFIKF was hosted in 2018 at Kovalam, with a host of professional National and International Flyers, imminent members of various industries, diffabled leaders and change makers, and over 300 differently abled children and adults.This, to us, was no less than a success story, and so this year again, we are back with BFIKF 2019 at Kovalam (Thiruvananthapuram) and Muzhappilangad drive-in beach (Kannur), on the 27 & 28 of April and the 4 & 5 of May.</p>
<p>Join us as we fly to break barriers at the BFIKF 2019 - the only diffabled friendly kite fest in India - to remind ourselves that each one of us is <font color="#12ae2b"> #AsDifferentAsYou</font></p><br>
</div>
</div>
</div>
</div><!-- /container -->
</section><!--THEME HERE-->
<section class="portfolio blur" id="theme">
<div class="overlay sections">
<div class="container">
<div class="heading text-center">
<div class="title">
<h3>#AsDifferentAsYou</h3>
</div>
</div><!-- Example row of columns -->
<div class="row">
<div class="yui">
<p>Kite Flying is all about the beauty of watching different hues finding wings to adorn the skies. And just like no two colours are ever the same, every person is as different, and as beautiful as the other. This year's theme at the BFIKF 2019 is in tandem with what every diffabled child and individual wants us to know - that they are #AsDifferentAsYou. You and I are different, but as long as we are together, we are equals - and together we can fly to break barriers. Just as the kites will speak to each other dancing with the wind, at BFIKF 2019, we hope that the fest will also remind us that we are as different, and as similar, as our diffabled beneficiaries...</p><br/>
</div>
</div>
</div><!-- /container -->
</div>
</section><!--LOCATION HERE-->
<section class="about sections blur " id="location">
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="wrapper">
<h3 align="center">VENUES</h3>
<br/><br/>
<div class="col-md-6">
<div class="heading about-content">
<div id="map" style="height:100%;width:100%;background-color:black;"><a href="https://maps.app.goo.gl/XNgT4"><img src="assets/images/beach.jpg" style="height:100%;width:100%;"></a></div>
<!--<p>.</p> -->
</div>
</div>
<div class="col-md-6">
<div class="heading about-content">
<br/><br/>
<h4 ><a style="color:darkslategray;" href="https://maps.app.goo.gl/XNgT4"> KOVALAM BEACH</a></h4>
<h5>TRIVANDRUM</h5>
<h3>27,28 APRIL, 2019</h3>
<br/>
<a href="register.html" class="at"><span id="regSpan" style="color: white;">REGISTER</span></a>
</div>
</div>
</div>
</div>
</div><!-- /container -->
</section><!--LOCATION HERE-->
<section class="about sections blur " id="location">
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="wrapper">
<!--<h3 align="center">VENUE</h3> -->
<div class="col-md-6">
<div class="heading about-content">
<div id="map" style="height:100%;width:100%;background-color:black;"><a href="https://maps.google.com/?cid=17114840219066535979"><img src="assets/images/kannur.jpg" style="height:100%;width:100%;"></a></div>
<!--<p>.</p> -->
</div>
</div>
<div class="col-md-6">
<div class="heading about-content">
<br/><br/>
<h4 ><a style="color:darkslategray;" href="https://maps.google.com/?cid=17114840219066535979"> MUZHAPPILANGAD DRIVE-IN BEACH</a></h4>
<h5>KANNUR</h5>
<h3>4,5 May 2019</h3>
<br/>
<a href="register.html" class="at"><span id="regSpan" style="color: white;">REGISTER</span></a>
</div>
</div>
</div>
</div>
</div><!-- /container -->
<section class="about sections blur " id="location">
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="wrapper">
<h3 align="center">SATELLITE EVENTS</h3>
<br/><br/>
<div class="col-md-6">
<div class="heading about-content">
<div id="map" style="height:100%;width:100%;background-color:black;"><a href="https://goo.gl/maps/28xmAby46XH2"><img src="assets/images/kochi.jpg" style="height:100%;width:100%;"></a></div>
<!--<p>.</p> -->
</div>
</div>
<div class="col-md-6">
<div class="heading about-content">
<br/><br/>
<h4 ><a style="color:darkslategray;" href="https://goo.gl/maps/o8VjLis1zWB2"> CHERAI BEACH</a></h4>
<h5>ERNAKULAM</h5>
<h3>30 APRIL, 1 MAY 2019</h3>
<br/>
<a href="register.html" class="at"><span id="regSpan" style="color: white;">REGISTER</span></a>
</div>
</div>
</div>
</div>
</div><!-- /container -->
</section><!--LOCATION HERE-->
<section class="about sections blur " id="location">
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="wrapper">
<!--<h3 align="center">VENUE</h3> -->
<div class="col-md-6">
<div class="heading about-content">
<div id="map" style="height:100%;width:100%;background-color:black;"><a href="https://goo.gl/maps/4JYENpFYnFL2"><img src="assets/images/kozhikode.jpg" style="height:100%;width:100%;"></a></div>
<!--<p>.</p> -->
</div>
</div>
<div class="col-md-6">
<div class="heading about-content">
<br/><br/>
<h4 ><a style="color:darkslategray;" href="https://goo.gl/maps/4JYENpFYnFL2"> KOZHIKODE BEACH</a></h4>
<h5>KOZHIKODE</h5>
<h3>2 May 2019</h3>
<br/>
<a href="register.html" class="at"><span id="regSpan" style="color: white;">REGISTER</span></a>
</div>
</div>
</div>
</div>
</div><!-- /container -->
</section><!-- SPEAKERS HERE -->
<section class="portfolio blur" id="speakers">
<div class="overlay1 sections">
<div class="container">
<div class="heading text-center">
<div class="title">
<h3>SPEAKERS</h3>
</div>
</div><!-- Example row of columns -->
<div class="row">
<div class="portfolio-wrapper">
<div class="portfolio-item">
<div class="portfolio-details" data-target="#odal1" data-toggle="modal">
<div class="speaker-wrap">
<img alt="SPEAKER" title="speaker" id="speakerIMG" src="assets/images/speakers/nipun.jpeg">
<!--src="assets/images/speakers/speaker.jpg" onmouseover="hover(this);" onmouseout="unhover(this);"-->
<p class="img__description">NIPUN MALHOTRA</p>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="portfolio-details" data-target="#odal2" data-toggle="modal">
<div class="speaker-wrap">
<img alt="SPEAKER" title="speaker" id="speakerIMG" src="assets/images/speakers/anjalee.jpeg">
<!--src="assets/images/speakers/speaker.jpg" onmouseover="hover(this);" onmouseout="unhover(this);"-->
<p class="img__description">ANJLEE AGARWAL</p>
</div>
</div>
</div>
<!--
<div class="portfolio-item">
<div class="portfolio-details" data-target="#odal3" data-toggle="modal">
<div class="speaker-wrap">
<img alt="SPEAKER" title="speaker" id="speakerIMG" src="assets/images/speakers/xa.png">
<p class="img__description">COMING SOON</p>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="portfolio-details" data-target="#odal4" data-toggle="modal">
<div class="speaker-wrap">
<img alt="SPEAKER" title="speaker" id="speakerIMG" src="assets/images/speakers/xa.png">
<p class="img__description">COMING SOON</p>
</div>
</div>
</div> -->
<!--
<div class="portfolio-item">
<div class="portfolio-details" data-target="#" data-toggle="modal">
<div class="speaker-wrap">
<img alt="SPEAKER" title="speaker" id="speakerIMG" src="assets/images/speakers/xa.png">
<p class="img__description">COMING SOON</p>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="portfolio-details" data-target="#" data-toggle="modal">
<div class="speaker-wrap">
<img alt="SPEAKER" title="speaker" id="speakerIMG" src="assets/images/speakers/xa.png">
<p class="img__description">COMING SOON</p>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="portfolio-details" data-target="#" data-toggle="modal">
<div class="speaker-wrap">
<img alt="SPEAKER" title="speaker" id="speakerIMG" src="assets/images/speakers/xa.png">
<p class="img__description">COMING SOON</p>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="portfolio-details" data-target="#" data-toggle="modal">
<div class="speaker-wrap">
<img alt="SPEAKER" title="speaker" id="speakerIMG" src="assets/images/speakers/xa.png">
<p class="img__description">COMING SOON</p>
</div>
</div>
</div> -->
</div>
</div>
</div><!-- /container -->
</div>
</section>
<!--SCHEDULE HERE-->
<!-- <section class="about sections blur" id="schedule">
<div class="container">
<div class="row">
<div class="wrapper">
<div class="col-md-12">
<div class="heading about-content">
<h3 align="center">SCHEDULE</h3><br>
<br>
<table class="table-fill">
<thead>
<tr>
<th class="text-left">TIME</th>
<th class="text-left"></th>
</tr>
</thead>
<tbody class="table-hover">
<tr>
<td class="text-left">MORNING SESSION</td>
<td class="text-left"></td>
</tr>
<tr>
<td class="text-left">AFTERNOON SESSION</td>
<td class="text-left"></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!--REGISTRATION MODAL HERE-->
<!--MODALS HERE-->
<div aria-hidden="true" class="modal fade z-depth-4" id="odal1" role="dialog" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header"><button aria-hidden="true" class="close" data-dismiss="modal" type=
"button">×</button> <img class="img-responsive z-depth-4" height="250px" src=
"assets/images/speakers/nipun.jpeg" style="margin:auto;" width="250px"></div>
<div class="modal-body modalalign">
<h3 align="center" class="mod">NIPUN MALHOTRA</h3>
<p style="color:white;padding:20px;">
Nipun Malhotra is the co-founder and CEO of Nipman Foundation. Nipman Foundation works in the areas of Health,Dignity and Happiness for persons with Disabilities.Born with a rare congenital disorder, Arthrogryposis he had to commute himself on a wheelchair. For him, he says, his disability was the reason that motivated him to learn hard to top in Business Economics at Delhi School of Economics and further he pursued his graduation from St.Stephen's College,Delhi.
</p>
<p style="color:white;padding:20px;">
Nipman Foundation supports people with disability get access to wheelchairs and easy financing so that they become self-employed and live an independent life.Apart from this, Nipun Malhotra is the Executive Director at Nipman Fastener Industries which deals with clients like Hero MotoCorp, Yamaha and Renault Nissan.
</p>
</div>
</div>
</div>
</div>
<div aria-hidden="true" class="modal fade z-depth-4" id="odal2" role="dialog" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header"><button aria-hidden="true" class="close" data-dismiss="modal" type=
"button">×</button> <img class="img-responsive z-depth-4" height="250px" src=
"assets/images/speakers/anjalee.jpeg" style="margin:auto;" width="250px"></div>
<div class="modal-body modalalign">
<h3 align="center" class="mod">ANJLEE AGARWAL</h3>
<!--h5 align="center" class="mod">
Lannister always pays his debts
</h5-->
<p style="color:white;padding:20px;">Anjlee Agarwal is accessibility consultant, researcher and author, well-known in Asia Pacific. She is co-founder Samarthyam (www.samarthyam.com), disabled persons organization founded in 1994. Samarthyam has special consultative status with the United Nations Economic and Social Council (ECSOC) since 2015. Her pioneering efforts in the past two decades have resulted in implementation of Universal Design and promotion of non-handicapping environment in the country. She works on capacity building of the community to bring about inclusion across differences and diversities. “Promoting Sustainable and livable societies is her mission and she is passionate about people friendly cities where mobility is without barriers.”
</p>
<p style="color:white;padding:20px;">As a woman with disability herself, she believes in active advocacy and has brought policy level changes to make Incredible India = Inclusive India.She undertakes Accessibility, WalkAbility and Road Safety Audits in built and outdoor environments, transportation infrastructure. She has been a catalyst in re-designing the accessibility of public infrastructure, mass rapid transit systems (Delhi Metro 2004 and BRT Delhi, 2012), the design and retrofitting of prime tourist sites (pilot project Dilli Haat, 2006), universities, sports and recreation venues (Commonwealth Games 2010), pedestrian infrastructure and public places, to make them universally accessible.</p>
</div>
</div>
</div>
</div>
<div aria-hidden="true" class="modal fade z-depth-4" id="odal3" role="dialog" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header"><button aria-hidden="true" class="close" data-dismiss="modal" type=
"button">×</button> <img class="img-responsive z-depth-4" height="250px" src=
"assets/images/speakers/xa.png" style="margin:auto;" width="250px"></div>
<div class="modal-body modalalign">
<h3 align="center" class="mod">COMING SOON</h3>
<h5 align="center" class="mod">LAnnister always pays his debts.</h5>
<!--<p style="color:white;padding:20px;">
</p> -->
</div>
</div>
</div>
</div>
<div id="odal4" class="modal fade z-depth-4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header" >
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">× </button>
<img src="assets/images/speakers/xa.png" class="img-responsive z-depth-4" height="250px" width="250px" style="margin:auto;">
</div>
<div class="modal-body modalalign">
<h3 class="mod" align="center">COMING SOON</h3>
<h5 class="mod" align="center">A lannister always paus his debts.</h5>
<!-- <p style="color:white;padding:20px;">
</p> -->
</div>
</div>
</div>
</div>
<div id="odal5" class="modal fade z-depth-4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header" >
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">× </button>
<!-- <img src="assets/images/speakers/sidsriram.jpg" class="img-responsive z-depth-4" height="250px" width="250px" style="margin:auto;"> -->
</div>
<div class="modal-body modalalign">
<h3 class="mod" align="center"></h3>
<h5 class="mod" align="center"></h5>
<p style="color:white;padding:20px;">
</p>
</div>
</div>
</div>
</div>
<div id="odal6" class="modal fade z-depth-4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header" >
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">× </button>
<!-- <img src="assets/images/speakers/bijoy.jpg" class="img-responsive z-depth-4" height="250px" width="250px" style="margin:auto;"> -->
</div>
<div class="modal-body modalalign">
<h3 class="mod" align="center"></h3>
<h5 class="mod" align="center"></h5>
<p style="color:white;padding:20px;">
</p>
</div>
</div>
</div>
</div>
<div id="odal7" class="modal fade z-depth-4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header" >
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">× </button>
<!-- <img src="assets/images/speakers/harishSivaram2.jpg" class="img-responsive z-depth-4" height="250px" width="250px" style="margin:auto;"> -->
</div>
<div class="modal-body modalalign">
<h3 class="mod" align="center"></h3>
<h5 class="mod" align="center"></h5>
<p style="color:white;padding:20px;">
</p>
</div>
</div>
</div>
</div>
<div id="odal8" class="modal fade z-depth-4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header" >
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">× </button>
<!-- <img src="assets/images/speakers/bininoble.jpg" class="img-responsive z-depth-4" height="250px" width="250px" style="margin:auto;"> -->
</div>
<div class="modal-body modalalign">
<h3 class="mod" align="center"></h3>
<h5 class="mod" align="center"></h5>
<p style="color:white;padding:20px;">
</p>
</div>
</div>
</div>
</div>
<!--SPONSORS HERE-->
<section class="portfolio blur" id="about-h2o">
<div class="overlay sections">
<div class="container">
<div class="heading text-center">
<div class="title">
<h3>ABOUT H2O</h3>
</div>
</div><!-- Example row of columns -->
<div class="row">
<div class="yui">
<p>Helping Hands Organisation (H2O) is a registered, FCRA certified not-for-profit based out of Thiruvananthapuram, Kerala. We focus on supporting underprivileged children with Autism and other Learning and Behavioural differences. As an organisation, we also believe in being able to create holistic, social level changes, and therefore work with underprivileged children and schools to inculcate the values of inclusivity, to ensure that our differently-abled beneficiaries never feel disabled in their futures.<br><br>H2O's four programmes are:<br><br> Daffodils: Our flagship programme working with children with Autism<br>Pratheeksha: Working towards holistic education among underprivileged children<br>Sanjeevani : Palliative care for the elderly poor<br>CMCA : Inculcating civic education among school children, in association with a charity based out of Bangalore </p><br>
</div>
</div>
</div><!-- /container -->
</div>
</section>
<section id="contact" class="contact sections blur footNew igg" style="max-height: 17em; padding-bottom:0px;"> <!--style="padding-bottom:0px;"--> <!-- dude was here ,RIP bro-->
<div class="row">
<div class="col-md-8 col-xs-9 col-sm-8">
<div>
<img src="assets/images/logo smalld.jpg" id="footerLogo" />
<!--section id="contact" class="contact sections blur footNew" style="padding-bottom:0px;">
<div class="row">
<div class=" col-md-5 col-sm-6 col-xs-6" >
<img src="assets/images/logo smalld.jpg" id="footerLogo" style="padding-top: 10px;">
</div>
<div class="col-md-4 col-sm-3 col-xs-3 ">
</div>
<div class="col-md-2 col-sm-3 col-xs-3 ">
<img src="assets/images/logo.png" class="igg" style="max-height: ">
</div-->
<div class="row footRow">
<div class="col-md-offset-1 col-md-5 col-sm-7 col-xs-7 footContact" >
<h2>Contact</h2>
<h5>Jolly Johnson +91 95441 71455</h5>
<h5>Gais Ameer +91 7356951545</h5>
<h5>[email protected]</h5>
</div>
<div class="col-md-6 col-sm-5 col-xs-5 footConnect" >
<h2>Connect</h2>
<div>
<a href="https://www.facebook.com/HelpingHandsOrganisation/"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/bfikf_2019"><i class="fa fa-instagram"></i></a>
<a href="https://twitter.com/hands_org"><i class="fa fa-twitter"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-offset-1 col-md-3 col-sm-offset-1 col-sm-3 col-xs-3 footConnect1" >
<img src="assets/images/logoo.png" style="max-height: 10em;">
</div>
</div>
<div class="copyright text-center" style="padding: 15px 0px;">
<!--p> </p-->
</div>
</section>
<!--
<div id="floating-button" href="" data-placement="left" data-original-title="Create" >
<a href="register.html">H2O
<img class="img-responsive" src="assets/images/reg4.png">
</a>
</div> -->
<!--script>
</script-->
<script src="https://www.gstatic.com/firebasejs/4.3.1/firebase.js">
</script>
<script src="assets/js/vendor/jquery-1.11.2.min.js">
</script>
<script src="assets/js/vendor/bootstrap.min.js">
</script>
<script src="assets/js/main.js">
</script>
<script src="assets/js/plugins.js">
</script>
</div>
</body>
</html>