further updates
This commit is contained in:
parent
4ddfc2f718
commit
543cc79f90
@ -47,6 +47,10 @@
|
|||||||
<div id="info" class="container">
|
<div id="info" class="container">
|
||||||
<h3>Info</h3>
|
<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>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>
|
||||||
</div><!-- end wrapper -->
|
</div><!-- end wrapper -->
|
||||||
|
|
||||||
@ -68,7 +72,7 @@
|
|||||||
<p class="colorText">{{city}}, {{state}} {{#postcode}}, {{postcode}} {{/postcode}}</p>
|
<p class="colorText">{{city}}, {{state}} {{#postcode}}, {{postcode}} {{/postcode}}</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><span class="category">Outlets:</span> {{outlets}}</li>
|
<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é:</span> {{cafe}}</li>
|
<li><span class="category">Café:</span> {{cafe}}</li>
|
||||||
<li><span class="category">Website:</span> <a href='{{website}}'>{{website}}</a></li>
|
<li><span class="category">Website:</span> <a href='{{website}}'>{{website}}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -94,7 +98,7 @@
|
|||||||
<p class="colorText">{{city}}, {{state}} {{#postcode}}, {{postcode}} {{/postcode}}</p>
|
<p class="colorText">{{city}}, {{state}} {{#postcode}}, {{postcode}} {{/postcode}}</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><span class="category">Outlets:</span> {{outlets}}</li>
|
<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é:</span> {{cafe}}</li>
|
<li><span class="category">Café:</span> {{cafe}}</li>
|
||||||
<li><span class="category">Website:</span> <a href='{{website}}'>{{website}}</a></li>
|
<li><span class="category">Website:</span> <a href='{{website}}'>{{website}}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user