From e83f0b8fdcb7d03dd864c1b00222b7c4fa2a3af9 Mon Sep 17 00:00:00 2001 From: Daniel W Bond Date: Sat, 2 May 2015 15:11:30 -0400 Subject: [PATCH] added thanks section to about page --- bookshare/templates/about.html | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/bookshare/templates/about.html b/bookshare/templates/about.html index bcd7fbf..579f626 100644 --- a/bookshare/templates/about.html +++ b/bookshare/templates/about.html @@ -24,7 +24,9 @@ SRCT Bookshare • About

Have an old textbook? Bookshare will help you find an incoming - student who wants to buy it from you. + student who wants to buy it from you. Need one for the coming semester? + Search by ISBN, title, course, and more, or set a lookout to be + automatically notified when a textbook you need is posted.

@@ -45,8 +47,8 @@ SRCT Bookshare • About

Members of the Student-Run Computing and Technology - group at George Mason University are the - clever, talented students behind Bookshare. + group at George Mason University, a registered + student organization, are the clever, talented students behind Bookshare.

We are a group of creative people that like making software and @@ -81,4 +83,23 @@ SRCT Bookshare • About +

+
+

Thanks

+

+ This project was made possible through the collective code contributions of + Daniel Bond, J. Michel Rouly, Wes Tarro, Kunal Sarkhel, Benjamin Waters, + Renfred Harper, Eric Cawi, Tyler Hallada, Daniel Taylor, Luke Faraone, and + Adam Miller. +

+

+ Nicholas Anderson, Benjamin Waters, and Daniel Bond collaborated on deployment. +

+

+ Additional thanks are due to the Student-Run Computing and Technology executive + board and our academic advisor, Professor Kinga Dobolyi, from 2013-present. +

+
+
+ {% endblock content %} -- GitLab