You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.7 KiB
53 lines
1.7 KiB
10 years ago
|
<!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>
|