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 { label {
display: inline-block; display: inline-block;
text-align: right; text-align: right;
width: 160px; width: 166px;
font-weight: bold; font-weight: bold;
} }
.quote { .quote {
@ -29,10 +29,16 @@
h1 { h1 {
color: blueviolet; color: blueviolet;
} }
.text {
display: inline-flex;
margin-left: 0px;
}
</style> </style>
</head> </head>
<body> <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> <h1>Yellow Bike Database</h1>
<p><div class="quote">&ldquo;Yellow Bike Project's Hours and Transaction Database&rdquo;</div></p> <p><div class="quote">&ldquo;Yellow Bike Project's Hours and Transaction Database&rdquo;</div></p>
<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>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> <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) (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. <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 (below) is the newest code base from the Yellow Bike Project, 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 currently being developed. that is being developed.</div>
<br /><label>CBDB Repository</label> <a href="https://github.com/nwilkes2/CommunityBikeShopDB">https://github.com/nwilkes2/CommunityBikeShopDB</a> <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) (Repository created & database dump date - 2014-12-29)
</div> </div>
<input type="submit" id="ybdb_button" value="Show More"> <input type="submit" id="ybdb_button" value="Show More">

Loading…
Cancel
Save