-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
80 lines (68 loc) · 2.87 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>Joint Therapy Outreach :: About</title>
<link rel="stylesheet" type="text/css" href="jto.css" />
<link rel="icon" href="icon.png" type="image/png" />
</head>
<body>
<div class="wrapper">
<div class="toptitle">
<h1>Joint Therapy Outreach Inc.</h1>
</div>
<div class="topright">
<div class="toplogo">
<img src="logo.png" alt="JTO Logo" width="170" height="162" />
</div>
<div class="toptext">
<h2>Providing health and therapy support/services to people with
disabilities and health challenges in impoverished circumstances</h2>
</div>
</div>
<div class="clear"></div>
<div class="menu">
<p>
<a class="menu" href="index.html">Home</a>
<a class="menuselected" href="about.html">About Us</a>
<a class="menu" href="directors.html">Directors</a>
<a class="menu" href="volunteer.html">Volunteer</a>
<a class="menu" href="getinvolved.html">Get Involved</a>
<a class="menu" href="gallery.html">Photo Gallery</a>
<a class="menu" href="contact.html">Contact Us</a>
</p>
</div>
<div class="main">
<div id="slideshow">
<div><img src="slideshow/1.jpg" alt="Vanuatu" /></div>
<div><img src="slideshow/2.jpg" alt="Vanuatu" /></div>
<div><img src="slideshow/3.jpg" alt="Vanuatu" /></div>
<div><img src="slideshow/4.jpg" alt="Vanuatu" /></div>
<div><img src="slideshow/5.jpg" alt="Vanuatu" /></div>
<div><img src="slideshow/6.jpg" alt="Vanuatu" /></div>
<div><img src="slideshow/7.jpg" alt="Vanuatu" /></div>
<div><img src="slideshow/8.jpg" alt="Vanuatu" /></div>
<div><img src="slideshow/9.jpg" alt="Vanuatu" /></div>
</div>
<p>We are a Christian organisation who takes seriously Jesus' mandate to
care for those who are disempowered, marginalised or forgotten. </p>
<h3>Our Mission Statement:</h3>
<ul>
<li>To provide health and therapy support/services to people
with disabilities and health challenges in impoverished
circumstances</li>
<li>To facilitate workers to go and implement the primary object
of the association</li>
<li>To actively raise funds to promote the principle object of
Joint Therapy Outreach internationally.</li>
<li>To operate Joint Therapy Outreach in a manner consistent
with recognised Christian principles and values.</li>
<li>To pray for the people and work of Joint Therapy Outreach
locally and internationally.</li>
</ul>
</div>
<div class="footer"><p>Web design by Steven Cook</p></div>
</div>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="slideshow.js"></script>
</body>
</html>