This repository has been archived by the owner on Jan 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
/
index.html
529 lines (439 loc) · 21.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SFC FOUNDATIONS</title>
<!-- favicon -->
<link rel="icon" type="image/png" href="images/logo-img - Copy.png" />
<!-- aos css cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css">
<!-- google fonts cdn link -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link
href="https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;500&family=Roboto:wght@100;300;400;500&display=swap"
rel="stylesheet">
<link href=" https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/darkmode.css">
</head>
<body id="DarkModeTogglerId">
<a onclick="topFunction()" id="button"></a>
<div class="spinner-wrapper">
<img class="pim" src="images/home-wh.png">
</div>
<!-- header section starts -->
<header>
<a href="#" class="logo"><img src="images/logo-img.png" alt=""></a>
<div id="menu-bar" class="fas fa-bars"></div>
<nav class="navbar">
<ul>
<li><a class="active" href="#home">Home</a></li>
<li><a href="#about">About-Us</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#joinus">Join Us</a></li>
<li><a href="#events">Events</a></li>
<li><a href="#news">News</a></li>
<li><a href="pages/Contact-Us/contact.html">Contact us</a></li>
<li><a href="pages/Blog/blog.html">Blogs</a></li>
<li><a href="pages/Donate/Donate.html">Donate</a></li>
<li id="darkmodeli"><input type="checkbox" id="toggle" name="checkbox" class="switch" onclick="myfun()">
</li>
</ul>
</nav>
</header>
<!-- header section ends -->
<div class="feederbox">
<img class="feed" src="images/feeding_paws.png">
<div class="counter">
<p>3669</p>
</div>
<a href="pages/FEED/feed.html" class="feedknowmore"><button class="btn">Know More</button></a>
</div>
<!-- home section starts -->
<!--
<section class="home" id="home">
<div class="content" data-aos="fade-right">
<h3>SFC FOUNDATIONS</h3>
<p>SFC Foundations-CHD presenting Educate to ElevateTauhfa-e-Taleem. "If the darkness of ignorance is to be
dispelled then the sun of education has to rise."So many children are born talented, have immense
capacity for understanding...</p>
</div>
<div class="image" data-aos="fade-up">
<img src="images/home.png" alt="logo">
</div>
</section> -->
<!-- home section ends -->
<!-- Image slider start -->
<section class="home" id="home">
<div class="border">
<div class="slider">
<div class="live">
<a href=""><button class=" btn">⚪ LIVE</button></a>
</div>
<div class="slides">
<!-- radio buttons start -->
<input type="radio" name="radio-btn" id="radio1">
<input type="radio" name="radio-btn" id="radio2">
<input type="radio" name="radio-btn" id="radio3">
<input type="radio" name="radio-btn" id="radio4">
<!-- radio buttons ends -->
<!-- slide images start -->
<div class="slide first">
<h3>SFC FOUNDATIONS</h3>
<p>SFC is a Youth-Run NGO working in PAN India.. "If the darkness of
ignorance
is to be
dispelled then the sun of education has to rise."So many children are born talented, have
immense
capacity for understanding...</p>
<div class="learnmore">
<a href="pages/slider-event/slider-event.html"><button class="btn">READ MORE</button></a>
</div>
</div>
<div class="slide">
<h3>LET’S FIND WHO IS LOST</h3>
<p> ENDANGERED SPECIES DAY (21May, 2021) Hola! SFC FOUNDATIONS DElHI is back with an amazing
activity for ENDANGERED SPECIES DAY ( 21st May, 2021) LET'S FIND WHO IS LOST Endangered
species... </p>
<div class="learnmore">
<a href="pages/slider-event/slider-event.html"><button class="btn">READ MORE</button></a>
</div>
</div>
<div class="slide">
<h3>Each One Feed One</h3>
<p>Hunger is a painful symptom of larger issue of poverty and inequality but imagine prolonged
hunger, over days, weeks and months when all you get is abuses, violence and humiliation...
</p>
<div class="learnmore">
<a href="pages/slider-event/slider-event.html"><button class="btn">READ MORE</button></a>
</div>
</div>
<div class="slide">
<h3>Umeedo Bhari Aasha</h3>
<p>Hello Everyone Umeedo Bhari Aasha उम्मीदों भरी आशा ~Hope Is An Antidote. As we know that In
this
Tension Torn world, It has become difficult for us to lead a peaceful... </p>
<div class="learnmore">
<a href="pages/slider-event/slider-event.html"><button class="btn ">READ MORE</button></a>
</div>
</div>
<!-- slide images ends -->
<!-- Automatic navigation starts -->
<div class="navigation-auto">
<div class="auto-btn1"></div>
<div class="auto-btn2"></div>
<div class="auto-btn3"></div>
<div class="auto-btn4"></div>
</div>
<!-- Automatic navigation ends -->
</div>
<!-- manual navigation start -->
<div class="navigation-manual">
<label for="radio1" class="manual-btn"></label>
<label for="radio2" class="manual-btn"></label>
<label for="radio3" class="manual-btn"></label>
<label for="radio4" class="manual-btn"></label>
</div>
<!-- manual navigation ends -->
</div>
</div>
</section>
<!-- Image slider ends -->
<!-- about section starts -->
<section class="about" id="about" data-aos="fade-right">
<div>
<h1 class="heading">About <span>Us</span></h1>
<a href="pages/About-Us/knowsfc.html"><button class="btn">Know SFC</button></a>
<a href="pages/About-Us/founder.html"><button class="btn">Founder's Profile</button></a>
<a href="pages/KMP/kmp.html"><button class="btn">KMP</button></a>
<a href="pages/About-Us/coreteam.html"><button class="btn">Core Team</button></a>
</div>
<img class="banner" src="images/banner.png">
</section>
<!-- about section ends -->
<!-- Project section -->
<section class="projects" id="projects">
<h1 class="heading"> Our Projects <span>List</span> </h1>
<ul class="list" data-aos="fade-down">
<li class="btn active" data-src="images/GYAN.png">Gyan</li>
<li class="btn" data-src="images/VATAVARAN.jpg">Vatavaran</li>
<li class="btn " data-src="images/SAMPURAN.png">Sampuran</li>
</ul>
<div class="row" data-aos="fade-right">
<div class="image" data-aos="fade-left">
<img src="images/GYAN.png" id="menu-img" alt="">
</div>
<div class="content">
<div class="info">
<h3> <span>01.</span>Gyan</h3>
<p>aims to impart education to the underprivileged Kids. To unveil the hidden talents of the youth
via enhancing their Learning Curve is the true objective of Gyan. …</p>
<a href="pages/Projects/gyan.html"><button class="btn">Read</button></a>
</div>
<div class="info">
<h3> <span>02.</span>Vatavaran</h3>
<p>is a campaigns focusing on the protection of our environment, animal protection and other
creatures too. Currently, our ongoing campaign, under this project is #Feedingpaws </p>
<a href="pages/Projects/vatavaran.html"><button class="btn">Read</button></a>
</div>
<div class="info">
<h3> <span>03.</span>Sampuran</h3>
<p>holistic project of SFC which focuses to revive the lives that are long lost and forgotten
through numerous activities like Old Age Home Visits, Awareness Drives etc. …</p>
<a href="pages/Projects/Sampuran.html"><button class="btn">Read</button></a>
</div>
</div>
</div>
</section>
<!-- Join Us Section Starts-->
<section class="joinus" id="joinus">
<div>
<h1 class="heading">Join <span>Us</span></h1>
<a href="pages/Join-Us/joinus.html"><button class="btn Join">INTERN</button></a>
<a href="pages/Join-Us/joinus.html"><button class="btn Join">VOLUNTEER</button></a>
</div>
<img class="joining" src="images/joinusbanner.png">
</section>
<!-- Join Us Section Ends -->
<!-- EVENTS SECTION -->
<section class="events" id="events">
<h1 class="heading"><span>Events</span> </h1>
<div class="box-container">
<div class="eventbox">
<h3>Indradhanush</h3>
<img src="images/id.jpg" alt="">
</div>
<div class="eventbox">
<h3>Rehnuma</h3>
<img src="images/reh.jpg" alt="">
</div>
<div class="eventbtnbox">
<a href="pages/Events/events.html"><button class="btn Join">MORE <br>EVENTS</button></a>
</div>
</div>
</section>
<!-- EVENT SECTION END -->
<!-- NEWS SECTION -->
<section class="news" id="news">
<h1 class="heading"> SFC <span>In News</span> </h1>
<div class="row" data-aos="fade-right">
<!-- news news item -->
<div class="news-item padd-15">
<div class="news-item-inner shadow-dark">
<div class="news-img">
<img src="images/n1.jpg" alt="news">
</div>
<div class="news-info">
<h4 class="news-title">The Times Of India</h4>
<p class="news-tags"> Inspired by the Army, Navy, and Air Force’s gesture of thanking corona
warriors, local NGO SFC Foundation.. <a href="pages/Templates/news.html"> Read more </a></p>
</div>
</div>
</div>
<!-- news item end -->
<!-- news item -->
<div class="news-item padd-15">
<div class="news-item-inner shadow-dark">
<div class="news-img">
<img src="images/n2.jpeg" alt="news">
</div>
<div class="news-info">
<h4 class="news-title">Fast Media</h4>
<p class="news-tags">Fast Media, a renowned Punjabi newspaper honoured three-days training
programme by.. <a href="pages/Templates/news.html"> Read more</a></p>
</div>
</div>
</div>
<!-- news item end -->
<div class="newsbtnbox">
<a href="pages/News/news.html"><button class="newsbox btn Join">MORE <br>NEWS</button></a>
</div>
</div>
</section>
<!-- popular section ends -->
<!-- talks section starts -->
<section class="talks" id="order">
<h1 class="heading"> People <span> Speak</span> </h1>
<div class="slideshow-container">
<div class="mySlides">
<q>SFC Foundation is truly an aid to the decrepit. How wonderful it is to see these young bloods running
for the protection of those people who are long forgotten and secreted. Though changing and reviving
lives is difficult but not an impossible work. Keep up the good work!</q>
<p class="author">- Dr Sukhwinder Jeet Singh</p>
<p class="author">District Health Officer, Sangrur, Punjab </p>
</div>
<div class="mySlides">
<q>SFC Foundations is an epitome of knowledge and gives path of enlightenment to the underprivileged
children and also to the other sections of society. It brings a smile to each person and teaches the
art of living. </q>
<p class="author">- Mr. Dinesh Sood</p>
<p class="author"> Teacher</p>
</div>
<div class="mySlides">
<q>SFC is a center of excellence that provides intensive education and knowledge to the under privileged
children’s which helps them to the understand the world in a better way. When I personally went to
one of the Event, it was really blissful to see those smiling and blooming faces.</q>
<p class="author">- CS Misha Dhawan</p>
</div>
<div class="mySlides">
<q>In this cruel, brutish world, all we need is sensitivity. And its remarkable to see these efforts
from the Youth of our Country. They are the ones who can actually make a change and SFC Foundation
has already set its benchmarks high with them. Their unique approach in solving problems of the
needy ones is extremely beautiful.</q>
<p class="author">- Ms. Meenu Gupta</p>
<p class="author"> Entrepreneur</p>
</div>
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<div class="dot-container">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>
</section>
<hr>
<footer>
<svg viewBox="0 0 120 28">
<defs>
<mask id="xxx">
<circle cx="7" cy="12" r="40" fill="#fff" />
</mask>
<filter id="goo">
<feGaussianBlur in="SourceGraphic" stdDeviation="2" result="blur" />
<feColorMatrix in="blur" mode="matrix" values="
1 0 0 0 0
0 1 0 0 0
0 0 1 0 0
0 0 0 13 -9" result="goo" />
<feBlend in="SourceGraphic" in2="goo" />
</filter>
<path id="wave"
d="M 0,10 C 30,10 30,15 60,15 90,15 90,10 120,10 150,10 150,15 180,15 210,15 210,10 240,10 v 28 h -240 z" />
</defs>
<use id="wave3" class="wave" xlink:href="#wave" x="0" y="-2"></use>
<use id="wave2" class="wave" xlink:href="#wave" x="0" y="0"></use>
<g class="gooeff">
<circle class="drop drop1" cx="20" cy="2" r="1.8" />
<circle class="drop drop2" cx="25" cy="2.5" r="1.5" />
<circle class="drop drop3" cx="16" cy="2.8" r="1.2" />
<use id="wave1" class="wave" xlink:href="#wave" x="0" y="1" />
<!-- g mask="url(#xxx)">
<path id="wave1" class="wave" d="M 0,10 C 30,10 30,15 60,15 90,15 90,10 120,10 150,10 150,15 180,15 210,15 210,10 240,10 v 28 h -240 z" />
</g>
</g -->
</svg>
</footer>
<!-- footer section starts -->
<div class="footer">
<div class="box-container">
<div class="box">
<h3>Contact information</h3>
<p>
</p>
<p> <i class="fas fa-envelope"></i> [email protected] </p>
<p> <i class="fas fa-phone"></i> +91 85569 51762 </p>
<p> <i class="fas fa-whatsapp"></i><a href="http://api.whatsapp.com/send?phone=+918556951762">Drop a
HI!👋🏼</a></p>
</div>
<div class="box">
<h3>Want to Hear Us ?</h3>
<p>Tune-In</p>
<a class="spot"><i class="fab fa-spotify fa-3x"></i></a>
</div>
<div class="box">
<h3>follow us</h3>
<a href="https://www.linkedin.com/company/sfc-foundations"><i class="fa fa-linkedin"></i> LinkedIn</a>
<a href="https://m.facebook.com/profile.php?id=1630269837076825&ref=content_filter"><i
class="fa fa-facebook"></i> Facebook</a>
<a href="https://instagram.com/sfc_foundations?igshid=aydainwtfmeh"><i class="fa fa-instagram"></i>
Instagram</a>
<a href="#"> <i class="fa fa-twitter"></i> Twitter</a>
</div>
</div>
<div class="map-responsive">
<!-- this iframe contains a random address please update the address accoeding to your requirment -->
<iframe src="https://www.google.com/maps/d/u/0/embed?mid=1ufkNDvPWS-mvHMV0U7Yf1UGOqIwapKdY" width="1300"
height="400" style="border:0;"></iframe>
</div>
<h1 class="credit">Copyright © All right reserved. SFC FOUNDATIONS </h1>
</div>
<!-- footer section ends -->
<!-- aos js cdn link -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"></script>
<!-- jquery cdn link -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<!-- custom js file link -->
<script src="js/script.js"></script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script>
var counter = 1;
setInterval(function () {
document.getElementById('radio' + counter).checked = true;
counter++;
if (counter > 4) {
counter = 1;
}
}, 5000);
</script>
<!-- initializing aos -->
<script>
AOS.init({
delay: 400,
duration: 1000
})
</script>
<script>
jQuery(document).ready(function ($) {
$('.counter').counterUp({
delay: 2,
time: 1000
});
});
</script>
<script>
var slideIndex = 0;
carousel();
function carousel() {
var i;
var x = document.getElementsByClassName("mySlides");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
slideIndex++;
if (slideIndex > x.length) {
slideIndex = 1;
x[slideIndex - 1].style.display = "block";
}
x[slideIndex - 1].style.display = "block";
setTimeout(carousel, 3000);
}
</script>
<script>//Get the button:
mybutton = document.getElementById("button");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () { scrollFunction() };
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0; // For Safari
document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera
}</script>
<script src="js/jquery.counterup.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.3/waypoints.min.js"></script>
<script src="https://kit.fontawesome.com/c8e4d183c2.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.5.1.js"
integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc=" crossorigin="anonymous"></script>
<script src="js/darkmode.js"></script>
</body>
</html>