-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathget_involved.html
More file actions
53 lines (52 loc) · 2.84 KB
/
get_involved.html
File metadata and controls
53 lines (52 loc) · 2.84 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
<!DOCTYPE html>
<html>
<head>
<title>Bell</title>
</head>
<link rel="stylesheet" type="text/css" href="file:///Users/kellyrita/Documents/design.css">
<script src="file:///Users/kellyrita/Documents/tabs.js"></script>
<style>
table, th, td {
border: 1px solid black;
}
</style>
<body>
<center><img src="file:///Users/kellyrita/Downloads/bell2.png" alt="bell logo" width="652" height="336" border="0"/></center>
<div class="tab">
<button class="tablinks" onclick="openCity(event, 'Home')"><a href="file:///Users/kellyrita/Documents/homepage.html">Home</a></button>
<button class="tablinks" onclick="openCity(event, 'My information')"><a href="file:///Users/kellyrita/Documents/info.html">My Info</a></button>
<button class="tablinks" onclick="openCity(event, 'Helping Hands')"><a href="file:///Users/kellyrita/Documents/helping.html">Helping Hands</a></button>
<button class="tablinks" onclick="openCity(event, 'Meals on Wheels')"><a href="file:///Users/kellyrita/Documents/meals_wheels.html">Meals on Wheels</a></button>
<button class="tablinks" onclick="openCity(event, 'Prescriptions and Appts')"><a href="file:///Users/kellyrita/Documents/appt.html">Prescriptions and Appts</a></button>
<button class="tablinks" onclick="openCity(event, 'Get Involved')">Get Involved</button>
<button class="tablinks" onclick="openCity(event, 'Connect With Others!')"><a href="file:///Users/kellyrita/Documents/connect.html">Connect With Others!</a></button>
</div>
<center><h1>Get Involved</h1></center>
<center><p>There are many activities that go on in your community! Try to volunteer within
these events and help your community flourish!
</p></center>
<center><img src="file:///Users/kellyrita/Downloads/calendar.jpg" alt="calendar with events" width="1200" length="675" border="0" />
<br />
<center><h1>Volunteer Websites<hr align="center" width="22%"></h1></center>
<div class="row">
<div class="column">
<p><b>Volunteer Match</b> is a website where you type in your location (city, state)
and you will have access to events that are occuring in that location!</p>
</div>
<div class="column">
<center><img src= "http://www.losalamosseniorcenter.com/wp-content/uploads/2014/09/Unknown-2-300x120.png" alt= "Volunteer Match" width="300" height="120" border="1" /></center>
<p>Link: <a href= "https://www.volunteermatch.org/">Volunteer Match</a></p>
</div>
<hr />
<br />
<div class="row">
<div class="column">
<p><b>All for Good</b> is a website where you can find different volunteer
opportunities as well as create our own.</p>
</div>
<div class="column">
<center><img src= "https://i.pinimg.com/originals/87/41/3f/87413f7d507f338645f691c7ed36ded4.jpg" alt= "All for Good" width="256" height="150" border="1" /></center>
<p>Link: <a href= "https://www.allforgood.org/"> All for Good </a></p>
</div>
</body>
</html>