diff --git a/index.html b/index.html index 0d7a0c7..13b6b66 100644 --- a/index.html +++ b/index.html @@ -84,18 +84,15 @@ -

Freehub

-

“Freehub is a member and shop visit application implemented in Rails by the San Francisco Bike Kitchen.”

+

SignIn App

+

“The Sign In App is a mobile app to track Volunteer, Member, Staff or Earn a bike hours.”

- http://freehub.wvcompletestreets.org -
greeter, sfbk, mechanic, scbc, cbi, admin -
test + view

-
- https://registry.hub.docker.com/u/bikebike/freehub/ -
https://github.com/asalant/freehub/wiki +
+ https://github.com/mrmomoko/SignInBikeCollectives
- +

Bicycle Kitchen POS

“A custom point-of-sale program for the Mac.”

diff --git a/js/bikebike.js b/js/bikebike.js index f2fa151..a7f57e3 100644 --- a/js/bikebike.js +++ b/js/bikebike.js @@ -3,7 +3,7 @@ $(function(){ "use strict"; // extra information about each demo - var demos = ["ybdb", "bikebinder", "bikeshed", "freehub", "bikekitchenpos"]; + var demos = ["ybdb", "bikebinder", "bikeshed", "freehub", "bikekitchenpos", "signinapp"]; $.each(demos, function(key, value) { show_more($('#' + value), $('#' + value + '_button'));