-
Notifications
You must be signed in to change notification settings - Fork 0
/
volunteer.html
68 lines (68 loc) · 3.23 KB
/
volunteer.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>The Society For The Preservation of Indian Arts and Culture</title>
<link rel="stylesheet" type="text/css" href="stylesheets/style.css" />
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
</head>
<body>
<div id="universal_container">
<div id="header">
<img src="images/logo.gif" alt="Spinac Logo" />
</div>
<div id="menu">
<ul>
<li><a href="index.html"><img src="images/menu/home.gif" alt="Home" /></a></li>
<li><a href="projects.html"><img src="images/menu/projects.gif" alt="Projects" /></a></li>
<li><a href="heritage.html"><img src="images/menu/heritage.gif" alt="Heritage" /></a></li>
<li><a href="research.html"><img src="images/menu/research.gif" alt="Research" /></a></li>
<li><a href="goals.html"><img src="images/menu/goals.gif" alt="Goals" /></a></li>
<li class="last_child"><a href="about_us.html"><img src="images/menu/about_us.gif" alt="About Us" /></a></li>
</ul>
</div>
<div id="sub_page_paragraphs">
<h1>Donating & Volunteering</h1>
<p>The SPINAC Trust humbly appeals to the global community of industrialists, philanthropists, intellectuals and scholars to contribute both in the form of books and money. Being a Not-for-Profit Trust, we solicit active financial support from Government, individuals and institutions.</p>
<div id="donate">
<h2>Donations</h2>
<h3>Contributions may be sent in the name of:</h3>
<p>Managing Trustee</p>
<p class="address">
Society for Preservation of Indian Art and Culture,<br />
Block-C, Cellar, Green Terraces<br />
White Fields, Kothaguda<br />
Hyderabad, Andhra Pradesh - 500032, India
</p>
</div>
<div id="volunteer">
<h2>Volunteering</h2>
<ol>
<li>Are you a creative person who would like help Indian children in having free and public access to their cultural heritage?</li>
<li>Would you like to impart some of your knowledge to the future generations and empower them with the tools to combat poverty?</li>
<li>Would you like to help in ending discrimination and ignorance in India?</li>
</ol>
<p>If you are, are located in or near Hyderabad, and have a couple of hours to spare every week, then please <a href="about_us.html">contact us</a> right away. Our schedules are flexible.</p>
</div>
<hr />
</div>
<div id="footer">
<div id="support_us">
<h1><img src="images/headers/support_us.gif" alt="" /></h1>
<ul>
<li><a href="volunteer.html#donate">Donate</a></li>
<li><a href="volunteer.html#volunteer">Volunteer</a></li>
</ul>
</div>
<div id="social_networks">
<ul>
<li><a href="http://twitter.com/spinacorg"><img src="images/icons/twitter.gif" alt="SPINAC on Twitter" /></a></li>
<li><a href="http://facebook.com/spinac.org"><img src="images/icons/facebook.gif" alt="SPINAC on Facebook" /></a></li>
</ul>
</div>
<p id="copyright">Copyright © 2017 the SPINAC trust - Hyderabad, Andhra Pradesh India<br />
(+91) 40 23004306</p>
</div>
</div>
</body>
</html>