-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGetInvolved.html
426 lines (380 loc) · 18.8 KB
/
GetInvolved.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
<!DOCTYPE html>
<html class="no-js">
<head>
<title>Get Involved</title>
<!-- Facebook and Twitter integration -->
<meta property="og:title" content=""/>
<meta property="og:image" content=""/>
<meta property="og:url" content=""/>
<meta property="og:site_name" content=""/>
<meta property="og:description" content=""/>
<meta name="twitter:title" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="logo.ico">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/brands.css" integrity="sha512-/0+jCMeks7Sm7B2Jai6K8JDYQqiwWiY73tw+G6BQkisKhUC0fqKt9Sd8noZvHPHl5rm9/cJ5hcuzzONlFvLMQQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" crossorigin="anonymous" referrerpolicy="no-referrer"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,300' rel='stylesheet' type='text/css'> -->
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Superfish -->
<link rel="stylesheet" href="css/superfish.css">
<link rel="stylesheet" href="css/news.css">
<link rel="stylesheet" href="css/events.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/logo.css"
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="fh5co-wrapper">
<div id="fh5co-page">
<div class="header-top">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6 text-left fh5co-link">
<a href="./blog.html">Blog</a>
<a href="contact-us/index.html">Contact</a>
</div>
<div class="col-md-6 col-sm-6 text-right fh5co-social">
<!--<a href="#" class="grow"><i class="icon-facebook2"></i></a>-->
<a href="https://x.com/SSF_handle" class="grow"><i class="fa-brands fa-x-twitter"></i></a>
<a href="https://www.instagram.com/ssf.iinsta" class="grow"><i class="icon-instagram2"></i></a>
<a href="https://youtube.com/@sivasakthifoundation" class="grow"><i class="icon-youtube"></i></a>
</div>
</div>
</div>
</div>
<header id="fh5co-header-section" class="sticky-banner">
<div class="container">
<div class="nav-header">
<a href="#" class="js-fh5co-nav-toggle fh5co-nav-toggle dark" style="padding-top: 3rem;"><i></i></a>
<h1 id="fh5co-logo">
<a href="index.html">
<img src="images/logo.png" alt="Sivasakthi Foundation Logo" style="height: 90px; vertical-align: middle;">
Sivasakthi Foundation
</a>
</h1>
<!-- START #fh5co-menu-wrap -->
<nav id="fh5co-menu-wrap" role="navigation">
<ul class="sf-menu" id="fh5co-primary-menu">
<li style="padding-top:3rem;">
<a href="#" class="fh5co-sub-ddown">About Us</a>
<ul class="fh5co-sub-menu">
<li><a href="./AboutUs.html">About Us</a></li>
<li><a href="./History and Background.html">History & Background</a></li>
<li><a href="./Missionstatement.html">Our Mission</a></li>
<li><a href="./Vision Statement copy.html">Our Vision</a></li>
<li><a href="./Financial Transparency.html">Financial Transparency</a></li>
</ul>
</li>
<li style="padding-top:3rem;">
<a href="#" class="fh5co-sub-ddown">Projects</a>
<ul class="fh5co-sub-menu">
<li><a href="https://www.bharatgenomedatabase.org/">Bharat Genome Database</a></li>
<li><a href="Ai.html">AI and Deep Learning </a></li>
</ul>
</li>
<li style="padding-top:3rem;">
<a href="#" class="fh5co-sub-ddown">Get Involved</a>
<ul class="fh5co-sub-menu">
<li><a href="./GetInvolved.html">Get Involved</a></li>
<li><a href="./events-and-conferences.html">Events & Conferences</a></li>
<li><a href="./Partnerships-Collaborations.html">Partnerships & Collabs</a></li>
</ul>
</li>
<!--<li><a href="blog.html">About</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="FAQ.html">FAQ</a></li>-->
<li style="padding-top:3rem;"><a href="contact-us/index.html">Contact Us</a></li>
<!-- Search box -->
<!--
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-1 my-sm-2 " type="submit">Search</button>
</form>
-->
</ul>
</nav>
</div>
</div>
</header>
<div class="fh5co-hero">
<div class="fh5co-overlay"></div>
<div class="fh5co-cover text-center" data-stellar-background-ratio="0.5" style="background-image: url(images/GetInvolved.jpg);">
<div class="desc animate-box">
<h2><strong>Make a Difference with Sivasakthi Science Foundation </strong></h2>
<!--<span>HandCrafted by <a href="http://frehtml5.co/" target="_blank" class="fh5co-site-name">FreeHTML5.co</a></span>
<span><a class="btn btn-primary btn-lg" href="#">blog-text</a></span>-->
</div>
</div>
</div>
<div id="fh5co-blog-section" class="fh5co-section-gray">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center heading-section animate-box">
<div>
<p style="text-align: justify;">At Sivasakthi Science Foundation, we believe that everyone has a role to play in advancing science research, training, and education. Whether you are a scientist, educator, student, or someone passionate about making a positive impact, there are many ways you can get involved and support our mission.</p>
<hr>
<h2 style="text-align: center;">Volunteer Opportunities</h2>
<p style="text-align: justify;">Join our team of dedicated volunteers who contribute their time and skills to support our programs and initiatives. Volunteering with us is a rewarding experience that allows you to make a tangible difference in the scientific community.</p>
<p><strong>How to Volunteer:</strong></p>
<ul style="text-align: justify;">
<li>Step 1: Fill out our volunteer application form<!--[Link to Form]-->.</li>
<li>Step 2: Attend a volunteer orientation session.</li>
<li>Step 3: Start contributing to projects that match your interests and skills.</li>
</ul>
<p><strong>Volunteer Roles:</strong></p>
<ul style="text-align: justify;">
<li>Event Planning and Support</li>
<li>Administrative Assistance</li>
<li>Outreach and Education</li>
<li>Research Assistance</li>
</ul>
<hr>
<h2 style="text-align: center;">Partner with Us</h2>
<p style="text-align: justify;">We are always looking to build partnerships with organizations that share our commitment to science research, training, and education. By partnering with us, you can help amplify our impact and reach a broader audience.</p>
<p><strong>Partnership Opportunities:</strong></p>
<ul style="text-align: justify;">
<li>Collaborative Research Projects</li>
<li>Educational Programs and Workshops</li>
<li>Sponsorship of Events and Conferences</li>
</ul>
<p>Contact Us: To discuss partnership opportunities, please email us at [email protected]</p>
<hr>
<h2 style="text-align: center;">Attend Our Events</h2>
<p style="text-align: justify;">Participate in our events and conferences to learn, network, and contribute to the scientific community. Our events provide a platform for knowledge exchange and collaboration among researchers, educators, and students.</p>
<!--<p><strong>Upcoming Events:</strong></p>
<ul style="text-align: justify;">
<li>[Event Name] on [Date] - [Link to Event Page]</li>
<li>[Event Name] on [Date] - [Link to Event Page]</li>
</ul>-->
<hr>
<h2 style="text-align: center;">Join Our Mailing List</h2>
<p style="text-align: justify;">Stay informed about our latest news, events, and opportunities by joining our mailing list. Subscribers receive our monthly newsletter and special announcements.</p>
<p>Sign Up: Coming soon</p>
<hr>
<h2 style="text-align: center;">Spread the Word</h2>
<p style="text-align: justify;">Help us raise awareness about our mission and work by sharing our content on social media and with your network. Follow us on our social media channels and engage with our posts to increase our reach.</p>
<p><strong>Follow Us:</strong></p>
<ul style="text-align: justify;">
<li>Twitter: <a href="https://x.com/SSF_handle">Link</a></li>
<li>Instagram: <a href="https://www.instagram.com/ssf.iinsta">Link</a></li>
</ul>
<hr>
<h2 style="text-align: center;">Internships and Fellowships</h2>
<p style="text-align: justify;">We offer internship and fellowship opportunities for students and early-career professionals to gain hands-on experience in science research, education, and non-profit management.</p>
<!--
<p><strong>How to Apply:</strong></p>
<ul style="text-align: justify;">
<li>Check our current openings [Link to Internship/Fellowship Page].</li>
<li>Submit your application through our online portal [Link to Application Portal].</li>
</ul>
-->
<hr>
<h2 style="text-align: center;">Contact Us</h2>
<p style="text-align: justify;">For more information on how you can get involved, please contact us at:</p>
<p>Email: [email protected]</p>
<p>Mailing Address: 7, Belhaven Gardens, Kawdiar, <br> Thiruvananthapuram, Kerala, India</p>
<hr>
<p style="text-align: justify;">Thank you for your interest in supporting Sivasakthi Science Foundation. Together, we can advance the frontiers of science research, training, and education.</p>
</div>
<!--
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Velit est facilis maiores, perspiciatis accusamus asperiores sint consequuntur debitis.</p>-->
</div>
</div>
</div><!--
<div class="container">
<div class="row row-bottom-padded-md">
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="fh5co-blog animate-box">
<a href="#"><img class="img-responsive" src="images/cover_bg_1.jpg" alt=""></a>
<div class="blog-text">
<div class="prod-title">
<h3><a href=""#>Medical Mission in Southern Kenya</a></h3>
<span class="posted_by">Sep. 15th</span>
<span class="comment"><a href="">21<i class="icon-bubble2"></i></a></span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p><a href="#">Learn More...</a></p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="fh5co-blog animate-box">
<a href="#"><img class="img-responsive" src="images/cover_bg_2.jpg" alt=""></a>
<div class="blog-text">
<div class="prod-title">
<h3><a href=""#>Medical Mission in Southern Kenya</a></h3>
<span class="posted_by">Sep. 15th</span>
<span class="comment"><a href="">21<i class="icon-bubble2"></i></a></span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p><a href="#">Learn More...</a></p>
</div>
</div>
</div>
</div>
<div class="clearfix visible-sm-block"></div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="fh5co-blog animate-box">
<a href="#"><img class="img-responsive" src="images/cover_bg_3.jpg" alt=""></a>
<div class="blog-text">
<div class="prod-title">
<h3><a href=""#>Medical Mission in Southern Kenya</a></h3>
<span class="posted_by">Sep. 15th</span>
<span class="comment"><a href="">21<i class="icon-bubble2"></i></a></span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p><a href="#">Learn More...</a></p>
</div>
</div>
</div>
</div>
<div class="clearfix visible-md-block"></div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="fh5co-blog animate-box">
<a href="#"><img class="img-responsive" src="images/cover_bg_1.jpg" alt=""></a>
<div class="blog-text">
<div class="prod-title">
<h3><a href=""#>Medical Mission in Southern Kenya</a></h3>
<span class="posted_by">Sep. 15th</span>
<span class="comment"><a href="">21<i class="icon-bubble2"></i></a></span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p><a href="#">Learn More...</a></p>
</div>
</div>
</div>
</div>
<div class="clearfix visible-sm-block"></div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="fh5co-blog animate-box">
<a href="#"><img class="img-responsive" src="images/cover_bg_2.jpg" alt=""></a>
<div class="blog-text">
<div class="prod-title">
<h3><a href=""#>Medical Mission in Southern Kenya</a></h3>
<span class="posted_by">Sep. 15th</span>
<span class="comment"><a href="">21<i class="icon-bubble2"></i></a></span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p><a href="#">Learn More...</a></p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="fh5co-blog animate-box">
<a href="#"><img class="img-responsive" src="images/cover_bg_3.jpg" alt=""></a>
<div class="blog-text">
<div class="prod-title">
<h3><a href=""#>Medical Mission in Southern Kenya</a></h3>
<span class="posted_by">Sep. 15th</span>
<span class="comment"><a href="">21<i class="icon-bubble2"></i></a></span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p><a href="#">Learn More...</a></p>
</div>
</div>
</div>
</div>
<div class="clearfix visible-sm-block"></div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="fh5co-blog animate-box">
<a href="#"><img class="img-responsive" src="images/cover_bg_1.jpg" alt=""></a>
<div class="blog-text">
<div class="prod-title">
<h3><a href=""#>Medical Mission in Southern Kenya</a></h3>
<span class="posted_by">Sep. 15th</span>
<span class="comment"><a href="">21<i class="icon-bubble2"></i></a></span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p><a href="#">Learn More...</a></p>
</div>
</div>
</div>
</div>
<div class="clearfix visible-md-block"></div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="fh5co-blog animate-box">
<a href="#"><img class="img-responsive" src="images/cover_bg_2.jpg" alt=""></a>
<div class="blog-text">
<div class="prod-title">
<h3><a href=""#>Medical Mission in Southern Kenya</a></h3>
<span class="posted_by">Sep. 15th</span>
<span class="comment"><a href="">21<i class="icon-bubble2"></i></a></span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p><a href="#">Learn More...</a></p>
</div>
</div>
</div>
</div>
<div class="clearfix visible-sm-block"></div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="fh5co-blog animate-box">
<a href="#"><img class="img-responsive" src="images/cover_bg_3.jpg" alt=""></a>
<div class="blog-text">
<div class="prod-title">
<h3><a href=""#>Medical Mission in Southern Kenya</a></h3>
<span class="posted_by">Sep. 15th</span>
<span class="comment"><a href="">21<i class="icon-bubble2"></i></a></span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p><a href="#">Learn More...</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-4 text-center animate-box">
<a href="#" class="btn btn-primary btn-lg">Our Blog</a>
</div>
</div>
</div>-->
</div>
<!-- fh5co-blog-section -->
<footer>
<div id="footer">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<p class="fh5co-social-icons">
<a href="https://x.com/SSF_handle"><i class="fa-brands fa-x-twitter"></i></i></a>
<a href="https://www.instagram.com/ssf.iinsta"><i class="icon-instagram"></i></a>
<a href="https://youtube.com/@sivasakthifoundation"><i class="icon-youtube"></i></a>
</p>
<p>Copyright 2024 Sivasakthi Foundation <a href="#"></a>. All Rights Reserved.
<!--Privacy Policy-->
<a href="Privacy Policy and Terms of Use.html"><p>Privacy Policy & Terms and Conditions</a>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- END fh5co-page -->
</div>
<!-- END fh5co-wrapper -->
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/sticky.js"></script>
<!-- Stellar -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Superfish -->
<script src="js/hoverIntent.js"></script>
<script src="js/superfish.js"></script>
<!-- Main JS -->
<script src="js/main.js"></script>
</body>
</html>