Browse Source

Inadvertently removed freehub while using it as a template for SignIn. It

is back again.
master
Jonathan Rosenbaum 8 years ago
parent
commit
b9b92517b0
  1. 13
      index.html

13
index.html

@ -84,6 +84,19 @@
</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>
<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>
</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>
<input type="submit" id="freehub_button" value="Show More">
<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>

Loading…
Cancel
Save