-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeals_wheels.html
More file actions
65 lines (64 loc) · 3.46 KB
/
meals_wheels.html
File metadata and controls
65 lines (64 loc) · 3.46 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
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="file:///Users/kellyrita/Documents/design.css">
<script src="file:///Users/kellyrita/Documents/tabs.js"></script>
<!--
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.vl {
border-left: 2px solid gray;
height: 400px;
position: absolute;
left: 50%;
margin-left: -3px;
top: 4;
}
</style>
<style>
table, th, td {
border: 1px solid black;
}
</style>
-->
</head>
<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')">Meals on Wheels</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')"><a href="file:///Users/kellyrita/Documents/get_involved.html">Get Involved</a></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>Meals On Wheels</h1></center>
<center><p>
Meals on Wheels is a program that delivers meals to people who are unable to leave their house or make their own meals due to health or other circumstances.
Most of the recipients of the program are the elderly and disabled, as they are most likely to be unable to prepare their own meals without assistance.
It has been shown that through this program, the diet and nurition intake of the recipients of the program improve, as well as overall quality of life.
It is a great program to volunteer in or be a recipient of, especially if you find yourself unable to make your own meals or is looking for a way to help
out in your community.
</p></center>
<hr />
<br />
<center><div class="row">
<div class="column">
<center><h1><i>Brief Biography</i></h1></center>
<center><p>Meals on Wheels was started in 1954 in Port Adelaide, South Australia. It was founded a year
earlier by a social service activist named Doris Taylor. However, the first Meals on Wheels program didn't
start in America until the late 1950's in San Diego, California. A national program in the US was founded in 1974, and
today it is funded mainly by the Older Americans Act. </p></center>
</div>
<div class="column"> <!--<div class="vl">-->
<iframe width="560" height="315" align="center" src="https://www.youtube.com/embed/0rRMPu-ksFI" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<br />
<br />
</div>
<!--</div>-->
<center><p><a target="_blank" href="https://www.mealsonwheelsamerica.org/">
Here is the link to website to learn more or sign up for the program!</a></p></center>
</body>