-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgetinvolved.html
71 lines (59 loc) · 2.5 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
<!DOCTYPE html>
<html>
<head>
<title>Joint Therapy Outreach :: Get Involved</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="menu" href="about.html">About Us</a>
<a class="menu" href="directors.html">Directors</a>
<a class="menu" href="volunteer.html">Volunteer</a>
<a class="menuselected" 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/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><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>
<h3>Other ways to support us and be involved</h3>
<p><a href="volunteer.html">Volunteer</a></p>
<p>You may have some skills that can help us in our planning and
preparation such as collection and gathering of resources and equipment,
locating useful equipment for us to take, contacts with freighting
business to get equipment to Melbourne/Sydney, fundraising skills.</p>
<p>Pray for us as we prepare and then travel to Vanuatu. </p>
</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>