summaryrefslogtreecommitdiff
path: root/_data
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-11-18 20:40:21 -0500
committerBen Burwell <ben@benburwell.com>2015-11-18 20:40:21 -0500
commit8d4546d2f8ac7094873a3627c1bd46dd84fa5fe6 (patch)
tree2a69892a702f20d7f2cb9374055b8de4cc30933a /_data
parent044392858da19ded4e2b8a92a17a32ea1e16224c (diff)
Add street/map search to projects
Diffstat (limited to '_data')
-rw-r--r--_data/projects.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/_data/projects.yml b/_data/projects.yml
index ec9ca00..72a694b 100644
--- a/_data/projects.yml
+++ b/_data/projects.yml
@@ -22,6 +22,12 @@
github: "printerSystemCSI210"
live: "/posts/forest-printer-management/"
+- name: "Emergency Street Search"
+ description: "As an afternoon project, I decided to digitize the \"Red Book\" we use at the Pennington First Aid Squad that contains detailed directions and maps to all the streets in our district, enabling crews to quickly find the information they need when responding to calls."
+ tech: "JavaScript, jQuery"
+ github: "benburwell/streets"
+ live: "http://penningtonfirstaid.org/street_sop_doc/street_search.php"
+
- name: "Newspaper Publishing"
description: "A web application I created for my high school newspaper to help manage the publishing workflow. Routes articles through the editorial cycle and tracks them from first upload by author through publication."
tech: "PHP, JavaScript, CSS, MySQL"