Browse Source

Added SignIn App.

master
Jonathan Rosenbaum 8 years ago
parent
commit
ffcbb55246
  1. 15
      index.html
  2. 2
      js/bikebike.js

15
index.html

@ -84,18 +84,15 @@
</div>
<input type="submit" id="bikeshed_button" value="Show More">
<h1>Freehub</h1>
<p><div class="quote">&ldquo;Freehub is a member and shop visit application implemented in Rails by the San Francisco Bike Kitchen.&rdquo;</div></p>
<h1>SignIn App</h1>
<p><div class="quote">&ldquo;The Sign In App is a mobile app to track Volunteer, Member, Staff or Earn a bike hours.&rdquo;</div></p>
<p>
<label>Demo Site:</label> <a href="http://freehub.wvcompletestreets.org/">http://freehub.wvcompletestreets.org</a>
<br /><label>Logins:</label> greeter, sfbk, mechanic, scbc, cbi, admin
<br /><label>Password:</label> <em>test</em>
<label>Info Page:</label> <a href="https://www.bikecollectives.org/wiki/index.php?title=Sign_In_App">view</a>
</p>
<div id="freehub">
<label>Docker Image:</label> <a href="https://registry.hub.docker.com/u/bikebike/freehub/">https://registry.hub.docker.com/u/bikebike/freehub/</a>
<br /><label>Repository:</label> <a href="https://github.com/asalant/freehub/wiki">https://github.com/asalant/freehub/wiki</a>
<div id="signinapp">
<label>Repository:</label> <a href="https://github.com/mrmomoko/SignInBikeCollectives">https://github.com/mrmomoko/SignInBikeCollectives</a>
</div>
<input type="submit" id="freehub_button" value="Show More">
<input type="submit" id="signinapp_button" value="Show More">
<h1>Bicycle Kitchen POS</h1>
<p><div class="quote">&ldquo;A custom point-of-sale program for the Mac.&rdquo;</div></p>

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

Loading…
Cancel
Save