forked from JibyJoseph/Basic-Html-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiito.html
More file actions
562 lines (466 loc) · 26.2 KB
/
diito.html
File metadata and controls
562 lines (466 loc) · 26.2 KB
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gte IE 8]> <html lang="en"> <![endif]-->
<head>
<meta content="charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Tata Trusts</title>
<link rel="canonical" href="http://www.tatatrusts.org" />
<meta content="Tata Trusts, Sir Dorabji Tata Trusts & the Allied Trusts, Sir Ratan Tata Trusts and Allied Trusts, SDTT, SRTT, philanthropic organisations in India" name="keywords" />
<meta content="Catalysing transformational change in India with a focus on sustainable development through innovation, since the early 1900s" name="description" />
<meta content="charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link href="/images/tata_trust_fav_icon.ico" rel="shortcut icon" type="image/x-icon"/>
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/tatatrust_favicon.ico"/>
<link rel="stylesheet" type="text/css" href="/css/125year.css" />
<link href='https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/css/font-awesome.min.css" type="text/css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css" />
<link href="/css/jquery.bxslider.css" type="text/css" rel="stylesheet" />
<link rel="stylesheet" href="/lib/css/bootstrap.min.css">
<link href="/css/animate.min.css" rel="stylesheet">
<link href="/css/base.css" type="text/css" rel="stylesheet" />
<link href="/css/header.css" type="text/css" rel="stylesheet" />
<link href="/css/common.css" type="text/css" rel="stylesheet" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script>
document.createElement('header');
document.createElement('nav');
document.createElement('section');
document.createElement('article');
document.createElement('aside');
document.createElement('footer');
</script>
<link href="/css/ie_fix.css" type="text/css" rel="stylesheet" />
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script type="text/javascript" src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="/js/GACode.js"></script>
</head>
<body >
<!--HEADER-->
<script type="text/javascript" src="/js/navbar.js"></script>
<!--/HEADER-->
<section class="wrapper">
<div class="index_outer">
<div id="indexCarousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="item one active">
<div class="fill module parallax lazy" data-original="/images/tata-trusts-horizons.jpg)" style="background-image:url(/images/tata-trusts-horizons.jpg); "> </div>
<div class="index_caption">
<h2><em>Tata Trusts Horizons</em></h2>
<p>A quarterly magazine that captures the human angle in the remarkable story<br />
of Tata Trusts and their social development endeavours</p>
<a href="http://horizons.tatatrusts.org/" target="_blank">more</a></div>
</div>
<div class="item two">
<div class="fill module parallax lazy" data-original="/images/rural-upliftment-banner-homepage.jpg" style="background-image:url(/images/rural-upliftment-banner-homepage.jpg);"> </div>
<div class="index_caption">
<h2>Empowering rural communities</h2>
<p>By creating sustainable livelihoods</p>
<a href="http://tatatrusts.org/section/subindex/rural-upliftment" target="_blank">more</a></div>
</div>
</div>
<a class="left carousel-control" href="#indexCarousel" role="button" data-slide="prev"></a> <a class="right carousel-control" href="#indexCarousel" role="button" data-slide="next"></a>
</div>
<!--/SLIDER-->
<!--NEWS AND EVENT-->
<div class="newsandevent">
<div class="container">
<div class="row">
<div class="col-lg-4 news_event_list">
<h1 class="main_title">News & events</h1>
<ul>
<li><a href='/article/inside/big-little-book-award-nomination-2018-now-open' target='_self'>Big Little Book Award Nomination (2018) now open</a></li> <li><a href='/article/inside/govt-of-assam-tata-trusts-operationalise-assam-cancer-care-foundation' target='_self'>Govt. of Assam, Tata Trusts operationalise Assam Cancer Care Foundation</a></li> <li><a href='/article/inside/a-m-naik-founded-nirali-memorial-medical-trust-to-set-up-cancer-hospital' target='_self'>A.M. Naik-founded Nirali Memorial Medical Trust to set up Cancer Hospital at Navsari, Tata Trusts to manage operations</a></li>
</ul>
<a href="/media/list/Press-releases" class="red_btn_border">more news</a>
<a href="/media/eventslist/Events" class="red_btn_border">more events</a>
<a href="/media/list/videos" class="red_btn_border">more videos</a>
</div>
<div class="col-lg-4 event_highlight_box">
<div class="event_highlight"><a href="/article/inside/empowering-childrens-imagination">
<div class="img_caption">
<div class="img_caption_img"><img src="/upload/empowering-children-home.jpg" alt="Empowering children’s imagination" title="Empowering children’s imagination" /></div>
<div class="figcaption">Empowering children’s imagination</div>
</div>
<p>The Trusts are bridging the gap in education through their various thematic initiatives. Parag is one such initiative which is helping promote children's literature in underserved communities and contributing towards the holistic development of kids</p>
</a></div>
</div>
<div class="col-lg-4 event_highlight_box">
<div class="event_highlight"><a href="/article/inside/more-than-a-business">
<div class="img_caption">
<div class="img_caption_img"><img src="/upload/shirleen-business-inside.jpg" title="More than a business" alt="" /></div>
<div class="figcaption">More than a business</div>
</div>
<p>Shirleen began weaving her success story with assistance from the Trusts' project on Microenterprise Development and Promotion in Meghalaya. It is an initiative to provide financial support to entrepreneurs and promote enterprise development</p>
</a></div>
</div>
</div>
</div>
</div>
<!--/NEWS AND EVENT-->
<!--ABOUT US-->
<p> </p>
<p> </p>
<p><section class="module parallax about_section">
<div class="container">
<div class="about_inner_space"><a href="/article/inside/About-Tata-Trusts">
<h1>About us</h1>
<h4>Since its inception, Tata Trusts have played a pioneering role in transforming traditional ideas of charity and introducing the concept of philanthropy to make a real difference to communities. Through grant-making, direct implementation and co-partnership strategies, the Trusts support and drive innovation in the areas of healthcare and nutrition; water and sanitation; energy; education; rural livelihoods; natural resource management; urban poverty alleviation; enhancing civil society and governance; media, arts, crafts and culture; and diversified employment.</h4>
<div class="red_btn_border">more</div>
</a></div>
</div>
</section></p>
<p> </p>
<p> </p>
<!--/ABOUT US-->
<!--OUR WORK-->
<div class="our_work_section">
<div class="container">
<h1 class="main_title text-center">
Our work</h1>
<ul class="nav nav-tabs responsive nav_fix_left" id="myTab">
<li class="active"><a href="#livelihoods_tab" data-toggle="tab"> <span class="health_icon"> </span> Health</a></li>
<li><a href="#natural_reaserach_management_tab" data-toggle="tab"> <span class="water_icon"> </span> Water</a></li>
<li><a href="#education_tab" data-toggle="tab"><span class="energy_icon"></span>Energy</a></li>
<li><a href="#Sports_tab" data-toggle="tab"> <span class="livelihoods_icon"></span> Rural Upliftment</a></li>
<li><a href="#health_tab" data-toggle="tab"> <span class="education_icon"></span> Education</a></li>
<li><a href="#civil_society_strengthening_tab" data-toggle="tab"> <span class="urban_poverty_icon"></span>Urban Poverty Alleviation</a></li> <li><a href="#media_art_culture_tab" data-toggle="tab"><span class="individual_grant_icon"></span> Individual grants</a></li>
<li><a href="#relief_rehabilitation_tab" data-toggle="tab"> <span class="other_icon"></span> Others</a></li>
</ul>
<div class="tab-content responsive tab_container_box ">
<div class="tab-pane fade in active" id="livelihoods_tab">
<div class="row">
<div class="col-lg-7 initative_map">
<div class="map_sprite map_img_sector"><img src="/images/livelihood.jpg" alt="" /></div>
</div>
<div class="col-lg-5 initative_img_dtl"><img src="/images/health_tab.jpg" alt="" class="each_tab_spcl_img" />
<p>The health situation in the country today is an evolving canvas. With 1.8 million deaths among children (age <5 years) and 68,000 deaths among mothers every year, and 52 million children who are stunted, India's burden of reproductive health, and child health and nutrition is greater than that in any other country.</p>
<a class="black_btn" href="/section/subindex/healthcare">Explore </a></div>
</div>
</div><div class="tab-pane fade" id="natural_reaserach_management_tab">
<div class="row">
<div class="col-lg-7 initative_map">
<div class="map_sprite map_img_sector"><img src="/upload/images/map/map-24-8-2017.jpg" alt="" /></div>
</div>
<div class="col-lg-5 initative_img_dtl"><img src="/images/naturalresoucesmanagement_tab.jpg" alt="" class="each_tab_spcl_img" />
<p>Water is critical for the survival of all living beings. Ensuring the supply of water for drinking, agriculture and sanitation is one of the biggest development challenges across the world. In India, the poor sanitation facilities and the lack of infrastructure add to the problem.</p>
<p>Access to safe drinking water is still not available to several communities in the country. Poor management of available water resources, coupled with lack of a regular supply of water leads to poor sanitation and hygiene habits. The water scarcity affects the health and well-being of the entire community.</p>
<a class="black_btn" href="/section/subindex/water">Explore </a></div>
</div>
</div><div class="tab-pane fade" id="education_tab">
<div class="row">
<div class="col-lg-7 initative_map">
<div class="map_sprite map_img_sector"><img src="/images/energy-map.jpg" alt="" /></div>
</div>
<div class="col-lg-5 initative_img_dtl">
<img src="/images/energy-home.jpg" alt="" class="each_tab_spcl_img" />
<p>Given the strong connection between reduction of poverty and access to sustainable energy, Tata Trusts are keen to support and implement replicable energy projects. Preferably, the Trusts are keen to support interventions where the underserved households become owners of assets and not just consumers — leading to a holistic eradication of poverty. The objectives of this initiative are aligned to UNDP and MNRE goals of affordable and clean energy.</p>
<a class="black_btn" href="/section/subindex/Energy">Explore </a></div>
</div>
</div><div class="tab-pane fade" id="Sports_tab">
<div class="row">
<div class="col-lg-7 initative_map">
<div class="map_sprite map_img_sector"><img src="/images/rural-upliftment-map.jpg" alt="" /></div>
</div>
<div class="col-lg-5 initative_img_dtl">
<img src="/images/livelihoods_tab.jpg" alt="" class="each_tab_spcl_img" />
<p>Agriculture is the main occupation of India's rural population. However, given marginal land holdings of tribal cultivators, along with the adoption of primitive methods of cultivation, lack of assured water for irrigation, etc., productivity is low.</p>
<p>Consequently, livelihood options have diminished proportionately in the rural areas, leading to poverty, lack of food security, and seasonal and permanent migration to towns and cities for better opportunities.</p>
<a class="black_btn" href="/section/subindex/Rural-Upliftment">Explore </a></div>
</div>
</div><div class="tab-pane fade" id="health_tab">
<div class="row">
<div class="col-lg-7 initative_map">
<div class="map_sprite map_img_sector"><img src="/images/Education_map1.jpg" alt="" /></div>
</div>
<div class="col-lg-5 initative_img_dtl">
<img src="/images/education_tab.jpg" alt="" class="each_tab_spcl_img" />
<p>Since their inception, education has been one of the key focus areas of the Tata Trusts. Over the last two decades, there has been a steady increase in enrolment in schools, but quality in education and achievement of age-appropriate learning levels have remained an elusive goal. Ensuring quality education for children, especially those from marginalised backgrounds is the central goal of the education portfolio of the Trusts.</p>
<a class="black_btn" href="/section/subindex/Education">Explore </a></div>
</div>
</div><div class="tab-pane fade" id="civil_society_strengthening_tab">
<div class="row">
<div class="col-lg-7 initative_map">
<div class="map_sprite map_img_sector"><img src="/images/india-map.jpg" alt="" /></div>
</div>
<div class="col-lg-5 initative_img_dtl"><img src="/images/Urban-Poverty-Alleviation-home.jpg" alt="" class="each_tab_spcl_img" />
<p>Urbanisation in India is skewed. Cities and towns in the north, west and south of India are expanding rapidly, while cities in the east and small towns in most parts of the country are decaying. Stagnation in the rural economy leads to seasonal and permanent migration to urban areas.</p>
<a class="black_btn" href="/section/subindex/Urban-Poverty-Alleviation">Explore </a></div>
</div>
</div><div class="tab-pane fade" id="media_art_culture_tab">
<div class="row">
<div class="col-lg-7 initative_map">
<div class="map_sprite map_img_sector"><img src="/images/Media-Arts-Craft-Culture.jpg" alt="" /></div>
</div>
<div class="col-lg-5 initative_img_dtl">
<img src="/images/Individual-Grants-Programme-thumb.jpg" alt="" class="each_tab_spcl_img" />
<p>The Tata Trusts have been funding major philanthropic ventures since their founding. However, they never lost sight of 'individuals', and their needs and aspirations.</p>
<p>The Individual Grants Programme of the Trusts follows a comprehensive, systematic, and most importantly, fair and humane approach to identify individuals in need and deserving of financial</p>
<a class="black_btn" href="/article/inside/For-individuals">Explore </a></div>
</div>
</div><div class="tab-pane fade" id="relief_rehabilitation_tab">
<div class="row">
<div class="col-lg-7 initative_map">
<div class="map_sprite map_img_sector"><img src="/images/india-map.jpg" alt="" /></div>
</div>
<div class="col-lg-5 initative_img_dtl">
<img src="/images/others-home.jpg" alt="" class="each_tab_spcl_img" />
<p>Tata Trusts have always reached out and expeditiously arranged for relief efforts and helped in rebuilding the areas affected by natural disasters.</p>
<p>In the event of a natural calamity, the Trusts have worked closely and collaboratively with the other agencies, including Tata companies, Tata Relief Committee, Tata Strategic Group, and NGOs to lend a helping hand to affected people.</p>
<a class="black_btn" href="/section/index/Others">Explore </a></div>
</div>
</div>
</div>
<div class="clear"> </div>
</div>
</div>
<!--/OUR WORK-->
<!--TATA TRUST GRAPH-->
<section class="module parallax trust_wrap">
<div class="container">
<h1>Currently, Tata Trusts</h1>
<div class="worth_outer" id="index_worth_outer">
<div class="worth_content">
<div class="float-left">
<div class="font21">Works in</div>
<div> <span class="font60">170</span></div>
<div class="font21 mrg_left_25">districts</div>
<div class="font15 mrg_left_25">across</div>
</div>
<img src="/images/infographic_map_icon.png" class="float-left"/>
<div class="clear"></div>
<div class="mrg_left_LT float-left"><span class="font46 text_uppercase"> 17</span> <span class="font21">states</span> </div>
<div class="clear"></div>
</div>
<div class="worth_content text_middle_align">
<div class="font21 margin_BT5">Partners</div>
<div class="partners_info">
<img src="/images/infographic_hand_icon.png" alt="" class="partner_img" />
<span class="font61">450<sup>+</sup></span><br />
<span class="font17 partners_txt_up">organisations</span><br />
<span class="font15 partners_txt_down">for various causes</span>
</div>
</div>
<div class="worth_content txtright">
<div class="font15">Reaches out to</div>
<div class="font46">millions</div>
<img src="/images/country_icon.png" alt="" class="graph_img_B" />
<div class="font13">of households across the country</div>
</div>
<div class="clear"></div>
</div>
</div>
</section>
<!--/TATA TRUST GRAPH-->
</div>
<script type="text/javascript" src="/js/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="/js/jquery.simplr.smoothscroll.js"></script>
<script type="text/javascript" src="/js/jquery.lazyload.js"></script>
<!--===================Top Button===========-->
<p id="back-top"> <a href="#top"><span></span></a></p>
<!--===================Top Button===========-->
<!--FOOTER TOP-->
<div class="footer_tp">
<div class="container">
<div class="row">
<div class="col-lg-3 ft_tp_in">
<h2>Talk to us</h2>
<p class="bold">Registered office</p>
<p>Bombay House, <br />24, Homi Mody Street, <br> Mumbai 400 001, India<br><strong>Tel:</strong> +91 - 22 - 6665 8282 <br><strong>Fax:</strong> +91 - 22 - 6665 8013 <br><strong>Email:</strong> <a href="mailto:talktous@tatatrusts.org">talktous@tatatrusts.org</a></p>
</div>
<div class="col-lg-5 ft_tp_in">
<h2>Join our mailing list</h2>
<div class="sign_up_outer">
<form action="javascript:void(0);" class="sign_up_form">
<input id="txtemail" type="email" placeholder="Email address" class="txt_box float-left">
<input type="submit" value="Sign up" class="float-right" onclick="call_ajax();">
<div class="clear"></div>
</form>
<div id="div_msg" class="sucess_msg" > </div>
<div id="div_msg1" class="error_msg" > </div>
</div>
</div>
<div class="col-lg-4 ft_tp_in">
<h2>Follow us</h2>
<div class="ft_social_icon_outer">
<a href="http://www.facebook.com/tatatrusts" target="_blank"><i class="fa fa-facebook "></i></a>
<a href="http://www.twitter.com/tatatrusts" target="_blank"><i class="fa fa-twitter "></i></a>
<a href="https://www.linkedin.com/company/tatatrusts" target="_blank"><i class="fa fa-linkedin "></i></a>
<a href="https://www.youtube.com/channel/UCJZegu67KvGLUpxKleMDTLA" target="_blank"><i class="fa fa-youtube-play "></i></a>
<a href="https://www.instagram.com/tata_trusts/" target="_blank"><i class="fa fa-instagram "></i></a>
</div>
</div>
</div>
</div>
</div>
<!--/FOOTER TOP-->
<footer class="border_tp">
<div class="container">
<div class="row">
<div class="col-lg-8 ft_in">
<ul class="copyright_link">
<li>Copyright © 2017 Tata Trusts</li>
<li><a href="/article/inside/legal-disclaimer"> Legal disclaimer</a></li>
<li class="border-no"><a href="/section/index/sitemap" >Sitemap</a></li>
</ul>
</div>
<div class="col-lg-4 ft_in text-right">
<p style="color:#C8C8C8; padding: 10px 12px; font-size: 10px;"> <a href="http://www.ticworks.com" target="_blank" style="color:#C8C8C8"> Designed & maintained by TIC</a> <p>
</div>
</div>
</div>
</footer>
<script type="text/javascript" src="/js/jquery.bxslider.min.js"></script>
<script type="text/javascript" src="/lib/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/js/jquery.fancybox.pack.js"></script>
<script type="text/javascript" src="/js/jquery.fancybox-media.js"></script>
<script type="text/javascript" src="/js/fancybox_custome.js"></script>
<script type="text/javascript" src="/js/jquery.fancybox-buttons.js?v=1.0.5"></script>
<script type="text/javascript" src="/js/jquery.smoove.min.js"></script>
<script>$('.block').smoove({ offset: '35%' });</script>
<script type="text/javascript" src="/js/modernizr.js"></script>
<script type="text/javascript" src="/js/mouseover-ontouchstart.js"></script>
<script type="text/javascript" src="/js/custom.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#div_msg').hide();
$('#div_msg1').hide();
$('#area_opr_slider').bxSlider({
slideWidth: 280,
minSlides: 1,
maxSlides: 4,
moveSlides: 4,
slideMargin: 10,
pager: false
});
$('#news_slider').bxSlider({
slideWidth: 548,
minSlides: 1,
maxSlides: 1,
moveSlides: 1,
slideMargin: 0,
pager: false
});
});
function call_ajax() {
var emailid = $("#txtemail").val();
var str = checkemail(emailid);
if (str == true) {
$.ajax({
type: "POST",
url: '/section/updatemaillist', //"../Map/Search"
data: JSON.stringify({ "emailid": emailid }),
async: true,
dataType: 'json',
contentType: 'application/json',
success: function (data) {
if (data == "yes") {
$(".sign_up_form").display = "none";
$('#div_msg').show();
$('#div_msg1').hide();
$("#txtemail").val("");
$("#div_msg").html("<i class='fa fa-check-circle'></i> Thank you for signing up!");
}
else if (data == "exists") {
$('#div_msg').show();
$('#div_msg1').hide();
$("#div_msg").html("<i class='fa fa-check-circle'></i> You have already signed up. Thank you!");
$("#txtemail").val('');
return false;
}
}
});
}
}
function checkemail(str) {
if(str=="")
{
$('#div_msg1').show();
$('#div_msg').hide();
$("#div_msg1").html(" <i class='fa fa-times-circle'></i> Please enter your email id");
$("#txtemail").focus();
return false;
}
else
{
var filter=/^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{3,6})?)$/i
if (str.match(filter)) {
return true;
}
else {
$('#div_msg1').show();
$('#div_msg').hide();
$("#div_msg1").html("<i class='fa fa-times-circle'></i> Please enter a valid email address");
$("#txtemail").val('');
return false;
}
}
}
</script>
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<!--======125YEARS SCRIPT ======-->
<script type="text/javascript">
jQuery(document).ready(function ($) {
$(".expendBtn").click(function () {
if ($(".expendBtnTxt").text() == "Expand") {
$(".expendBtnTxt").html("Hide")
}
else{
$(".expendBtnTxt").text("Expand")
}
if($('body').hasClass('bodyExpend') === true){
// alert("1")
$('body').removeClass('bodyExpend');
$('.expendBtn').removeClass('active');
$('.expendUpperCoverBox').toggleClass('active').slideToggle(100);
$(".expendBtnTxt").text("Expand");
}
else{
//alert("2")
$('body').toggleClass('bodyExpend');
$(this).toggleClass('active');
$(".expendUpperCoverBox").toggleClass('active').slideToggle('fast');
$(".expendBtnTxt").text("Hide");
}
});
// $(window).on('scroll', function(){
// alert("3")
// $('body').removeClass('bodyExpend');
// $('.expendUpperCoverBox').removeClass('active').hide(100);
// $(".expendBtnTxt").text("Expand");
// $(".expendBtn").removeClass('active');
// });
});
</script>
<!--======/125YEARS SCRIPT======-->
<!--/FOOTER-->
</section>
<!--===================Top Button===========-->
<p id="back-top"> <a href="#top" style="display:none"><span></span></a> </p>
<!--===================Top Button===========-->
<script type="text/javascript">
$(document).ready(function () {
//removed for browser scroll not scrolled to bottom
// $.srSmoothscroll()
//setTimeout("$('ul#myTab li:nth-child(1)').trigger('click');", 200);
});
$(function() {
$(window).bind("load", function() {
var timeout = setTimeout(function() { $("section.lazy").trigger("sporty") },1000);
});
$("section.lazy").lazyload({
effect : "fadeIn",
event : "sporty"
});
});
</script>
</body>
</html>