From ffcbb55246ce237efc551200a37ab0d9bcda4ed1 Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Fri, 4 Mar 2016 20:50:03 +0000 Subject: [PATCH] Added SignIn App. --- index.html | 15 ++++++--------- js/bikebike.js | 2 +- 2 files changed, 7 insertions(+), 10 deletions(-) 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 + - +

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'));