diff options
author | Ben Burwell <ben@benburwell.com> | 2015-05-11 16:40:25 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2015-05-11 16:40:25 -0400 |
commit | de8f745817684a3cccbdaa0c17286792f07cbd24 (patch) | |
tree | 16237961f1e69d18c550e38756625741d44b4cfb | |
parent | 57e29bb08aa09b7894e20fe12af5b3a63aa6ab4f (diff) |
Reword some project descriptions
-rw-r--r-- | _data/projects.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_data/projects.yml b/_data/projects.yml index 5c0398c..ec9ca00 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -16,13 +16,13 @@ github: "benburwell/weather" live: "http://weather.benburwell.com/" -- name: "Printer Management System" +- name: "Printer Management" description: "In Software Engineering class, my team created a printer monitoring platform called Forest to gather and display statistics about network printers. See my blog post about it for more details!" tech: "Ruby, PHP, Node.js, MongoDB" github: "printerSystemCSI210" live: "/posts/forest-printer-management/" -- name: "Article Management Interface" +- 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" github: "benburwell/ami" |