further updates

This commit is contained in:
David 2014-07-29 22:29:47 -04:00
parent 4ddfc2f718
commit 543cc79f90

View File

@ -47,6 +47,10 @@
<div id="info" class="container">
<h3>Info</h3>
<p>I love bookstores. And I love New York City. And I love silly projects. So I decided to combine all three into one: this website. Based on the fantastic <a href="https://github.com/jlord/hack-spots" target="_blank">hack-spots</a> from <a href="http://www.twitter.com/jllord" target="_blank">jllord</a>, this website takes bookstore data from a Google spreadsheet and maps it all out, with details.</p>
<p>The rules for inclusion are simple: Books must be the main commodity sold at the store. I'm on the fence whether to include speciality bookstores like religious bookstores or not.</p>
<p>Medium-term goals include adding short blurbs about each store as I (or other intrepid volunteers) visit the stores, and adding pictures somehow.</p>
</div>
</div><!-- end wrapper -->
@ -68,7 +72,7 @@
<p class="colorText">{{city}}, {{state}} {{#postcode}}, {{postcode}} {{/postcode}}</p>
<ul>
<li><span class="category">Outlets:</span> {{outlets}}</li>
<li><span class="category">Couches:</span> {{couch}}</li>
<li><span class="category">Seating:</span> {{chairs}}</li>
<li><span class="category">Caf&eacute;:</span> {{cafe}}</li>
<li><span class="category">Website:</span> <a href='{{website}}'>{{website}}</a></li>
</ul>
@ -94,7 +98,7 @@
<p class="colorText">{{city}}, {{state}} {{#postcode}}, {{postcode}} {{/postcode}}</p>
<ul>
<li><span class="category">Outlets:</span> {{outlets}}</li>
<li><span class="category">Couches:</span> {{couch}}</li>
<li><span class="category">Seating:</span> {{chairs}}</li>
<li><span class="category">Caf&eacute;:</span> {{cafe}}</li>
<li><span class="category">Website:</span> <a href='{{website}}'>{{website}}</a></li>
</ul>