-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
583 lines (549 loc) · 27.3 KB
/
about.php
File metadata and controls
583 lines (549 loc) · 27.3 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
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Source+Sans+Pro:wght@300;400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/index.css">
<title>SGI-Foundation</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<!--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! POPUPS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-->
<div class="popup" id="popup11">
<div class="popup__header">
<h5 class="heading--5 container__heading">
Act towards
<strong>OUR INITIATIVE</strong>
</h5>
<a href="#causes" class="popup__close">X</a>
</div>
<div class="popup__container">
<h5 class="heading--6 popup__heading">
Bank details:
</h5>
<p class="paragraph--4 popup__paragraph">
Bank Name: Corporation Bank
</p>
<p class="paragraph--4 popup__paragraph">
Branch : Corpration Bank Jakhan Branch Dehradun Uttarakhand
</p>
<p class="paragraph--4 popup__paragraph">
Account number: 510101006547338
</p>
<p class="paragraph--4 popup__paragraph">
IFSC: CORP0003280
</p>
</div>
</div>
<div class="popup" id="popup1">
<div class="popup__header">
<h5 class="heading--5 container__heading">
What do we want?
<strong>POPUP 1</strong>
</h5>
<a href="#causes" class="popup__close">X</a>
</div>
<form action="#" class="popup__form">
<input type="hidden" name="cause" value="1">
<p class="paragraph--4 popup__paragraph">Payment type:</p>
<div class="popup__box">
<input required type="radio" name="payment" class="popup__radio" value="OTP"><span class="paragraph--4 popup__pargraph">One Time Payment</span>
<input required type="radio" name="payment" class="popup__radio" value="REC"><span class="paragraph--4 popup__pargraph">Recurring</span>
</div>
<p class="paragraph--4 popup__paragraph">Amount(you need to pay)*</p>
<div class="popup__box">
<input required type="text" name="amount" class="popup__text text">
<p class="paragraph--4 popup__paragraph">U.S.D</p>
<p class="paragraph--4 popup__paragraph">* Payment Gateway Fee Extra</p>
</div>
<p class="paragraph--4 popup__paragraph">Email</p>
<div class="popup__box">
<input required type="email" name="email" class="popup__text text">
</div>
<p class="paragraph--4 popup__paragraph">Name</p>
<div class="popup__box">
<input required type="text" name="name" class="popup__text text">
</div>
<p class="paragraph--4 popup__paragraph">Phone</p>
<div class="popup__box">
<input required type="number" name="phone" class="popup__text text">
</div>
<p class="paragraph--4 popup__paragraph">Message</p>
<div class="popup__box">
<textarea name="message" class="textarea popup__textarea"></textarea>
</div>
<button type="submit" class="button popup__button">Submit</button>
</form>
</div>
<div class="popup" id="popup2">
<div class="popup__header">
<h5 class="heading--5 container__heading">
What do we want?
<strong>POPUP 2</strong>
</h5>
<a href="#causes" class="popup__close">X</a>
</div>
<form action="#" class="popup__form">
<input type="hidden" name="cause" value="2">
<p class="paragraph--4 popup__paragraph">Payment type:</p>
<div class="popup__box">
<input required type="radio" name="payment" class="popup__radio" value="OTP"><span class="paragraph--4 popup__pargraph">One Time Payment</span>
<input required type="radio" name="payment" class="popup__radio" value="REC"><span class="paragraph--4 popup__pargraph">Recurring</span>
</div>
<p class="paragraph--4 popup__paragraph">Amount(you need to pay)*</p>
<div class="popup__box">
<input required type="text" name="amount" class="popup__text text">
<p class="paragraph--4 popup__paragraph">U.S.D</p>
<p class="paragraph--4 popup__paragraph">* Payment Gateway Fee Extra</p>
</div>
<p class="paragraph--4 popup__paragraph">Email</p>
<div class="popup__box">
<input required type="email" name="email" class="popup__text text">
</div>
<p class="paragraph--4 popup__paragraph">Name</p>
<div class="popup__box">
<input required type="text" name="name" class="popup__text text">
</div>
<p class="paragraph--4 popup__paragraph">Phone</p>
<div class="popup__box">
<input required type="number" name="phone" class="popup__text text">
</div>
<p class="paragraph--4 popup__paragraph">Message</p>
<div class="popup__box">
<textarea name="message" class="textarea popup__textarea"></textarea>
</div>
<button type="submit" class="button popup__button">Submit</button>
</form>
</div>
<div class="popup" id="popup3">
<div class="popup__header">
<h5 class="heading--5 container__heading">
What do we want?
<strong>POPUP 3</strong>
</h5>
<a href="#causes" class="popup__close">X</a>
</div>
<form action="#" class="popup__form">
<input type="hidden" name="cause" value="3">
<p class="paragraph--4 popup__paragraph">Payment type:</p>
<div class="popup__box">
<input required type="radio" name="payment" class="popup__radio" value="OTP"><span class="paragraph--4 popup__pargraph">One Time Payment</span>
<input required type="radio" name="payment" class="popup__radio" value="REC"><span class="paragraph--4 popup__pargraph">Recurring</span>
</div>
<p class="paragraph--4 popup__paragraph">Amount(you need to pay)*</p>
<div class="popup__box">
<input required type="text" name="amount" class="popup__text text">
<p class="paragraph--4 popup__paragraph">U.S.D</p>
<p class="paragraph--4 popup__paragraph">* Payment Gateway Fee Extra</p>
</div>
<p class="paragraph--4 popup__paragraph">Email</p>
<div class="popup__box">
<input required type="email" name="email" class="popup__text text">
</div>
<p class="paragraph--4 popup__paragraph">Name</p>
<div class="popup__box">
<input required type="text" name="name" class="popup__text text">
</div>
<p class="paragraph--4 popup__paragraph">Phone</p>
<div class="popup__box">
<input required type="number" name="phone" class="popup__text text">
</div>
<p class="paragraph--4 popup__paragraph">Message</p>
<div class="popup__box">
<textarea name="message" class="textarea popup__textarea"></textarea>
</div>
<button type="submit" class="button popup__button">Submit</button>
</form>
</div>
<!--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! HEADER !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-->
<header class="header">
<a href="index.php" class="header__logo--link"><img src="images/logo.png" alt="" class="header__logo"></a>
<div class="header__social">
<a href="#" class="header__social--link">
<svg class="header__social--icon">
<use href='images/socialSprite.svg#icon-facebook' ></use>
</svg>
</a>
<a href="#" class="header__social--link">
<svg class="header__social--icon">
<use href='images/socialSprite.svg#icon-linkedin'></use>
</svg>
</a>
</div>
<a href="contact.php" class="button header__subscribe paragraph--6">
Volunteer
</a>
</header>
<!--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! NAVIGATION !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-->
<nav class="navigation">
<div class="navigation__menu">
<a href="index.php" class="navigation__menu--link paragraph--5">home</a>
<div class="navigation__menu--link selected paragraph--5 navigation__dropdown2">Our Story</div>
<div class="navigation__menu--link paragraph--5 navigation__dropdown" style="cursor: pointer;">Our Cause</div>
<!-- <a href="sustainable.php" class="navigation__menu--link paragraph--5">Our Cause</a>
<a href="recycle.php" class="navigation__menu--link paragraph--5">Our Cause</a>
<a href="plantation.php" class="navigation__menu--link paragraph--5">Our Cause</a> -->
<a href="employment.php" class="navigation__menu--link paragraph--5">Employment</a>
<a href="news.php" class="navigation__menu--link paragraph--5">Resources</a>
<a href="contact.php" class="navigation__menu--link paragraph--5">contact us</a>
</div>
</nav>
<!--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! DROPDOWN !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-->
<div class="dropdown">
<a href="sustainable.php" class="dropdown__link paragraph--5">Greening the Planet</a>
<a href="recycle.php" class="dropdown__link paragraph--5">Waste Management</a>
</div>
<!--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! DROPDOWN 2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-->
<div class="dropdown2">
<a href="#team" class="dropdown2__link paragraph--5">Our Team</a>
</div>
<script>
let ourStory = document.querySelector('.navigation__dropdown2');
let d = document.querySelector('.dropdown2');
ourStory.addEventListener('mouseover',function(){
let top = ourStory.getBoundingClientRect().top + 50;
let left = ourStory.getBoundingClientRect().left;
d.style.left = left+'px';
d.style.top = top+'px';
d.style.opacity = 1;
d.style.display = 'flex'
});
ourStory.addEventListener( 'mouseout' , function(){
d.style.opacity = 0;
d.style.display = 'none';
} );
d.addEventListener( 'mouseover' , function(){
d.style.left = ourStory.getBoundingClientRect().left+'px';
d.style.top = ourStory.getBoundingClientRect().top + 50+'px';
d.style.opacity = 1;
d.style.display = 'flex';
} );
d.addEventListener( 'mouseout' , function(){
d.style.display = 'none';
d.style.opacity = 0;
} );
document.querySelector('.dropdown2__link').addEventListener('click',function(){
d.style.display = 'none';
d.style.opacity = 0;
});
</script>
<!--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! MOBILE MENU !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-->
<input type="checkbox" class="mobmenu__checkbox" >
<div class="mobmenu__background"></div>
<div class="mobmenu__buttonContainer">
<div class="mobmenu__line mobmenu__line--1"></div>
<div class="mobmenu__line mobmenu__line--2"></div>
<div class="mobmenu__line mobmenu__line--3"></div>
</div>
<div class="mobmenu">
<div class="mobmenu__box">
<a href="index.php" class="mobmenu__link paragraph--3">HOME</a>
</div>
<div class="mobmenu__box">
<a href="about.php" class="mobmenu__link paragraph--3">Our Story</a>
</div>
<div class="mobmenu__box">
<a href="sustainable.php" class="mobmenu__link paragraph--3">Greening the Planet</a>
</div>
<div class="mobmenu__box">
<a href="recycle.php" class="mobmenu__link paragraph--3">Waste Management</a>
</div>
<div class="mobmenu__box">
<a href="employment.php" class="mobmenu__link paragraph--3">Employment </a>
</div>
<div class="mobmenu__box">
<a href="news.php" class="mobmenu__link paragraph--3">Resources</a>
</div>
<div class="mobmenu__box">
<a href="contact.php" class="mobmenu__link paragraph--3">Contact Us</a>
</div>
</div>
<!--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! BANNER !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-->
<?php
require('php/function.php');
$sgi=new SgiFunction();
$W=$sgi->whoWeAre();
$M=$sgi->MeetOurTeam();
?>
<div class="banner">
<h5 class="heading--5 banner__heading">OUR STORY</h5>
</div>
<!--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! READ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-->
<div class="container" style="padding-bottom: 0;">
<h5 class="heading--5 container__heading">
Who are we?
</h5>
<div class="read">
<div class="read__left">
<img src="admin/assets/ngo/<?= $W[0]['path'] ?>" alt="" class="read__image">
</div>
<div class="read__right">
<p class="paragraph--5 read__paragraph"><strong>
<?= $W[0]['heading'] ?>
</strong></p>
<p class="paragraph--5 read__details">
<?= $W[0]['paragraph1'] ?>
<br><br><?= $W[0]['paragraph2'] ?>
<br><br><?= $W[0]['paragraph3'] ?>
<br><br><?= $W[0]['paragraph4'] ?>
<br><br><?= $W[0]['paragraph5'] ?> </p>
</div>
</div>
</div>
<!--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! WORKS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-->
<div class="container" style="padding-top: 2rem; display:none;" >
<h5 class="heading--5 container__heading">
What do we
<strong>Stand for?</strong>
</h5>
<div class="works">
<div class="work">
<h6 class="heading--8 work__heading">Enriching Life</h6>
<img src="images/social.jpg" alt="SGI life" class="work__image">
<p class="paragraph--5 work__paragraph">
A group of villagers and young people are actively participating in the Sustainable Green initiative, that in turn is helping them with the monetary aid.
</p>
</div>
<div class="work">
<h6 class="heading--8 work__heading">Plastic Waste Brick</h6>
<img src="images/brick.jpg" alt="plastic waste" class="work__image">
<p class="paragraph--5 work__paragraph">
With our green initiative, we are continuously indulging the students to go places and collect waste material, only to covert it into the construction bricks.
</p>
</div>
<div class="work">
<h6 class="heading--8 work__heading">Sustainable Livelihood</h6>
<img src="images/sustainable.jpg" alt="sustainability" class="work__image">
<p class="paragraph--5 work__paragraph">
By utilising plastic waste and converting it into construction bricks, we are actually raising employment in the process at the same time recycling plastic waste.
</p>
</div>
<div class="work">
<h6 class="heading--8 work__heading">Tree Plantation</h6>
<img src="images/plant.jpg" alt="tree-plantation" class="work__image">
<p class="paragraph--5 work__paragraph">
If we plant one billion trees across the world, we can actually reverse the global warming, we believe in the theory and planting as many trees as possible.
</p>
</div>
</div>
</div>
<!--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! TEAM !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-->
<div id="team" class="container" style="padding-top: 3rem; padding-bottom: 2rem;">
<h5 class="heading--5 container__heading">
Meet our Team
</h5>
<div class="team">
<div class="team__member">
<img src="admin/assets/ngo/<?= $M[0]['path'] ?>" alt="" class="team__image">
<p class="paragraph--1 team__name"><?= $M[0]['name'] ?></p>
<div class="team__icons">
<a href="<?= $M[0]['facebook'] ?>" class="team__link" >
<svg class="team__icon">
<use href='images/socialSprite.svg#icon-facebook'></use>
</svg>
</a>
<a href="<?= $M[0]['instagram'] ?>" class="team__link" target="_blank">
<svg class="team__icon">
<use href='images/socialSprite.svg#icon-instagram'></use>
</svg>
</a>
</div>
<p class="paragraph--5 work__paragraph" style="text-align: center;">
<?= $M[0]['paragraph'] ?>
</p>
</div>
<div class="team__member">
<img src="admin/assets/ngo/<?= $M[1]['path'] ?>" alt="" class="team__image">
<p class="paragraph--1 team__name"><?= $M[1]['name'] ?></p>
<div class="team__icons">
<a href="<?= $M[1]['facebook'] ?>" class="team__link" target="_blank">
<svg class="team__icon">
<use href='images/socialSprite.svg#icon-facebook'></use>
</svg>
</a>
<a href="<?= $M[1]['instagram'] ?>" class="team__link" target="_blank">
<svg class="team__icon">
<use href='images/socialSprite.svg#icon-instagram'></use>
</svg>
</a>
</div>
<p class="paragraph--5 work__paragraph" style="text-align: center;">
<?= $M[1]['paragraph'] ?>
</p>
</div>
<div class="team__member">
<img src="admin/assets/ngo/<?= $M[2]['path'] ?>" alt="" class="team__image">
<p class="paragraph--1 team__name"><?= $M[2]['name'] ?></p>
<div class="team__icons">
<a href="<?= $M[2]['facebook'] ?>" class="team__link">
<svg class="team__icon">
<use href='images/socialSprite.svg#icon-facebook'></use>
</svg>
</a>
<a href="<?= $M[2]['instagram'] ?>" class="team__link">
<svg class="team__icon">
<use href='images/socialSprite.svg#icon-instagram'></use>
</svg>
</a>
</div>
<p class="paragraph--5 work__paragraph" style="text-align: center;">
<?= $M[2]['paragraph'] ?>
</p>
</div>
</div>
</div>
<!--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! AFRICA !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-->
<div class="africa">
<div class="africa__content">
<h3 class="heading--3 africa__heading">Donate to our <strong>Cause</strong></h3>
<p class="paragraph--3 africa__pargraph">
It is a vigorously approach to provide a platform for people to help the society become better, we are urge younger and older generation to step up and donate for our cause and give their contribution towards the betterment of the society and ultimately to a better world.
</p>
<a href="#" class="button pargraph--6 africa__button">
Make a Contribution
</a>
</div>
</div>
<!--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! MISSION !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-->
<!-- <div class="container" style="padding-top: 2rem;">
<h5 class="heading--5 container__heading">
Our Goal and
<strong>Our Misson</strong>
</h5>
<div class="missions">
<div class="mission">
<div class="mission__icon mission__icon--1"></div>
<p class="heading--8 mission__heading">
Nurturing mother nature
</p>
<p class="paragraph--5 mission__paragraph">
It is everyone’s duty to protect mother nature now, to preserve its heritage for our future generation and therefore, SGI foundation is doing their best to lead our world to a better place.
</p>
</div>
<div class="mission">
<div class="mission__icon mission__icon--2"></div>
<p class="heading--8 mission__heading">
Guarding world from plastic waste
</p>
<p class="paragraph--5 mission__paragraph">
Our young volunteers are now working on converting plastic waste to make construction bricks, this step not only will reduce the waste but also help in recycling and building eco-friendly houses in future.
</p>
</div>
<div class="mission">
<div class="mission__icon mission__icon--3"></div>
<p class="heading--8 mission__heading">
Educating about the climate change
</p>
<p class="paragraph--5 mission__paragraph">
We rigorously attend seminars and create events around every platform- such as schools, environment summits and so on, to spread out the word about Co2 emission and process to overcome the global warming.
</p>
</div>
<div class="mission">
<div class="mission__icon mission__icon--4"></div>
<p class="heading--8 mission__heading">
Sending invites to join us
</p>
<p class="paragraph--5 mission__paragraph">
SGI foundation believes in equality and wants to promote humanity as one force to succeed while maintaining our nature is better health. For that we look for people all across India to join us in our sustainable advancement.
</p>
</div>
<div class="mission">
<div class="mission__icon mission__icon--5"></div>
<p class="heading--8 mission__heading">
Winning people's heart
</p>
<p class="paragraph--5 mission__paragraph">
We believe that nature is incomplete without life on earth and vice versa. In order to bring people more unclose with the environment, we need to understand nature even more and learn and adapt accordingly.
</p>
</div>
<div class="mission">
<div class="mission__icon mission__icon--6"></div>
<p class="heading--8 mission__heading">
Spreading joy and happiness
</p>
<p class="paragraph--5 mission__paragraph">
We can achieve anything if people work together with a joyous and positive attitude towards their goal. And that is what SGI stands for, to raise awareness and love among each other.
</p>
</div>
</div>
</div> -->
<!--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! LIVES !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-->
<div class="container lives__container">
<h5 class="heading--5 container__heading">
Donate To
<strong>Improve Lives</strong>
</h5>
<div class="lives">
<p class="paragraph--2 lives__paragraph">
Let's collaborate and build a better future for our next generation.
</p>
<div class="lives__buttons">
<a href="sustainable.php" class="button lives__button">Our cause</a>
<a href="#popup11" class="button lives__button">Make a Contribution</a>
</div>
</div>
</div>
<!--!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! FOOTER !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-->
<footer class="footer">
<div class="footer__grid">
<div class="footer__left">
<img src="images/logo.png" alt="" class="footer__logo">
<div class="footer__details">
<div class="footer__details--grid">
<div class="footer__icon footer__icon--1"></div>
<p class="paragraph--5 footer__paragraph">
Green Mount Landour Cantt Mussoorie, Dehradun, India
</p>
</div>
<div class="footer__details--grid">
<div class="footer__icon footer__icon--2"></div>
<p class="paragraph--5 footer__paragraph">
+91 97303 30053
</p>
</div>
<div class="footer__details--grid">
<div class="footer__icon footer__icon--3"></div>
<p class="paragraph--5 footer__paragraph">
info@sgi.foundation
</p>
</div>
</div>
</div>
<div class="footer__center">
<p class="paragraph--2 footer__heading">
Newsletter Signup
</p>
<p class="paragraph--4 footer__paragraph">
Get latest updates from our initiative
</p>
<form action="#" class="footer__signup">
<input type="email" id="signupEmail" class="footer__textBox paragraph--7" placeholder="Enter Email">
<button type="submit" class="button footer__button">submit</button>
</form>
</div>
<div class="footer__right">
<p class="paragraph--2 footer__heading">
Follow Us
</p>
<div class="footer__socials">
<a href="#" class="footer__socialLink">
<svg class="footer__socialIcon">
<use href='images/socialSprite.svg#icon-facebook'></use>
</svg>
</a>
<a href="#" class="footer__socialLink">
<svg class="footer__socialIcon">
<use href='images/socialSprite.svg#icon-linkedin'></use>
</svg>
</a>
</div>
</div>
</div>
<p class="footer__copyrights" style="color: white";>
© Copyright 2019, All Rights Reserved by Sustainable Green Initiative (SGI). Technology partner @<a href="http://adhyay.co.in/" target="_blank" style="color:beige;">ADHYAY</a>
</p>
</footer>
<script src="js/dropdown.js"></script>
</body>
</html>