-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconnect.html
More file actions
85 lines (71 loc) · 3.49 KB
/
connect.html
File metadata and controls
85 lines (71 loc) · 3.49 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
80
81
82
83
84
85
<!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>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js">
</script>
</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')"><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!')">Connect With Others!</button>
</div>
<center><h1><i>Staying connected never gets old!</i></h1></center>
<center><p>If you ever have any questions, concerns or recommendations pertaining to our website and service please
feel free to contact us at <i>bell.inquires@gmail.com.</i>
To connect with other Bell users, visit our
<a target="_blank" href="https://www.facebook.com/profile.php?id=100040425408272">Facebook page.</a></p></center>
<center><img src="file:///Users/kellyrita/Downloads/facebook.jpeg" width="976" height="731" /></center>
<!--
<div class="info">
<label for="example">Enter Text
</label>
<input id="example" type="text"
name="Ntext" size="20">
<input id="sent" type="submit"
value="Send">
</div>
<p id="para">
</p>
</body>
<script>
window.onclick = function(e)
{ var id = e.target.id;
if (id === 'sent')
{ var txt = document.getElementById('example').value
$( "#para" ).append( txt );
}
}
</script>
-->
<!--
<div id="wpac-comment"></div>
<script type="text/javascript">
wpac_init = window.wpac_init || [];
wpac_init.push({widget: 'Comment', id: 20430});
(function() {
if ('WIDGETPACK_LOADED' in window) return;
WIDGETPACK_LOADED = true;
var mc = document.createElement('script');
mc.type = 'text/javascript';
mc.async = true;
mc.src = 'https://embed.widgetpack.com/widget.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(mc, s.nextSibling);
})();
</script>
<a href="https://widgetpack.com" class="wpac-cr">Comments System WIDGET PACK</a>-->
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="css/ie.css"/>
<script src="js/IE8.js" type="text/javascript"></script><![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="css/ie6.css"/><![endif]-->
</body>
</html>