Browse Source

First commit.

master
Jonathan Rosenbaum 9 years ago
parent
commit
f1cf3b71d0
  1. 53
      index.html

53
index.html

@ -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">&ldquo;Yellow Bike Project's Hours and Transaction Database&rdquo;</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">&ldquo;BikeBinder is Free Rides Inventory System application.&rdquo;</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">&ldquo;Bikeshed is Velocipede's User, Sales, and Bike Inventory Web App.&rdquo;</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">&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, admi
<br /><label>Password:</label> <em>test</em>
</p>
</body>
</html>
Loading…
Cancel
Save