-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·211 lines (211 loc) · 11.2 KB
/
index.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
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Adopt-A-Park</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css" />
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/typeahead.js-bootstrap.css"/>
<link rel="stylesheet" href="css/main.css"/>
<link href='//api.tiles.mapbox.com/mapbox.js/plugins/leaflet-locatecontrol/v0.24.0/L.Control.Locate.css' rel='stylesheet' />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-11110258-33', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="navbar navbar-default" role="banner">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--<a href="http://www.raleighnc.gov/services/content/PWksTransit/Articles/CapitalAreaTransit.html" target="_blank"><img id="headerSeal" src="img/City-Seal-BW.png" class="pull-left hidden-sm hidden-md hidden-lg" /><img id="catLogo" src="img/cat_logo.png" class="pull-left" /></a>-->
<a class="navbar-brand" href="http://www.raleighnc.gov" target="_blank">City of Raleigh</a>
</div>
<div class="navbar-collapse bs-navbar-collapse collapse" role="navigation">
<ul class="nav navbar-nav navbar-right">
<li><input id="searchInput" class="typeahead form-control" type="text" placeholder="Search by park or address">
</li>
<!--<li><a href="javascript:void(0)" data-toggle='modal' data-target='#feedback-modal' >Feedback</a></li>-->
<li><a href="javascript:void(0)" data-toggle='modal' data-target='#about-modal' >About</a></li>
</ul>
</div>
</div>
</div>
<div class="jumbotron hidden-xs">
<div class="header row">
<div class="col-sm-6">
<h2>Adopt-A-Park</h2>
<span>Click on a green marker or area on the map to adopt a park.</span>
</div>
<div class="col-sm-2">
</div>
<div class="col-sm-4">
<img class="pull-right" src="img/City-Seal-white.png"/>
</div>
</div>
</div>
<div id="map"></div>
<div id="adopt-modal" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" id="myModalLabel">Adopt This Park.</h4>
</div>
<div class="modal-body">
<form id="form-adopt" role="form" action="javascript:void(0)">
<div class="form-group">
<label for="inputEmail">Email</label>
<input type="email" class="form-control" id="inputEmail" name="email" placeholder="Enter email">
<p class="help-block"></p>
</div>
<div class="form-group">
<label for="inputPhone">Phone</label>
<input type="text" class="form-control" id="inputPhone" name="phone" placeholder="Enter phone number">
<p class="help-block"></p>
</div>
<div class="form-group">
<label for="inputName">Contact Person</label>
<input type="text" class="form-control" id="inputName" name="contact" placeholder="Enter contact name">
<p class="help-block"></p>
</div>
<div class="form-group">
<label for="inputOrg">Organization/Individual</label>
<input type="text" class="form-control" id="inputOrg" name="organization" placeholder="Enter organization">
<p class="help-block"></p>
</div>
<input type="text" style="display:none" id="inputId" name="id"/>
<div class="checkbox">
<label>
<input id="termsCheck" type="checkbox">I agree to the following
<a href="javascript:void(0)" data-toggle='modal' data-target='#terms-modal'>Terms & Conditions of the Adopt-A-Park Program</a>
</input>
</label>
</div>
<button id="submitButton" class="btn btn-default disabled">Submit</button>
</form>
<p><div id="adopt-alert" class="alert alert-danger" style="display:none">
<span id="alert-message"></span>
</div></p>
</div>
</div>
</div>
</div>
<div id="feedback-modal" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">Feedback</h4>
</div>
<div class="modal-body">
<form role="form" action="javascript:void(0)">
<div class="form-group">
<label for="feedbackEmail">Email address</label>
<input type="email" class="form-control" id="feedbackEmail" name="feedbackEmail" placeholder="Enter email">
<p class="help-block"></p>
</div>
<div class="form-group">
<label for="inputComments">Comments</label>
<textarea rows="6" class="form-control" id="inputComments" name="comments" placeholder="Enter your feedback or comments"></textarea>
<p class="help-block"></p>
</div>
<button id="feedbackSubmit" class="btn btn-default disabled">Submit</button>
</form>
</div>
</div>
</div>
</div>
<div id="about-modal" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">About</h4>
</div>
<div class="modal-body">
<p>Developed by the City of Raleigh's Geographic Information Services division using open source technology.</p>
<p>Developed for the City of Raleigh's Parks, Recreation, and Cultural Resources department.</p>
<p>To submit feedback about this application or the Adopt-A-Park program, please email us at
<a href="mailto:[email protected]?subject=Adopt-A-Park Feedback&[email protected]">[email protected]</a>.
</p>
</div>
</div>
</div>
</div>
<div id="splash-modal" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<!-- <div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">About</h4>
</div> -->
<div class="modal-body">
<p>The Raleigh Parks, Recreation and Cultural Resources Adopt-A-Park program provides a volunteer opportunity for interested individuals, businesses and groups to participate in park maintenance projects and support the Raleigh Parks System. The citizen volunteer agrees to maintain the adopted park quarterly for at least one year. The citizen volunteer must sign an <a href="docs/adopt-a-park-agreement.pdf" target="_blank">Adopt-A-Park Agreement</a>. Staff request the volunteer report any vandalism or suspicious activity.</p>
<div class="text-center"><button class="btn btn-success" data-dismiss="modal">Continue</button></div>
<center><div class="checkbox" style="max-width:150px"><!--<label><input type="checkbox">Do not display again</label>--></div></center>
<div class="row well">
<h5 class="text-center">Map Key</h5>
<div class="text-center"><p><img src="img/marker-icon-green.png" style="margin-right:10px" />Park with no adopters yet</p></div>
<div class="text-center"><p><img src="img/marker-icon-orange.png" style="margin-right:10px" />Park with adopters</p></div>
<div class="text-center"><p><img src="img/marker-icon-red.png" style="margin-right:10px" />Park completely adopted</p></div>
</div>
</div>
</div>
</div>
</div>
<div id="terms-modal" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">Terms & Conditions of the Adopt-A-Park Program</h4>
</div>
<div class="modal-body">
<span>These are the minimum responsibilities that accompany the adoption of a park for one year. The Citizen Volunteer or group will complete the following tasks quarterly as part of this program:
</span>
<ol>
<li>The Citizen Volunteer shall assist the Department by arranging periodic work days to insure that the areas are clean of trash, debris, and weeds.
</li>
<li>The Citizen Volunteer shall assist the Department with other maintenance as identified by both parties. </li>
<li>Weed control is limited to hand weeding. No chemical weed control shall occur by the Citizen Volunteer per the Department’s Pesticide Management Policy. </li>
<li>Maintenance shall be scheduled through the Parks, Recreation & Cultural Resources Resource Development Manager to insure that planned activities of the Citizen Volunteer do not conflict with other scheduled uses of the park. </li>
<li>Plant material selection by the Citizen volunteer shall be approved by the City Horticulturist and/ or the Parks Crew Supervisor prior to installation and shall conform to accepted horticultural industry standards and practices. </li>
</li>
</ol>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="js/jquery.validate.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
<script src="js/typeahead.min.js"></script>
<script src="js/modernizr.js"></script>
<script src="http://cdn.leafletjs.com/leaflet-0.7/leaflet.js"></script>
<script src='//api.tiles.mapbox.com/mapbox.js/plugins/leaflet-locatecontrol/v0.24.0/L.Control.Locate.js'></script>
<script src="js/main.js"></script>
</body>
</html>