-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathindex.html
705 lines (646 loc) · 31.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
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>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="./img/logo2.png" type="image/x-icon">
<title>Nature_beauty</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/intlTelInput.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="vendors/linericon/style.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="vendors/owl-carousel/owl.carousel.min.css">
<link rel="stylesheet" href="vendors/lightbox/simpleLightbox.css">
<link rel="stylesheet" href="vendors/animate-css/animate.css">
<!-- main css -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body>
<!--================Header Menu Area =================-->
<header class="header_area">
<div class="main_menu">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<a class="navbar-brand logo_h" href="index.html"><img src="img/logo4.png" alt="logo" class="img-fluid"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse offset" id="navbarSupportedContent">
<ul class="nav navbar-nav menu_nav ml-auto">
<li class="nav-item active"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="about-us.html">About</a></li>
<li class="nav-item"><a class="nav-link" href="donation.html">Donation</a></li>
<li class="nav-item submenu dropdown">
<a href="blog.html" class="nav-link dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Blog</a>
<ul class="dropdown-menu">
<li class="nav-item"><a class="nav-link" href="blog.html">Blog</a></li>
<li class="nav-item"><a class="nav-link" href="single-blog.html">Blog Details</a></li>
</ul>
</li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<!--================Header Menu Area =================-->
<!--================Home Banner Area =================-->
<section class="home_banner_area">
<div class="banner_inner d-flex align-items-center">
<div class="overlay bg-parallax" data-stellar-ratio="0.9" data-stellar-vertical-offset="0" data-background=""></div>
<div class="container">
<div class="banner_content text-center">
<h5>Raise Your Hands For Nature</h5>
<h3 style="background: -webkit-linear-gradient(rgb(0, 0, 0), rgba(255, 255, 255, 0.034));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;">Donate For Nature</h3>
<a class="main_btn" href="donation.html" style="border-radius: 10px;">Donate Now</a>
<a class="white_btn" href="#" style="border-radius: 10px;">View Activity</a>
</div>
</div>
</div>
<div class="donation_area">
<div class="container">
<div class="row donation_inner" >
<div class="col-lg-4" >
<div class="dontation_item yellow">
<div class="media">
<div class="media-body">
<h4>Total Donation</h4>
<p>Total donation collected on this website.</p>
</div>
<div class="d-flex" >
<h3>$2.5M</h3>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="dontation_item pink">
<div class="media" >
<div class="media-body">
<h4>Volunteer Reached</h4>
<p>Total numbers of volunteers associated with us.</p>
</div>
<div class="d-flex">
<h3>68</h3>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="dontation_item green">
<div class="media">
<div class="media-body">
<h4>Happy Donators</h4>
<p>Numbers of donors who donate frequently.</p>
</div>
<div class="d-flex">
<h3>170</h3>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--================End Home Banner Area =================-->
<!--================Welcome Area =================-->
<section id="welcome_area" class="welcome_area p_90">
<div class="container">
<div class="row welcome_inner">
<div class="col-lg-6">
<div class="welcome_text">
<h4>Welcome to Nature_beauty</h4>
<p>There is a famous saying <strong>“If you want to be happy, make others happy”</strong>.
This NGO helps those who are needy and makes them happy. We can’t help everyone singly.
That’s why we need your support/contribution to help them.
</p>
<p class="mb-40">And to help someone we don’t need to have a deep pocket or to be rich, to help you just need a good heart.You have a good heart that’s why you are here.
So,this is a humble request to donate any amount of your savings to start someone’s beautiful life.
</p>
<div class="row">
<div class="col-sm-4">
<div class="wel_item">
<i class="lnr lnr-database"></i>
<h4>$2.5M</h4>
<p>Total Donation</p>
</div>
</div>
<div class="col-sm-4">
<div class="wel_item">
<i class="lnr lnr-book"></i>
<h4>1465</h4>
<p>Total Projects</p>
</div>
</div>
<div class="col-sm-4">
<div class="wel_item">
<i class="lnr lnr-users"></i>
<h4>68</h4>
<p>Total Volunteers</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="welcome_img">
<img class="img-fluid" src="img/welcome-banner.png" alt="welcome-banner">
</div>
</div>
</div>
</div>
</section>
<!--================End Welcome Area =================-->
<!--================Causes Area =================-->
<section class="causes_area p_90">
<div class="container">
<div class="main_title ">
<h2>Our Major Contributions</h2>
<p>Some of the helps that we provided,of course with help of yours :</p>
</div>
<div class="causes_slider owl-carousel">
<div class="item">
<div class="causes_item
success-border" >
<div class="causes_img">
<img class="img-fluid" src="img/blog/causes/causes-1.jpg" alt="">
<div class="c_parcent">
<span></span>
</div>
</div>
<div class="causes_text">
<h4>Distributed Books</h4>
<p>
We have distributed almost 2 lakhs of books in schools and rural areas and help those needy students by providing them the course books to complete their studies and have a bright future.
</p>
</div>
<div class="causes_bottom">
<a href="#">Raised: $50,689</a>
<a href="#">Total Need: $500k</a>
</div>
</div>
</div>
<div class="item">
<div class="causes_item success-border">
<div class="causes_img">
<img class="img-fluid" src="img/blog/causes/causes-2.jpg" alt="">
<div class="c_parcent">
<span></span>
</div>
</div>
<div class="causes_text">
<h4>Provided Water</h4>
<p>Every Year there were many cases of drinking contaminated water. So we had also installed handpumps and provided water supply to rural areas where there is no source of water supply. </p>
</div>
<div class="causes_bottom">
<a href="#">Raised: $5,089</a>
<a href="#">Total Need: $50k</a>
</div>
</div>
</div>
<div class="item">
<div class="causes_item success-border">
<div class="causes_img">
<img class="img-fluid" src="img/blog/causes/causes-3.jpg" alt="">
<div class="c_parcent">
<span></span>
</div>
</div>
<div class="causes_text">
<h4>Provided food Packets</h4>
<p>Food is a basic necessity. We distributed foods to beggars,road-side stayers,riksaw pullers and may others who are not capable to get a good food.</p>
</div>
<div class="causes_bottom">
<a href="#">Raised: $689</a>
<a href="#">Total Need: $50k</a>
</div>
</div>
</div>
<div class="item">
<div class="causes_item success-border">
<div class="causes_img">
<img class="img-fluid" src="img/blog/causes/causes-5.jpg" alt="">
<div class="c_parcent">
<span></span>
</div>
</div>
<div class="causes_text">
<h4>Helped Animals</h4>
<p>We not only help humans but also animals.Build shelters for stray dogs,provided food.Also helped migrating birds and other animals.In Winters we provided them blankets to cover them and save them from cold. </p>
</div>
<div class="causes_bottom">
<a href="#">Raised: $50</a>
<a href="#">Total Need: $50k</a>
</div>
</div>
</div>
<div class="item">
<div class="causes_item success-border">
<div class="causes_img">
<img class="img-fluid" src="img/blog/causes/causes-3.jpg" alt="">
<div class="c_parcent">
<span></span>
</div>
</div>
<div class="causes_text">
<h4>Provided food Packets</h4>
<p>Food is a basic necessity. We distributed foods to beggars,road-side stayers,riksaw pullers and may others who are not capable to get a good food.</p>
</div>
<div class="causes_bottom">
<a href="#" >Raised: $50</a>
<a href="#">Total Need: $50k</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--================End Causes Area =================-->
<!--================Feature Area =================-->
<section id="feature_area" class="feature_area p_90">
<div class="overlay bg-parallax" data-stellar-ratio="0.9" data-stellar-vertical-offset="0" data-background=""></div>
<div class="container">
<div class="white_title">
<h2>Our Key Features</h2>
</div>
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="serviceBox">
<span class="service-icon">1</span>
<h3 class="title">Spread The Word</h3>
<p class="description">Moto: " To be Happy, make Others Happy " Apart from all the things we do we learn keeping up our motto for all the needy people out there and then help them.</p>
<a href="#" class="read-more">read more</a>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="serviceBox">
<span class="service-icon">2</span>
<h3 class="title">Make Donations</h3>
<p class="description">Donate as per your convenience. You can start dontaion form $20 to make someone's life happy.By help of this we can help people who are in real need of money.</p>
<a href="#" class="read-more">read more</a>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="serviceBox">
<span class="service-icon">3</span>
<h3 class="title">Sponsor Needy</h3>
<p class="description">If you have enough money you can sponsor us and help us to help others and spread happiness. By help of this we can reach to maximum amount of people out.</p>
<a href="#" class="read-more">read more</a>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="serviceBox">
<span class="service-icon">4</span>
<h3 class="title">Volunteer Now</h3>
<p class="description">You can also become our member and help everyone to make their life easy.Below there is form if you want to volunteer.Fill and become our communities member.</p>
<a href="#" class="read-more">read more</a>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="serviceBox">
<span class="service-icon">5</span>
<h3 class="title">Tree Plantation</h3>
<p class="description">With your donation we can have lands bought and plant trees over that particular land. And with these small donations trees can be planted.Thus can help earth.</p>
<a href="#" class="read-more">read more</a>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="serviceBox">
<span class="service-icon">6</span>
<h3 class="title">Saving Environment</h3>
<p class="description">We work on saving the environment via various means like planting trees, stopping people from cutting forests up for their need busy taking up places.</p>
<a href="#" class="read-more">read more</a>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="serviceBox">
<span class="service-icon">7</span>
<h3 class="title">Water Conservation</h3>
<p class="description">We need to conserve water because of the current scenario of global warming and rising temperature scenario.Thus we look out for conserving water too.</p>
<a href="#" class="read-more">read more</a>
</div>
</div>
</div>
</div>
</section>
<!--================End Feature Area =================-->
<!--================Start Volunteer Area =================-->
<section class="volunteer_area p_90">
<div class="container">
<div class="white_title">
<h2>Volunteer Yourself</h2>
<p>If you are a serious astronomy fanatic like a lot of us are, you can probably <br /> remember that one event in childhood that started.</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-8 col-lg-7">
<div class="volunteer-form-wraper " style="background-color: rgba(127, 255, 223, 0.267); border-radius: 30px;">
<h2>Become a Volunteer</h2>
<p>It only takes a minute to set up a campaign. Decide what to do. Pick a name. Pick a photo. And just like that, you’ll be ready to start raising money.</p>
<form action="#" method="POST" id="volunteer-form" class="volunteer-form" name="volunteerForm">
<div class="row">
<div class="col-lg-6 ">
<input type="text" id="volunteer_name" name="volunteerName" class="form-control" placeholder="Your Name">
<small></small>
</div>
<div class="col-lg-6 ">
<input type="email" id="volunteer_email" name="volunteerEmail" class="form-control" placeholder="Your Email">
<small></small>
</div>
<div class="col-lg-6 mb-20" >
<input type="tel" id="volunteer_phone" name="volunteerPhone" class="form-control" placeholder="Phone Number" >
<small></small>
</div>
<div class="col-lg-6 mb-20">
<div class="fileContainer">
<input type="file" id="volunteer_cv" name="volunteerCV" class="form-control" name="file">
<label for="volunteer_cv" style="color: white;">Upload Your CV</label>
</div>
<small></small>
</div>
</div><!-- .row end -->
<textarea name="massage" id="massage" name="volunteerMsg" placeholder="Enter your message" cols="30" class="form-control" rows="10" style="color: rgb(170, 255, 251); border-color: turquoise;"></textarea><small></small>
<button type="submit" class="btn btn-secondary btn-color-alt" onsubmit="validateForm()">apply now</button>
</form><!-- #volunteer-form .volunteer-form END -->
</div>
</div>
</div><!-- .row end -->
</div>
</section>
<!--================End Volunteer Area =================-->
<!--================Gallery Area =================-->
<section id="gallery_area" class="gallery_area p_90">
<div class="container">
<div class="main_title">
<h2>Events Gallery</h2>
<p>Some of our frequently occured events snaps. <br /> A road to make others Happy.</p>
</div>
</div>
<div class="container">
<div class="row no-gutters">
<div class="col-md-4 col-sm-6">
<div class="box">
<img class="rutu" src="img/gallery/g-1.jpg" alt="">
<div class="box-content">
<ul class="icon">
<li><a href="#"><i class="fa fa-search"></i></a></li>
<li><a href="#"><i class="fa fa-link"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="box">
<img class="rutu" src="img/gallery/g-2.jpg" alt="">
<div class="box-content">
<ul class="icon">
<li><a href="#"><i class="fa fa-search"></i></a></li>
<li><a href="#"><i class="fa fa-link"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="box">
<img class="rutu" src="img/gallery/g-3.jpg" alt="">
<div class="box-content">
<ul class="icon">
<li><a href="#"><i class="fa fa-search"></i></a></li>
<li><a href="#"><i class="fa fa-link"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="box">
<img class="rutu" src="img/gallery/g-4.jpg" alt="">
<div class="box-content">
<ul class="icon">
<li><a href="#"><i class="fa fa-search"></i></a></li>
<li><a href="#"><i class="fa fa-link"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="box">
<img class="rutu" src="img/gallery/g-5.jpg" alt="">
<div class="box-content">
<ul class="icon">
<li><a href="#"><i class="fa fa-search"></i></a></li>
<li><a href="#"><i class="fa fa-link"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="box">
<img class="rutu" src="img/gallery/g-6.jpg" alt="">
<div class="box-content">
<ul class="icon">
<li><a href="#"><i class="fa fa-search"></i></a></li>
<li><a href="#"><i class="fa fa-link"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="box">
<img class="rutu" src="img/gallery/g-7.jpg" alt="">
<div class="box-content">
<ul class="icon">
<li><a href="#"><i class="fa fa-search"></i></a></li>
<li><a href="#"><i class="fa fa-link"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="box">
<img class="rutu" src="img/gallery/g-8.jpg" alt="">
<div class="box-content">
<ul class="icon">
<li><a href="#"><i class="fa fa-search"></i></a></li>
<li><a href="#"><i class="fa fa-link"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="box">
<img class="rutu" src="img/gallery/g-9.jpg" alt="">
<div class="box-content">
<ul class="icon">
<li><a href="#"><i class="fa fa-search"></i></a></li>
<li><a href="#"><i class="fa fa-link"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!--================Gallery Area End =================-->
<!--================Testimonials Area =================-->
<section class="testimonials_area p_90">
<div class="container">
<div class="row testimonials_inner">
<div class="col-lg-4">
<div class="testi_left_text ">
<h4>Testimonial from our Donors</h4>
</div>
</div>
<div class="col-lg-8">
<div class="testi_slider owl-carousel">
<div class="item">
<div class="testi_item">
<img src="img/testimonials/testi-1.png" alt="">
<p> Look deep into nature, and then you will understand everything better. </p>
<h4>Albert Einstein</h4>
<h6>physicist</h6>
</div>
</div>
<div class="item">
<div class="testi_item">
<img src="img/testimonials/testi-2.png" alt="">
<p>To me a lush carpet of pine needles or spongy grass is more welcome than the most luxurious Persian rug.</p>
<h4>Helen Keller</h4>
<h6>Author</h6>
</div>
</div>
<div class="item">
<div class="testi_item">
<img src="img/testimonials/testi-1.png" alt="">
<p>“All my life through, the new sights of Nature made me rejoice like a child. ”</p>
<h4>Admin 1</h4>
<h6>Sales Head</h6>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--================End Testimonials Area =================-->
<!--================ start footer Area =================-->
<footer class="footer-area section_gap">
<div class="container" style="color: #ada8a8;">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="single-footer-widget">
<img src="./img/logo.png" style="max-width: 200px;">
<p>The world has become so fast paced that people don’t want to stand by reading a page of information, they would much rather look at a presentation and understand the message. It has come to a point </p>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-footer-widget">
<h6 class="footer_title">Navigation Links</h6>
<div class="row">
<div class="col-4">
<ul class="list">
<li><a href="index.html" style="color: #ada8a8;">Home</a></li>
<li><a href="about-us.html" style="color: #ada8a8;">About</a></li>
<li><a href="donation.html" style="color: #ada8a8;">Donation</a></li>
</ul>
</div>
<div class="col-4">
<ul class="list">
<li><a href="#" style="color: #ada8a8;">Blog</li>
<li><a href="contact.html" style="color: #ada8a8;">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-footer-widget instafeed">
<h6 class="footer_title">Contact Us</h6>
<p class="my-3">
<i class="fa fa-map-marker"></i> Delhi, India.
</p>
<a href="#"><i class="fa fa-facebook mx-2" style="font-size: 20px;"></i></a>
<a href="#"><i class="fa fa-twitter mx-2" style="font-size: 20px;"></i></a>
<a href="#"><i class="fa fa-linkedin mx-2" style="font-size: 20px;"></i></a>
<a href="#"><i class="fa fa-instagram mx-2" style="font-size: 20px;"></i></a>
</div>
</div>
</div>
<div class="border_line"></div>
<div class="row footer-bottom d-flex justify-content-between align-items-center">
<p class="col-lg-8 col-md-8 footer-text m-0">
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved. </p>
</div>
</div>
</footer>
<!--================ End footer Area =================-->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/popper.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/stellar.js"></script>
<script src="vendors/lightbox/simpleLightbox.min.js"></script>
<script src="vendors/isotope/imagesloaded.pkgd.min.js"></script>
<script src="vendors/isotope/isotope-min.js"></script>
<script src="vendors/owl-carousel/owl.carousel.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/easing.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/theme.js"></script>
<script src="js/intlTelInput.min.js"></script>
<script src="js/intlTelInput-jquery.min.js"></script>
<script>
var input = document.querySelector("#volunteer_phone");
window.intlTelInput(input,({
// whether or not to allow the dropdown
allowDropdown: true,
// if there is just a dial code in the input: remove it on blur, and re-add it on focus
autoHideDialCode: true,
// add a placeholder in the input with an example number for the selected country
autoPlaceholder: "polite",
// modify the auto placeholder
customPlaceholder: null,
// append menu to specified element
dropdownContainer: null,
// don't display these countries
excludeCountries: [],
// format the input value during initialisation and on setNumber
formatOnDisplay: true,
// geoIp lookup function
geoIpLookup: null,
// inject a hidden input with this name, and on submit, populate it with the result of getNumber
hiddenInput: "",
// initial country
initialCountry: "in",
// localized country names e.g. { 'de': 'Deutschland' }
localizedCountries: null,
// don't insert international dial codes
nationalMode: true,
// display only these countries
onlyCountries: [],
// number type to use for placeholders
placeholderNumberType: "MOBILE",
// the countries at the top of the list. defaults to united states and united kingdom
preferredCountries: [ "in", "us", "gb" ],
// display the country dial code next to the selected flag so it's not part of the typed number
separateDialCode: false,
// specify the path to the libphonenumber script to enable validation/formatting
utilsScript: ""
}));
</script>
<!-- <script src="js/jquery.validate.js"></script> -->
<script src="js/validation.js"></script>
</body>
</html>