Jonathan Rosenbaum
10 years ago
1 changed files with 53 additions and 0 deletions
@ -0,0 +1,53 @@ |
|||
<!DOCTYPE html> |
|||
<html> |
|||
<head> |
|||
<meta charset="utf-8" /> |
|||
<title>Community Bike software demo page</title> |
|||
<style>label { |
|||
display: inline-block; |
|||
text-align: right; |
|||
width: 100px; |
|||
font-weight: bold; |
|||
} |
|||
.quote { |
|||
font-style: italic; |
|||
} |
|||
a |
|||
{ |
|||
|
|||
} |
|||
</style> |
|||
</head> |
|||
<body> |
|||
|
|||
<h1>Yellow Bike Database</h1> |
|||
<p><div class="quote">“Yellow Bike Project's Hours and Transaction Database”</div></p> |
|||
<p> |
|||
<label>Demo Site:</label> <a href="http://ybdb.wvcompletestreets.org/">http://ybdb.wvcompletestreets.org</a> |
|||
</p> |
|||
|
|||
<h1>BikeBinder</h1> |
|||
<p><div class="quote">“BikeBinder is Free Rides Inventory System application.”</div></p> |
|||
<p> |
|||
<label>Demo Site:</label> <a href="http://bikebinder.wvcompletestreets.org/">http://bikebinder.wvcompletestreets.org</a> |
|||
<br /><label>Logins:</label> staff@freeridepgh.org, volunteer@freeridepgh.org |
|||
<br /><label>Password:</label> <em>password</em> |
|||
</p> |
|||
|
|||
<h1>BikeShed</h1> |
|||
<p><div class="quote">“Bikeshed is Velocipede's User, Sales, and Bike Inventory Web App.”</div></p> |
|||
<p> |
|||
<label>Demo Site:</label> <a href="http://bikeshed.wvcompletestreets.org/">http://bikeshed.wvcompletestreets.org</a> |
|||
<br /><label>Logins:</label> Test user buttons may be found at the bottom of the website page. |
|||
</p> |
|||
|
|||
<h1>Freehub</h1> |
|||
<p><div class="quote">“Freehub is a member and shop visit application implemented in Rails by the San Francisco Bike Kitchen.”</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, admi |
|||
<br /><label>Password:</label> <em>test</em> |
|||
</p> |
|||
|
|||
</body> |
|||
</html> |
Loading…
Reference in new issue