Skip to content

Commit a704350

Browse files
author
Tim Smith
committed
Added "Download" button to About section that allows users to download the CSV data used on the site
- fixes issue #93
1 parent 0d75c62 commit a704350

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.html

+7
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,13 @@ <h5>With donations from:</h5>
406406

407407
<h5>Special thanks to:</h5>
408408
<p>David Maynard, MA, LPCC, Addiction Specialist, University of Kentucky Trauma Services</p>
409+
410+
<hr>
411+
412+
<h4>Want a copy of our data?</h4>
413+
<p>
414+
<a href="https://docs.google.com/spreadsheets/d/1ubx07oylGxk5FDIjMnQo4cMNBd3a8QYiPm27rWuyByI/export?format=csv" target="_blank"><button class="btn btn-default">Download</button></a>
415+
</p>
409416
</div>
410417
<div class="modal-footer">
411418
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>

0 commit comments

Comments
 (0)