mirror of
https://github.com/fspc/BikeBike-Community-Software-Docker-Demo-WebSite.git
synced 2025-02-28 11:33:24 -05:00
First commit.
This commit is contained in:
parent
caa13d97a4
commit
f1cf3b71d0
53
index.html
Normal file
53
index.html
Normal file
@ -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…
x
Reference in New Issue
Block a user