Browse Source

Reuse Bikes and Reuse Code

master
Jonathan Rosenbaum 9 years ago
parent
commit
21846205b7
  1. 16
      index.html

16
index.html

@ -9,7 +9,7 @@
label {
display: inline-block;
text-align: right;
width: 160px;
width: 166px;
font-weight: bold;
}
.quote {
@ -29,10 +29,16 @@
h1 {
color: blueviolet;
}
.text {
display: inline-flex;
margin-left: 0px;
}
</style>
</head>
<body>
<div class="quote" style="text-align:center; font-size:xx-large;">&ldquo;Reuse Bikes and Reuse Code.&rdquo;</div>
<h1>Yellow Bike Database</h1>
<p><div class="quote">&ldquo;Yellow Bike Project's Hours and Transaction Database&rdquo;</div></p>
<p>
@ -43,10 +49,10 @@
<br /><label>Repository being used:</label> <a href="https://github.com/fspc/Yellow-Bike-Database">https://github.com/fspc/Yellow-Bike-Database</a>
<br /><label>Initial source code:</label> <a href="http://austinyellowbike.org/about/special-projects/yellow-bike-hours-and-transaction-database/">yellow-bike-hours-and-transaction-database</a>
(Database dump date - 2014-07-24)
<br /><label>Additional Repositories</label> There are additional repositories at GitHub that were created by Third Hand and Plan B.
Currently, they are not being developed or maintained. The Community Bike Shop Database (below) is the newest code base from the Yellow Bike Project,
that is currently being developed.
<br /><label>CBDB Repository</label> <a href="https://github.com/nwilkes2/CommunityBikeShopDB">https://github.com/nwilkes2/CommunityBikeShopDB</a>
<br /><label>Additional Repositories:</label> <div class="text">There are additional repositories at GitHub that were created by Third Hand and Plan B.
Currently, they are not being developed or maintained. The Community Bike Shop Database (CBDB below) is the newest code base from the Yellow Bike Project
that is being developed.</div>
<br /><label>CBDB Repository:</label> <a href="https://github.com/nwilkes2/CommunityBikeShopDB">https://github.com/nwilkes2/CommunityBikeShopDB</a>
(Repository created & database dump date - 2014-12-29)
</div>
<input type="submit" id="ybdb_button" value="Show More">

Loading…
Cancel
Save