-
Notifications
You must be signed in to change notification settings - Fork 0
/
attractions.html
202 lines (148 loc) · 8.06 KB
/
attractions.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
<!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'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.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</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="http://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 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>
</header>
<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' class="img_box"></a>
</div>
<div class="col-md-7" id="main">
<h2>Around the Neighborhood</h2>
<div id="welcome">
<p>There are plenty of interesting attractions in and around the Caldwell Abbay Hall area. <a href="https://www.nashvillezoo.org/" target="blank">The Nashville Zoo</a>, Ellington Agricultural Center, at <a href="http://www.tnagmuseum.org/"> The Tennessee Agricultural Museum</a> and the <a href="http://travellersrestplantation.org/" target="blank"> Traveller's Rest</a> are all a short drive away.</p>
The <a href="https://library.nashville.org/locations/edmondson-pike-branch" target="Blank">Edmondson Pike Library</a> recently had a renovation.
<p>Nearby returaunts include Vinetos, Mama Mias, 404 Bar and Grill and Back to Cuba Cafe.
</p>
</div>
</div>
<div class="col-md-2 sidebar quote"><p>Shop Local, Support your Neighborhood.</br>
</p></div>
</div>
<div class="row">
<div class="col-md-3 sidebar">
</div>
<div class="col-md-7">
<div class="img_body">
<P>
<img src="http://caldwell-abbayhall.com/images/site_header2.jpg" alt="Ellen Britton preforming at CAHNA Block party">
</div>
</div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-3 sidebar">
</div>
<div class="col-md-7" id="main">
<h2>School District</h2>
<h3>Education</h3>
Our School district is district 7. The official site for Metropolitan Nashville Public Schools is here. Our elementary school is Norman Binkley Elementary (pre K-4th grade). The middle school is Croft Middle Design Center, and John Overton is the High School for our district.
</div>
<div class="col-md-2 sidebar quote">
</div>
</div>
<div class="row">
<div class="col-md-3 sidebar">
</div>
<div class="col-md-7">
<div class="img_body">
<img src="http://caldwell-abbayhall.com/images/sign-header.jpg" alt="Caldwell Abbay Hall Neighborhood brick and stone sign" height=95%, width=95%>
</div>
</div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-3" > <img src = "http://www.caldwell-abbayhall.com/blog/wp-content/uploads/2012/06/mamamias-8.jpg" alt="Mural on the side of Mama Mia's Restaurant. Painting is of an Italian plaza with dinners at tables under umbrellas." width=300px, height=200px id='logo' class="img_box">
<div class="caption">
Mural at Mama Mia's<br>
Febuary 2009
</div>
</div>
<div class="col-md-7 watch">
<h2>CAHNA wins Neighborhood Watch Award</h2>
<div >
<p>On Thursday, March 12, 2015<a href="https:/nextdoor.com" target="_blank"> next-door.com</a> in collaboration with the Mayor's Office of Neighborhoods held a press conference to acknowledge several neighborhoods for different accomplishments. We are proud to share that CALDWELL ABBAY HALL NA was acknowledged as "Strongest Neighborhood Watch Program". <br>
Thank you to each and every neighbor who helps keep our neighborhood safe and a great place to live.</p>
<p align="center"><iframe width="420" height="315" src="https://www.youtube.com/embed/mMMy9ogidBk" frameborder="0" allowfullscreen></iframe></p>
</div>
</div>
<div class="col-md-2 sidebar">
<p class="quote">March 12, 2015 NextDoor.com in collaboration with the Mayor's Office of Neighborhoods acknowledged CALDWELL ABBAY HALL Neighboor Association as "Strongest Neighborhood Watch Program". </p>
</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="http://Christopherleejarvis.com" target="blank">Chris Jarvis</a> of Caldwell-Abbay Hall.
</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>