-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
269 lines (218 loc) · 10.9 KB
/
contact.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="/bower_components/bootstrap/dist/css/bootstrap.min.css">
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css'>
<!--font aesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.9.0/css/all.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.9.0/css/v4-shims.css">
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/css/materialize.min.css">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/js/materialize.min.js"></script>
<!-- Local CSS -->
<link rel="stylesheet" type="text/css" href="../css/main.css">
<link rel="stylesheet" type="text/css" href="../css/nav.css">
<link rel="stylesheet" type="text/css" href="../css/responsive.css">
<title>Caldwell Abbay Hall Neighborhood Association: Contact Page</title>
</head>
<body>
<div class="container-fluid">
<header>
<div class="row">
<div class="container">
<div class='col-md-12'>
<nav class="navbar navbar-custom navbar-fixed-top ">
<p class="navbar-brand">
<p class="navbar-brand">Caldwell-Abbay Hall</p>
<ul class="nav navbar-nav navbar-center">
<li class="dropdown">
<a href="#"class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About CAHNA <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="index.html">CAHNA Home Page</a></li>
<li><a href="history.html">History</a></li>
<li><a href="watch.html">Neighborhood Watch</a></li>
</ul>
</li>
<li><a href="calendar.html">Calendar</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Community <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://www.caldwell-abbayhall.com/blog/" target="blank">Blog</a></li>
<li><a href="contact.html">Contact Page</a></li>
<li><a href="https://www.facebook.com/CaldwellAbbayHall" target="blank">Facebook</a></li>
<li><a href="https://nextdoor.com" target="blank">Nextdoor</a></li>
</ul>
</li>
<li><a href="newsletter.html">Newsletter Archive</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Public Works <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="recycle.html">Trash & Recycle</a></li>
<li><a href="civic.html">Voter Information</a></li>
</ul>
</ul>
</div>
</nav>
</div>
</div>
<div class="row">
<div class="col-md-3">
<a href= "index.html"><img src = "../images/CAHNA_logo_full_color.jpg" width=300px, height=200px id='logo' alt="Logo click to got to home page. LOGO is a monkey swinging on the words Caldwell Abbay Hall" class="img_box"></a>
</div>
<div class="col-md-7 watch">
<h2>Caldwell-Abbay Hall Contact Information</h2>
<table width="598" border="0" cellpadding="4" bgcolor="#FFFFFF">
<tr>
<td colspan="2" align="center" bgcolor="#EADCAE"></td>
</tr>
<tr align="center" height="2" bgcolor="#EADCAE">
<td colspan="2" align="center" bgcolor="white"></td>
</tr>
<tr>
<td colspan="2" align="left"> You can contact CAHNA members here. To contact by email click the link.</td>
</tr>
<tr align="center" height="2" bgcolor="#EADCAE">
<td colspan="2" align="center" bgcolor="#EADCAE"></td>
</tr>
<tr>
<td width="275"><p><strong>President & </strong><strong>CAHNA Information</strong><br>
Doug Hausken
<br>
Lynn DR
<br>
<a target="_blank" href="mailto:[email protected]">Email</a></p></td>
<td width="309"><strong>Treasurer</strong><br>
Position Open<br>
<br>
<br>
</td>
</tr>
<tr>
<td>
<strong>Vice President</strong><br>
Ellen Britton<br>
Elaine Dr<br>
<a href="mailto:[email protected]?subject=CAHNA">Email</a>
</td>
<td><strong>Secretary</strong><br>
Jacob Kraft<br>
<a href="mailto:[email protected]">Email</a></td>
</tr>
<tr>
<td>
<strong>Newsletter</strong><br>
Doug Hausken<br>
4857 Lynn Dr,<br>
Nashville, TN 37211<br>
<a href="mailto:[email protected]?subject=CAHNA_Newsletter">Email</a>
</td>
<td>
<strong>Neighborhood Watch</strong><br>
Doug Hausken<br>
Lynn DR <br>
<a href="mailto:[email protected]?subject=CAHNA_Watch">Email</a>
</td>
</tr>
<tr>
<td><strong>Website and </strong><a href="https://caldwell-abbayhall.com/blog" target="_blank">Blog</a><br>
Chris Jarvis <br>
Lynn DR
<br>
<a href="mailto:[email protected]?subject=CAHNA_website">Email</a><br></td>
<td><strong>Social Media</strong><br>
<a href="https://www.facebook.com/CaldwellAbbayHall">Caldwell Abbay Hall on Facebook</a><br>
<a href="https://www.instagram.com/caldwellabbayhall/" target="blank">Instagram</a><br>
</td>
</td>
</tr>
<tr>
<td><strong>Sgt Michelle Jones </strong><br>
Midtown Hills Precinct<br>
1441 12th Ave S<br>
Nashville, TN 37203<br>
615-880-1350</td>
<td>
<strong>CAHNA Memebership Dues</strong><br>
You can now pay your annual membership dues online.<br>
<table>
<tr><td>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="on0" value="Payment/ donation options">Payment/ donation options</td></tr><tr><td><select name="os0">
<option value="Annual Membership Fee">Annual Membership Fee $20.00 USD</option>
<option value="Donation">Donation $10.00 USD</option>
<option value="Donation">Donation $20.00 USD</option>
<option value="Donation">Donation $50.00 USD</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="USD">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_paynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
</form>
</td>
</tr>
<tr align="center" height="2" bgcolor="#EADCAE">
<td colspan="2" align="center" bgcolor="#EADCAE"></td>
</tr>
<tr>
<td colspan="2">Caldwell Abbay Hall is offering free advertising on the website for business owners who live within the Caldwell Abbay neighborhood limits. This can be anything from baby sitters to dog walkers, contractors to graphic artists.
If you are interested and want additional information please <a target="_blank" href="mailto:[email protected]">Email</a> Doug at [email protected] </td>
</tr><tr>
<tr text-align="center" bgcolor="#EADCAE">
<td colspan="2"> <div align="center"><font color="#000000"><strong>Social Media</strong></font></div></td>
</tr>
<tr align="center" height="2" bgcolor="#EADCAE">
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2"><div align="center" class="social_icon">
<a href="https://www.facebook.com/CaldwellAbbayHall" target="_blank"><i class="fa fa-facebook-f fa-2x" aria-hidden="true"></i></a>
<a href="https://www.instagram.com/caldwellabbayhall/" target="blank"><i class="fa fa-instagram fa-2x"></i></a>
<a href="https://us17.campaign-archive.com/home/?u=37fff4dfb08727d98d4b85c15&id=8771fb6aa2" target="blank"><i class="fab fa-mailchimp fa-2x"></i></a>
<a href="https://nextdoor.com" target="_blank"><b>Nextdoor</b> <!--img src="../images/next-door-green.png" width="155" height="" alt="next door" --></a></div></td>
</tr>
</table>
</div>
</div>
<div class="col-md-2"></div>
</div>
</header>
<div class="row">
<div class="col-md-3 sidebar">
</div>
<div class="col-md-7">
<div class="img_body">
<img src="https://caldwell-abbayhall.com/images/site_header.jpg">
</div>
</div>
<div class="col-md-2"></div>
</div>
<div class="col-md-3"></div>
<div class="col-md-7">
<footer>
Caldwell-Abbay Hall Neighborhood of Nashville, TN 37211<br>
Website by <a href="https://Christopherleejarvis.com" target="blank">Chris Jarvis</a> of Caldwell-Abbay Hall ©
<script type="text/javascript">
document.write(new Date().getFullYear());
</script>.
</footer>
</div>
<div class="col-md-2"></div>
<!-- Bower components -->
<script src='bower_components/angular/angular.js'></script>
<script src='bower_components/jquery/dist/jquery.js'></script>
<script src='bower_components/jquery/dist/jquery.min.js'></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<!-- Compiled and minified JavaScript >
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/js/materialize.min.js"></script> -->
</body>
</html>