-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
708 lines (649 loc) · 28.9 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
706
707
708
<!doctype html>
<html class="no-js" lang="zxx">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Swarajya Prathisthan: An NGO</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.png">
<link rel="icon" href="img/LogoNgo.png"/>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/themify-icons.css">
<link rel="stylesheet" href="css/nice-select.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/gijgo.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/slicknav.css">
<link rel="stylesheet" href="css/style.css">
</head>
<style>
.navbar input[type="checkbox"],
.navbar .hamburger-lines{
display: none;
}
.container{
max-width: 1200px;
width: 90%;
margin: auto;
}
.navbar{
box-shadow: 0px 5px 10px 0px #aaa;
position: fixed;
width: 100%;
background: #fff;
color: #000;
opacity: 0.85;
z-index: 100;
}
.navbar-container{
display: flex;
justify-content: space-between;
height: 64px;
align-items: center;
}
.menu-items{
order: 2;
display: flex;
}
.logo{
order: 1;
font-size: 2.3rem;
}
.menu-items li{
list-style: none;
margin-left: 1.5rem;
font-size: 1.3rem;
}
.navbar a{
color: #444;
text-decoration: none;
font-weight: 500;
transition: color 0.3s ease-in-out;
}
.navbar a:hover{
color: #117964;
}
@media (max-width: 768px){
.navbar{
opacity: 0.95;
}
.navbar-container input[type="checkbox"],
.navbar-container .hamburger-lines{
display: block;
}
.navbar-container{
display: block;
position: relative;
height: 64px;
}
.navbar-container input[type="checkbox"]{
position: absolute;
display: block;
height: 32px;
width: 30px;
top: 20px;
left: 20px;
z-index: 5;
opacity: 0;
cursor: pointer;
}
.navbar-container .hamburger-lines{
display: block;
height: 28px;
width: 35px;
position: absolute;
top: 20px;
left: 20px;
z-index: 2;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.navbar-container .hamburger-lines .line{
display: block;
height: 4px;
width: 100%;
border-radius: 10px;
background: #333;
}
.navbar-container .hamburger-lines .line1{
transform-origin: 0% 0%;
transition: transform 0.3s ease-in-out;
}
.navbar-container .hamburger-lines .line2{
transition: transform 0.2s ease-in-out;
}
.navbar-container .hamburger-lines .line3{
transform-origin: 0% 100%;
transition: transform 0.3s ease-in-out;
}
.navbar .menu-items{
padding-top: 100px;
background: #fff;
height: 100vh;
max-width: 300px;
transform: translate(-150%);
display: flex;
flex-direction: column;
margin-left: -40px;
padding-left: 40px;
transition: transform 0.5s ease-in-out;
box-shadow: 5px 0px 10px 0px #aaa;
overflow: scroll;
}
.navbar .menu-items li{
margin-bottom: 1.8rem;
font-size: 1.1rem;
font-weight: 500;
}
.logo{
position: absolute;
top: 10px;
right: 15px;
font-size: 2.5rem;
}
.navbar-container input[type="checkbox"]:checked ~ .menu-items{
transform: translateX(0);
}
.navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
transform: rotate(45deg);
}
.navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
transform: scaleY(0);
}
.navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
transform: rotate(-45deg);
}
}
@media (max-width: 500px){
.navbar-container input[type="checkbox"]:checked ~ .logo{
display: none;
}
}
.make-donate-button {
background-color: #117964;
color: #fff;
padding: 12px 24px;
font-size: 1.2rem;
border: none;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.3s ease-in-out;
}
.make-donate-button:hover {
background-color: #ffffff;
}
@media (max-width: 768px) {
.make-donate-button {
margin-top: 20px;
}
}
</style>
<body>
<!-- <div id="sticky-header" class="main-header-area">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-xl-3 col-lg-3">
<div class="logo">
<a href="index.html">
<img src="img/LogoNgo.png" height="100px" width="100px" alt="">
</a>
</div>
</div>
<div class="col-xl-9 col-lg-9">
<div class="main-menu">
<nav>
<ul id="navigation">
<li><a href="index.html">home</a></li>
<li><a href="About.html">About</a></li>
<li><a href="#">blog <i class="ti-angle-down"></i></a>
<ul class="submenu">
<li><a href="blog.html">blog</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
<li><a href="https://forms.gle/SXJN1KNB4CZGmKSaA">Volunteer</a></li>
</ul>
</nav>
<div class="Appointment">
<div class="book_btn d-none d-lg-block">
<a data-scroll-nav='1' href="https://rzp.io/l/eKIvycV">Make a Donate</a>
</div>
</div>
</div>
</div>
<div class="col-12">
<div class="mobile_menu d-block d-lg-none"></div>
</div>
</div>
</div>
</div> -->
<nav class="navbar">
<div class="navbar-container container">
<input type="checkbox" name="" id="">
<div class="hamburger-lines">
<span class="line line1"></span>
<span class="line line2"></span>
<span class="line line3"></span>
</div>
<ul class="menu-items">
<li><a href="index.html">Home</a></li>
<li><a href="About.html">About</a></li>
<li><a href="https://swarajyaprathisthanblogs.vercel.app">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="https://forms.gle/SXJN1KNB4CZGmKSaA">Volunteer</a></li>
<li><a class="make-donate-button"href="https://rzp.io/l/eKIvycV">Make Donate</a></button>
</li>
</ul>
<h1 class="logo"> <img src="img/LogoNgo.png" height="60px" width="60px" alt="" style="margin-left: 20px;"></h1>
</div>
</nav>
</div>
</header>
<div class="slider_area">
<div class="single_slider d-flex align-items-center slider_bg_1 overlay2">
<div class="container">
<div class="row">
<div class="col-lg-9">
<div class="slider_text ">
<span>Get Started Today.</span>
<h3> Help the children
When They Need</h3>
<p>With so much to consume and such little time, coming up <br>
with relevant title ideas is essential</p>
<a href="About.html" class="boxed-btn3">Learn More
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="reson_area section_padding">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="section_title text-center mb-55">
</div>
</div>
</div>
<div class="latest_activites_area">
<div class=" video_bg_1 video_activite d-flex align-items-center justify-content-center">
<a class="popup-video" href="img/ngovideo.mp4">
<i class="flaticon-ui"></i>
</a>
</div>
<div class="container">
<div class="row justify-content-end">
<div class="col-lg-7">
<div class="activites_info">
<div class="section_title">
<h3> <span>Watch Our Latest </span><br>
Activities</h3>
</div>
<p class="para_1">14th November is celebrated as Children's Day. We are very happy to inform you. Today on 14/11/2022 Swarajya Pratishthan visited the orphanage in Yeur village of Thane and distributed sweaters to the children there.</p class="para_1">
<p class="para_2">Bharatratna Smt. Indira Gandhi Vidyamandir Savarkar Thane, organized by Swarajya Pratishthan, was able to distribute booklets to students of 8th to 10th standard. Also, Swarajya Pratishthan organized a felicitation ceremony for the students who have passed from class 10 of Indira Gandhi Vidyamandir School with good marks. Also, on the occasion of Ashadhi Ekadashi and Guru Poornima, the program Swaramayi Najrana of devotional songs was held...</p>
<a href="#" data-scroll-nav='1' class="boxed-btn4">Donate Now</a>
</div>
</div>
</div>
</div>
</div>
<div class="popular_causes_area section_padding">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="section_title text-center mb-55">
<h3><span>Popular Causes</span></h3>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="causes_active owl-carousel">
<div class="single_cause">
<div class="thumb">
<img src="img/girlsedu.png" alt="">
</div>
<div class="causes_content">
<div class="balance d-flex justify-content-between align-items-center">
</div>
<h4>Help for Girls Education. </h4>
<p>स्वराज्य प्रतिष्ठान स्वयंसेवी संस्थेने एक कार्यक्रम आयोजित केला ज्यामध्ये त्यांनी सर्व गरजू विद्यार्थिनींना मदत केली आणि त्यांना शिक्षणासाठी निधी उपलब्ध करून दिला आणि त्यांच्यासाठी पुस्तक दानही केले..त्यांच्यासाठी पुस्तक दानही केले हा खूप चांगला उपक्रम होता आणि या कार्यक्रमाचा अनेक विद्यार्थ्यांना फायदा झाला.धन्यवाद.
</p>
<a class="read_more" href="cause_details.html">Read More</a>
</div>
</div>
<div class="single_cause">
<div class="thumb">
<img src="img/swwat.png" alt="">
</div>
<div class="causes_content">
<div class="balance d-flex justify-content-between align-items-center">
</div>
<h4>Clothes For Everyone</h4>
<p>१४ नोव्हेंबर हा दिवस बालदिन म्हणून साजरा केला जातो. आपणांस कळवण्यात अत्यंत आनंद होत आहे .
आज दिनांक १४/११/२०२२ रोजी स्वराज्य प्रतिष्ठान तर्फे ठाण्यातील येऊर गावातील अनाथ आश्रमाला भेट देऊन आपल्या स्वराज्य प्रतिष्ठान तर्फे तेथील लहान मुलांना स्वेटर वाटप करण्यात आले.</p>
<a class="read_more" href="cause_details.html">Read More</a>
</div>
</div>
<div class="single_cause">
<div class="thumb">
<img src="img/books.png" alt="">
</div>
<div class="causes_content">
<div class="balance d-flex justify-content-between align-items-center">
</div>
<h4>Books For Students.</h4>
<p>स्वराज्य प्रतिष्ठान आयोजित भारतरत्न श्रीमती इंदिरा गांधी विद्यामंदिर सावरकर ठाणे येथील शालेय ८ वी ते १० वी या विद्यार्थ्यांना वह्या वाटप करण्यात सहवाजता आले.तसेच इंदिरा गांधी विद्यामंदिर शाळेतील इयत्ता १० वी मधुन जे विद्यार्थी चांगल्या गुणांनी उत्तीर्ण झाले आहे त्यांचे स्वराज्य प्रतिष्ठान तर्फे सत्कार समारंभ करण्यात आला .</p>
<a class="read_more" href="cause_details.html">Read More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- popular_causes_area_end -->
<!-- our_volunteer_area_start -->
<div class="our_volunteer_area section_padding">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="section_title text-center mb-55">
<h3><span>Our Team</span></h3>
</div>
</div>
</div>
< <div class="row justify-content-center">
<div class="col-lg-4 col-md-6">
<div class="single_volenteer">
<div class="volenteer_thumb">
<img src="img/volenteer/PRESIDENT.png" alt="">
</div>
<div class="voolenteer_info d-flex align-items-end">
<div class="social_links">
<ul>
<li>
<a href="#"> <i class="fa fa-facebook"></i> </a>
</li>
<li>
<a href="#"> <i class="fa fa-pinterest"></i> </a>
</li>
<li>
<a href="#"> <i class="fa fa-linkedin"></i> </a>
</li>
<li>
<a href="#"> <i class="fa fa-twitter"></i> </a>
</li>
</ul>
</div>
<div class="info_inner">
<h4>Yogesh Gadse</h4>
<p>President</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="single_volenteer">
<div class="volenteer_thumb">
<img src="img/volenteer/treasurer.png" alt="">
</div>
<div class="voolenteer_info d-flex align-items-end">
<div class="social_links">
<ul>
<li>
<a href="#"> <i class="fa fa-facebook"></i> </a>
</li>
<li>
<a href="#"> <i class="fa fa-pinterest"></i> </a>
</li>
<li>
<a href="#"> <i class="fa fa-linkedin"></i> </a>
</li>
<li>
<a href="#"> <i class="fa fa-twitter"></i> </a>
</li>
</ul>
</div>
<div class="info_inner">
<h4>Saurabh Kakad</h4>
<p>Treasurer</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="single_volenteer">
<div class="volenteer_thumb">
<img src="img/volenteer/member1.jpg" alt="">
</div>
<div class="voolenteer_info d-flex align-items-end">
<div class="social_links">
<ul>
<li>
<a href="#"> <i class="fa fa-facebook"></i> </a>
</li>
<li>
<a href="#"> <i class="fa fa-pinterest"></i> </a>
</li>
<li>
<a href="#"> <i class="fa fa-linkedin"></i> </a>
</li>
<li>
<a href="#"> <i class="fa fa-twitter"></i> </a>
</li>
</ul>
</div>
<div class="info_inner">
<h4>Sandesh Mhaske</h4>
<p>Volunteer</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- our_volunteer_area_end -->
<div data-scroll-index='1' class="make_donation_area section_padding">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="section_title text-center mb-55">
<h3><span>Make a Donation</span></h3>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="donate_now_btn text-center">
<a href="https://rzp.io/l/eKIvycV" class="boxed-btn4">Donate Now</a>
</div>
</div>
</div>
</div>
</div>
<!-- footer_start -->
<footer class="footer">
<div class="footer_top">
<div class="container">
<div class="row">
<div class="col-xl-4 col-md-6 col-lg-4 ">
<div class="footer_widget">
<div class="footer_logo">
<a href="#">
<img src="img/LogoNgo.png" alt="">
</a>
</div>
<p class="address_text">Swarajya Pratishthan is a Registered Trust that aims at reuniting every child in need across Thane and Mumbai with proper education. It believes in making them independent and confident with different vocational courses. Trust Register No.:- MAHA/615/2022
</p>
<div class="socail_links">
<ul>
<li>
<a href="#">
<i class="ti-facebook"></i>
</a>
</li>
<li>
<a href="#">
<i class="ti-twitter-alt"></i>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-dribbble"></i>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-instagram"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-xl-2 col-md-6 col-lg-2">
<div class="footer_widget">
<h3 class="footer_title">
Services
</h3>
<ul class="links">
<li><a href="#">Donate</a></li>
<li><a href="https://forms.gle/SXJN1KNB4CZGmKSaA">Volunteer</a></li>
<li><a href="#">Jobs</a></li>
</ul>
</div>
</div>
<div class="col-xl-3 col-md-6 col-lg-3">
<div class="footer_widget">
<h3 class="footer_title">
Contacts
</h3>
<div class="contacts">
<p>9082281306<br>
swarajyapratishthan085@gmail.com <br>
Thane,Mumbai,Maharashtra.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="copy-right_text">
<div class="container">
<div class="row">
<div class="bordered_1px "></div>
<div class="col-xl-12">
<p class="copy_right text-center"></p>
</div>
</div>
</div>
</div>
<div>
<h3> <center>This Website is Developed By CoderX-Officials @COMPS_VPPCOE-SION</center></h3>
</div>
</footer>
<script src="js/vendor/modernizr-3.5.0.min.js"></script>
<script src="js/vendor/jquery-1.12.4.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/ajax-form.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/scrollIt.js"></script>
<script src="js/jquery.scrollUp.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/nice-select.min.js"></script>
<script src="js/jquery.slicknav.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/gijgo.min.js"></script>
<script src="js/contact.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jquery.form.js"></script>
<script src="js/jquery.validate.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/main.js"></script>
<script>
function test(){
var tabsNewAnim = $('#navbarSupportedContent');
var selectorNewAnim = $('#navbarSupportedContent').find('li').length;
var activeItemNewAnim = tabsNewAnim.find('.active');
var activeWidthNewAnimHeight = activeItemNewAnim.innerHeight();
var activeWidthNewAnimWidth = activeItemNewAnim.innerWidth();
var itemPosNewAnimTop = activeItemNewAnim.position();
var itemPosNewAnimLeft = activeItemNewAnim.position();
$(".hori-selector").css({
"top":itemPosNewAnimTop.top + "px",
"left":itemPosNewAnimLeft.left + "px",
"height": activeWidthNewAnimHeight + "px",
"width": activeWidthNewAnimWidth + "px"
});
$("#navbarSupportedContent").on("click","li",function(e){
$('#navbarSupportedContent ul li').removeClass("active");
$(this).addClass('active');
var activeWidthNewAnimHeight = $(this).innerHeight();
var activeWidthNewAnimWidth = $(this).innerWidth();
var itemPosNewAnimTop = $(this).position();
var itemPosNewAnimLeft = $(this).position();
$(".hori-selector").css({
"top":itemPosNewAnimTop.top + "px",
"left":itemPosNewAnimLeft.left + "px",
"height": activeWidthNewAnimHeight + "px",
"width": activeWidthNewAnimWidth + "px"
});
});
}
$(document).ready(function(){
setTimeout(function(){ test(); });
});
$(window).on('resize', function(){
setTimeout(function(){ test(); }, 500);
});
$(".navbar-toggler").click(function(){
$(".navbar-collapse").slideToggle(300);
setTimeout(function(){ test(); });
});
// --------------add active class-on another-page move----------
jQuery(document).ready(function($){
// Get current path and find target link
var path = window.location.pathname.split("/").pop();
// Account for home page with empty path
if ( path == '' ) {
path = 'index.html';
}
var target = $('#navbarSupportedContent ul li a[href="'+path+'"]');
// Add active class to target link
target.parent().addClass('active');
});
// Add active class on another page linked
// ==========================================
// $(window).on('load',function () {
// var current = location.pathname;
// console.log(current);
// $('#navbarSupportedContent ul li a').each(function(){
// var $this = $(this);
// // if the current path is like this link, make it active
// if($this.attr('href').indexOf(current) !== -1){
// $this.parent().addClass('active');
// $this.parents('.menu-submenu').addClass('show-dropdown');
// $this.parents('.menu-submenu').parent().addClass('active');
// }else{
// $this.parent().removeClass('active');
// }
// })
// });
</script>
</body>
</html>