-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
488 lines (422 loc) · 28 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
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
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title data-project="name">Get Help Lex</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Get Help Lex is an on-line resource for people seeking facilities and services for substance use disorder (substance abuse/addiction) in or around Lexington, Kentucky.">
<meta name="author" content="Code for Boston and OpenLexington">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="styles/style.css">
<link rel="stylesheet" type="text/css" href="styles/properties.css">
</head>
<body>
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-M5B9K5"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-M5B9K5');</script>
<!-- End Google Tag Manager -->
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container-fluid">
<!--Brand and Toggle get grouped for better mobile display-->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#finda-navbar-collapse" aria-expanded="false">
<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=""><img class="brand_image" src="img/GetHelpLextype.png" height="50px" alt="GetHelpLex"></a>
<a class="navbar-brand" href="">
<!-- GetHelpLex -->
<!-- this is a hack. we'll fix css later. -->
</a> <!-- This is the name of the map -->
<img src="img/spinner.gif" id="message" style="display:none;" width="20px">
</div>
<!--Collected the nav links and content for toggling-->
<div class="collapse navbar-collapse" id="finda-navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="#" data-toggle="modal" data-target="#about">More Information</a>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="container">
<nav id="finda-tabs">
<ul class="nav nav-tabs survey-tabs control-tabs">
<li role="presentation" class="active"><a data-toggle="tab" href="#facets" id="facet-click">Search Options</a></li>
<li role="presentation"><a data-toggle="tab" id="results-tab" href="#list">View Facilities</a></li>
</ul>
</nav>
<div class="tab-content">
<div id="facets" class="tab-pane control control-survey active"></div>
<div id="list" class="tab-pane control control-sidebar"></div>
<a href="#" id="back-to-top">Back to top</a>
</div>
<div id="map" style="display:none"></div>
</div>
<!-- Assessment Modal -->
<div class="modal fade" id="assessment" tabindex="-1" role="dialog" aria-labelledby="assessmentLabel" aria-hidden="true">
<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="assessmentLabel">ASSESSMENT</span></h4>
</div>
<div class="modal-body">
<h1>Where to Get an Assessment for<br> Substance Use Disorder</h1>
<h3><strong>Bluegrass.org</strong></h3>
<p>1351 Newtown Pike<br>
Lexington, KY 40511<br>
<a href="tel:8592531686">859-253-1686</a><br>
Note: Please contact Bluegrass.org to schedule an appointment.</p>
<h3><strong>Good Samaritan Hospital-Emergency Room</strong></h3>
<p>310 S. Limestone<br>
Lexington, KY 40508<br>
<a href="tel:8592267070">859-226-7070</a><br>
Note: Good Samaritan provides medical detox depending on assessed need. Please contact the hospital for more information.</p>
<h3><strong>The Ridge</strong></h3>
<p>3050 Rio Dosa Drive<br>
Lexington, KY 40509<br>
<a href="tel:8592692325">859.269.2325</a><br>
Note: Call the Assessment Department at <a href="tel:8592692325">859.269.2325</a><br> to schedule an initial assessment. The Ridge accepts Medicaid up to age 21, Medicare, and most private insurances and operates 24 hours a day/365 days a year.</p>
<h3><strong>St. Joe Hospital-Emergency Room</strong></h3>
<p>1 Saint Joseph Drive<br>
Lexington, KY 40504<br>
<a href="tel:8593131000">859.313.1000</a><br>
Note: Upon arrival to the emergency room, inform the person at the admission desk that you need an Our Lady of Peace substance abuse assessment. At that point an assessor from Our Lady of Peace will be contacted to complete your assessment. Referral will be based on the outcome of the assessment.</p>
<h3><strong>Saint Joseph East-Emergency Room</strong></h3>
<p>150 North Eagle Creek Drive<br>
Lexington, KY 40509<br>
<a href="tel:8599675000">859.967.5000</a><br>
Note: Upon arrival to the emergency room, inform the person at the admission desk that you need an Our Lady of Peace substance abuse assessment. At that point an assessor from Our Lady of Peace will be contacted to complete your assessment. Referral will be based on the outcome of the assessment.</p>
<h3><strong>Saint Joseph Berea-Emergency Room</strong></h3>
<p>305 Estill Street<br>
Berea, KY 40403<br>
<a href="tel:8599863151">859.986.3151</a><br>
Note: Upon arrival to the emergency room, inform the person at the admission desk that you need an Our Lady of Peace substance abuse assessment. At that point an assessor from Our Lady of Peace will be contacted to complete your assessment. Referral will be based on the outcome of the assessment.</p>
<h3><strong>Saint Joseph Jessamine-Emergency Room</strong></h3>
<p>1250 Keene Road<br>
Nicholasville, KY 40356<br>
<a href="tel:8598874100">859.887.4100</a><br>
Note: Upon arrival to the emergency room, inform the person at the admission desk that you need an Our Lady of Peace substance abuse assessment. At that point an assessor from Our Lady of Peace will be contacted to complete your assessment. Referral will be based on the outcome of the assessment.</p>
<h3><strong>Stepworks-London</strong></h3>
<p>3825 Marydell Road<br>
London, KY 40741<br>
<a href="tel:8005459031">800-545-9031</a><br>
Note: Please contact program regarding specific details.</p>
<h3><strong>Stoner Creek</strong></h3>
<p>9 Linville Drive<br>
Paris, KY 40361<br>
<a href="tel:18883944673">1-888-394-4673</a><br>
Note: Stoner Creek provides medical detox. Please call for an assessment and specifics regarding insurances accepted and specific services provided.</p>
<h3><strong>Trillium Center Corbin</strong></h3>
<p>Baptist Health Corbin<br>
1 Trillium Center<br>
Corbin, KY 40701<br>
<a href="tel:6065235900">606-523-5900</a> or <a href="tel:8003954435">800-395-4435</a>
Note: Please contact program for specifics regarding insurances accepted and services provided.</p>
<h3><strong>Recovery Works-Georgetown</strong></h3>
<p>3107 Cincinnati Road<br>
Georgetown, KY 42701<br>
<a href="tel:5025709313">502-570-9313</a><br>
Note: Please contact program for specifics regarding insurances accepted and services provided.</p>
<h3><strong>Recovery Works-Elizabethtown</strong></h3>
<p>100 Diecks Drive<br>
Elizabethtown, KY 42701<br>
<a href="tel:8889821244">888-982-1244</a><br>
Note: Please contact program for specifics regarding insurances accepted and services provided.</p>
<h3><strong>Recovery Works-Mayfield</strong></h3>
<p>4747 Old Dublin Road<br>
Mayfield, KY 42066<br>
<a href="tel:2706238500">270-623-8500</a><br>
Note: Please contact program for specifics regarding insurances accepted and services provided.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Medical Detox Modal -->
<div class="modal fade" id="medicalDetox" tabindex="-1" role="dialog" aria-labelledby="medicalDetoxLabel" aria-hidden="true">
<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="medicalDetoxLabel">MEDICAL DETOX</span></h4>
</div>
<div class="modal-body">
<h2>Medical Detox facilities in the Lexington area include:</h2>
<h3><strong>Good Samaritan Hospital - Emergency Room</strong></h3>
<p>310 S. Limestone<br>
Lexington, KY 40508<br>
<a href="tel:8592267070">859-226-7070</a><br>
Note: Good Samaritan provides medical detox depending on assessed need. Please contact the hospital for more information.</p>
<h3><strong>The Ridge</strong></h3>
<p>3050 Rio Dosa Drive<br>
Lexington, KY 40509<br>
<a href="tel:8592692325">859-269-2325</a><br>
Note: Call the Assessment Department at 859-269-2325 to schedule an initial assessment. The Ridge accepts Medicaid up to age 21, Medicare, and most private insurances and operates 24 hours a day/365 days a year.</p>
<h3><strong>St. Joseph Hospital - Emergency Room</strong></h3>
<p>1 Saint Joseph Drive<br>
Lexington, KY 40504<br>
<a href="tel:8593131000">859-313-1000</a><br>
Note: Upon arrival to the emergency room, inform the person at the admission desk that you need an Our Lady of Peace substance abuse assessment. At that point an assessor from Our Lady of Peace will be contacted to complete your assessment. Referral will be based on the outcome of the assessment.</p>
<h3><strong>Saint Joseph East - Emergency Room</strong></h3>
<p>150 North Eagle Creek Drive<br>
Lexington, KY 40509<br>
<a href="tel:8599675000">859-967-5000</a><br>
Note: Upon arrival to the emergency room, inform the person at the admission desk that you need an Our Lady of Peace substance abuse assessment. At that point an assessor from Our Lady of Peace will be contacted to complete your assessment. Referral will be based on the outcome of the assessment.</p>
<h3><strong>Saint Joseph Berea - Emergency Room</strong></h3>
<p>305 Estill Street<br>
Berea, KY 40403<br>
<a href="tel:8599863151">859-986-3151</a><br>
Note: Upon arrival to the emergency room, inform the person at the admission desk that you need an Our Lady of Peace substance abuse assessment. At that point an assessor from Our Lady of Peace will be contacted to complete your assessment. Referral will be based on the outcome of the assessment.</p>
<h3><strong>Saint Joseph Jessamine - Emergency Room</strong></h3>
<p>1250 Keene Road<br>
Nicholasville, KY 40356<br>
<a href="tel:8598874100">859-887-4100</a><br>
Note: Upon arrival to the emergency room, inform the person at the admission desk that you need an Our Lady of Peace substance abuse assessment. At that point an assessor from Our Lady of Peace will be contacted to complete your assessment. Referral will be based on the outcome of the assessment.</p>
<h3><strong>Stepworks - London</strong></h3>
<p>3825 Marydell Road<br>
London, KY 40741<br>
<a href="tel:8005459031">800-545-9031</a><br>
Note: Please contact program regarding specific details.</p>
<h3><strong>Stoner Creek</strong></h3>
<p>9 Linville Drive<br>
Paris, KY 40361<br>
<a href="tel:18883944673">1-888-394-4673</a><br>
Note: Stoner Creek provides medical detox. Please call for an assessment and specifics regarding insurances accepted and specific services provided.</p>
<h3><strong>Trillium Center Corbin</strong></h3>
<p>Baptist Health Corbin<br>
1 Trillium Center<br>
Corbin, KY 40701<br>
<a href="tel:6065235900">606-523-5900</a> or <a href="tel:8003954435">800-395-4435</a><br>
Note: Please contact program for specifics regarding insurances accepted and services provided.</p>
<h3><strong>Recovery Works - Georgetown</strong></h3>
<p>3107 Cincinnati Road<br>
Georgetown, KY 42701<br>
<a href="tel:5025709313">502-570-9313</a><br>
Note: Please contact program for specifics regarding insurances accepted and services provided.</p>
<h3><strong>Recovery Works - Elizabethtown</strong></h3>
<p>100 Diecks Drive<br>
Elizabethtown, KY 42701<br>
<a href="tel:8889821244">888-982-1244</a><br>
Note: Please contact program for specifics regarding insurances accepted and services provided.</p>
<h3><strong>Recovery Works - Mayfield</strong></h3>
<p>4747 Old Dublin Road<br>
Mayfield, KY 42066<br>
<a href="tel:2706238500">270-623-8500</a><br>
Note: Please contact program for specifics regarding insurances accepted and services provided.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Medication Assisted Treatment Modal -->
<div class="modal fade" id="medicationAssisted" tabindex="-1" role="dialog" aria-labelledby="medicationAssistedLabel" aria-hidden="true">
<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="medicationAssistedLabel">MEDICATION ASSISTED TREATMENTS</span></h4>
</div>
<div class="modal-body">
<h1>Medication Assisted Treatments (MAT)</h1>
<p>MAT combines behavioural therapy and medications to treat substance use disorders. These medications may include: buprenorphine (ex: subutex, suboxone, zubsolv), methadone, and naltrexone (Vivitrol).
These national locators will help you find providers near you:</p>
<ul>
<li><a href="http://naabt.org/" target="new">http://naabt.org</a> (matches prospective patients to providers with availability)</li>
<li><a href="http://www.samhsa.gov/medication-assisted-treatment/physician-program-data/treatment-physician-locator" target="new">http://www.samhsa.gov</a></li>
<li><a href="http://kbml.ky.gov/Documents/Resources%20SA%20Kentucky%20Opioid%20Treatment%20Programs.pdf" target="new">http://kbml.ky.gov</a></li>
</ul>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Twelve Step Modal -->
<div class="modal fade" id="twelveStep" tabindex="-1" role="dialog" aria-labelledby="twelveStepLabel" aria-hidden="true">
<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="twelveStepLabel">TWELVE STEP PROGRAMS</span></h4>
</div>
<div class="modal-body">
<h3><strong>Alcoholics Anonymous</strong></h3>
<p>To find a meeting anywhere in Kentucky:
<a href="http://www.aa.org/pages/en_US/find-aa-resources">http://www.aa.org</a></p>
<h3><strong>Bluegrass Intergroup</strong></h3>
<p>Lexington, KY<br>
Phone/FAX: <a href="tel:8592551212">859-225-1212</a><br>
<a href="www.bluegrassintergroup.org">www.bluegrassintergroup.org</a></p>
<h3><strong>Bowling Green Central Office</strong></h3>
<p>Bowling Green, KY<br>
Main: <a href="tel:2707825267">270-782-5267</a></p>
<h3><strong>Northern Kentucky Central Office</strong></h3>
<p>Covington, KY<br>
Main: <a href="tel:8594917181">859-491-7181</a><br>
<a href="www.home.fuse.net/nkyaa">www.home.fuse.net/nkyaa</a></p>
<h3><strong>Western Kentucky Intergroup</strong></h3>
<p>Gilbertsville, KY<br>
Toll Free: <a href="tel:8006066047">800-606-6047</a><br>
Main: <a href="tel:2703627141">270-362-7141</a></p>
<h3><strong>Greater Louisville Intergroup, Inc.</strong></h3>
<p>Louisville, KY<br>
Main: <a href="tel:5025821849">502-582-1849</a><br>
<a href="www.louisvilleaa.org">www.louisvilleaa.org</a></p>
<h3><strong>Intergroup 17</strong></h3>
<p>Owensboro, KY<br>
Main: <a href="tel:2706830371">270-683-0371</a></p>
<h3><strong>Narcotics Anonymous</strong></h3>
<p><a href="https://www.na.org/">https://www.na.org/</a><br><br>
To find a meeting anywhere in Kentucky-Kentuckiana Region:<br>
<a href="http://www.krscna.org">http://www.krscna.org</a></p>
<h3><strong>Pennyrile Area (Paducah & Hopkinsville)</strong></h3>
<p><a href="http://www.na-pana.org">http://www.na-pana.org</a></p>
<h3><strong>Southern Zonal Forum</strong></h3>
<p><a href="http://www.szfna.org">http://www.szfna.org</a></p>
<h3><strong>Across the River Area (Henderson)</strong></h3>
<p>Phone: <a href="tel:8776425831">877-642-5831</a><br>
<a href="">http://www.atrana.org/</a></p>
<h3><strong>South Central Kentucky Area (Bowling Green, Glasgow, Scottsville, Franklin)</strong></h3>
<p>Phone: <a href="tel:8669012849">866-901-2849</a><br>
<a href="http://sckana.net">http://sckana.net</a></p>
<h3><strong>Louisville Area </strong></h3>
<p>Phone: <a href="tel:5024994423">502-499-4423</a><br>
<a href="http://nalouisville.org/">http://nalouisville.org/</a></p>
<h3><strong>Grassroots Area (Campton, Inez, Salyersville)</strong></h3>
<p>Phone: <a href="tel:8553198869">855-319-8869</a><br>
<a href="http://www.grassrootsna.org">http://www.grassrootsna.org</a></p>
<h3><strong>Bluegrass-Appalachian Region (Central Kentucky)</strong></h3>
<p>Phone: <a href="tel:8592534673">859-253-4673</a><br>
<a href="http://www.barcna.com">http://www.barcna.com</a></p>
<h3><strong>Kentucky Survivors Area (Lexington)</strong></h3>
<p>Phone: <a href="tel:8592534673">859-253-4673</a><br>
<a href="http://www.kentuckysurvivors.com">http://www.kentuckysurvivors.com</a></p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- More Information Modal -->
<div class="modal fade" id="about" tabindex="-1" role="dialog" aria-labelledby="aboutLabel" aria-hidden="true">
<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="aboutLabel">About <span data-project="name">Get Help Lex</span></h4>
</div>
<div class="modal-body">
<div><strong>Get Help Lex</strong> is a resource for people seeking facilities and services for substance use disorder (substance abuse/addiction) in and around Lexington, Kentucky. <a href="https://github.com/openlexington/finda">Get Help Lex</a> is an open-source project. GHL is an adaptation of Code for Boston's <a href="https://github.com/codeforboston/finda">Finda project</a>. The source code for both Finda and GHL are publically available on GitHub.</div>
<h5>Please <a href="#" data-toggle="modal" data-target="#feedback-modal">send feedback, ideas, and bug reports here</a>.</h5>
<hr>
<h3>Application creation and support from:</h3>
<h4>LFUCG Substance Abuse and Violence Intervention Program</h4>
<p><a href="http://www.lexingtonky.gov/index.aspx?page=3628">The Substance Abuse and Violence Intervention (SAVI) Program</a> works with community stakeholders and advocates in Lexington to increase programming and opportunities that reduce drug related violence by teens and young adults; decrease the stigma that inhibits recovery; advocate for and increase access to effective substance abuse treatment programming.</p>
<h4>Voices of Hope – Lexington, Inc.</h4>
<p>Voices of Hope – Lexington is a non-profit organization dedicated to creating a positive environment to help people addicted to drugs and alcohol enter and flourish in recovery.</p>
<h4>OpenLexington</h4>
<p><a href="http://openlexington.org">OpenLexington</a> is a volunteer group of civic-minded software developers, designers, urban planners, citizen activists, data geeks and more. Part of the <a href="http://brigade.codeforamerica.org">Code for America Brigade</a> program, we work with LFUCG, Fayette County, and local communities to build open-source civic apps, open public data sources, and generally help to leverage technology for use in the public sphere.</p>
<h4>LexLadiesCode</h4>
<p><a href="http://lexladiescode.org">LexLadiesCode</a> is a women's coding club based in Lexington, Kentucky gathered to increase the visibility of and possibilities for women in technology.</p>
<h4>Code for Boston</h4>
<p><a href="http://stage.codeforboston.org/">Code for Boston</a> aims to provide a 'center of gravity' for grassroots, community-driven civic innovation in the Greater Boston area. Our work includes building apps, community organizing, policy initiatives, qualitative research, and more, and we hope that volunteers of all types will join our community.</p>
<h5>With donations from:</h5>
<p>
<a href="https://www.browserstack.com/">Browserstack</a> - A cross browser testing tool.
</p>
<p>
David Caldwell, <a href="http://balancecreative.net/">Balance Creative Advertising, Design and Marketing</a> for the creation and donation of the GetHelpLex logo.
</p>
<h5>Special thanks to:</h5>
<p>David Maynard, MA, LPCC, Addiction Specialist, University of Kentucky Trauma Services</p>
<hr>
<h4>Want a copy of our data?</h4>
<p>
<a href="https://docs.google.com/spreadsheets/d/1ubx07oylGxk5FDIjMnQo4cMNBd3a8QYiPm27rWuyByI/export?format=csv" target="_blank"><button class="btn btn-default">Download</button></a>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Loading Modal -->
<div class="modal" id="loading" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-sm">
<div class="modal-content">
<div class="modal-body">
<h4></h4>
</div>
</div>
</div>
</div>
<!-- Feedback Modal -->
<div class="modal fade" id="feedback-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<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">Send us your feedback!</h4>
</div>
<div class="modal-body">
<div class="alert alert-success js-thank-you" role="alert" style="display:none">Your feedback has been sent!</div>
<div class="alert alert-danger js-error" style="display:none">We apologize, there was a problem sending the feedback. Please email <a class="js-error-email" href="#">gethelplex@lexingtonky.gov</a> instead.</div>
A few things to remember:
<ul>
<li>If this is an emergency, please dial <a href="tel:911">911</a></li>
<li>This is not for assessment or diagnosis and is not always monitored</li>
<li>Please do not add any sensitive personal information</li>
</ul>
<form id="feedback-form" class="form-horizontal" action="#" role="form" method="post">
<label>Message:</label>
<textarea id="feedback-text" class="form-control" name="message" required="required" aria-describedby="feedback-label"></textarea>
<label>Email (optional):</label>
<input id="feedback-email" class="form-control" type="email" name="email" placeholder="yourname@gmail.com">
<div>
<label><input type="checkbox" required="required"> I have read the
<a data-toggle="collapse" href="#feedback-disclaimer" aria-expanded="false" aria-controls="disclaimer">disclaimer</a>
</label>
</div>
<button type="submit" class="js-submit btn btn-primary">Send</button>
<button type="button" class="btn btn-cancel">Cancel</button>
</form>
<div class="collapse well" id="feedback-disclaimer">
<p>Get Help Lex is a tool to help you find a substance abuse treatment program for yourself or others. It's an informational tool ONLY. <strong>If you are experiencing a medical emergency, please call <a href="tel:911">911.</a></strong></p>
<p>Please remember that it is:</p>
<ul>
<li>NOT a diagnostic tool</li>
<li>NOT an assessment tool</li>
<li>NOT a substitute for substance use treatment services</li>
</ul>
<p><strong>No identifying information is being collected from your search.</strong></p>
</div>
</div>
</div>
</div>
</div>
<a href="#" id="gaf-button" data-toggle="modal" data-target="#feedback-modal">Feedback</a>
<!--[if lt IE 9]>
<script src="lib/es5-shim.min.js"></script>
<script src="lib/es5-sham.min.js"></script>
<![endif]-->
<script type="text/javascript" data-main="src/script.js" src="lib/require.js"></script>
</body>
</html>