-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelping.html
More file actions
79 lines (73 loc) · 4.56 KB
/
helping.html
File metadata and controls
79 lines (73 loc) · 4.56 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!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>
<style>
table, th, td {
border: 2px solid black;
}
th, td {
padding: 5px;
text-align: left;
}
</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')">Helping Hands</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')"><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>What Assistance Do You Need?</h1></center>
<table width="1300" height="300" align="center">
<tr>
<td><p>Do You Need Someone To Drive You Anywhere?
<a href="https://www.yelp.com/biz/choice-llc-car-and-driver-services-newark" >- You can call (347) 984-9068</p></a></td>
<td><p>Do You Need Someone To Help You Clean Your Home?
<a href="https://www.lazysusanscleaning.com/?gclid=Cj0KCQjwv8nqBRDGARIsAHfR9wDBm5OE0wJyfkHe-x_aUNlEvmkofYKJjycm0AA5CizVVrpmrAd1EQEaAr25EALw_wcB" >- You can call (347) 984-9068</p></a></td>
</tr>
<tr>
<td><p>Do You Need Someone To Cook For You?
<a href= "https://www.hireachef.com/search/#/cid/517/id/1301">- You can call (800)995-2138</p></a></td>
<td><p>Do You Need Your Groceries Delivered?
<a href= "https://www.yelp.com/biz/max-delivery-new-york"> - You can call (212) 967-0457</p></a></td>
</tr>
<tr>
<td><p>Do You Need Someone to Mow Your Lawn?
<a href= "https://lawnlove.com/quote"> - You can call (855) 292-5230</p></a></td>
<td><p>Do You Need Your Laundry Cleaned?
<a href= "https://cleanly.com/?gclid=Cj0KCQjwv8nqBRDGARIsAHfR9wCGz2F6kFX0igrA8BHPFADZsNXgJvELbDiR1jbLzxbhMZA8XXumGb4aAsJNEALw_wcB">- You can call (999) 999-9999</p></a></td>
</tr>
</table>
<br />
<center><p>Call any of our Handy Helpers who are happy to come to your assistance whenever you need!
They are all certified and background checked, in order to provide the safest help to you!
All helpers are reasonably priced and are just one call away!</p></center>
<hr />
<center><h1> Health-Related Organizations</h1></center>
<center><img src="file:///Users/kellyrita/Downloads/aarp.png" width="600" height="216" /></center>
<center><p>AARP is a United States-based interest group whose stated mission is "to empower people
to choose how they live as they age.'' They access you to see if you are qualified to get their
benefits which can range from healthcare insurance, pet insurance, medicare eligibility, vacation
planning, and much more! They adapt to your way of life assist you in living it to the best it can
possibly be.</p></center>
<p><a target="_blank" href="https://www.aarp.org/">Click here to learn more about AARP!</a></p>
<br />
<center><img src="file:///Users/kellyrita/Downloads/ssa.svg" width="256" height="256" /></center>
<center><p>The Social Security Administration helps people receive benefits after they retire. Specifically,
The Social Security disability insurance program pays benefits to you and certain family members if you
worked long enough and paid Social Security taxes. To qualify for Social Security disability benefits,
you must first have worked in jobs covered by Social Security. Then you must have a medical condition
that meets Social Security's definition of disability. In general, they pay monthly benefits to people
who are unable to work for a year or more because of a disability.</p></center>
<p><a target="_blank" href="https://www.ssa.gov/benefits/disability/">Click here to learn more about the Social Security Administration!</a></p>
<br />
<br />
</body>
</html>