fix some loose http->https url transitions
This commit is contained in:
parent
390eebd92f
commit
1449eabfb0
12
index.html
12
index.html
@ -19,11 +19,11 @@
|
|||||||
<meta name="twitter:site" content="www.nycbookstores.org">
|
<meta name="twitter:site" content="www.nycbookstores.org">
|
||||||
<meta name="twitter:title" content="NYC Bookstores">
|
<meta name="twitter:title" content="NYC Bookstores">
|
||||||
<meta name="twitter:description" content="A Guide To The Many Independent Bookstores Of New York City">
|
<meta name="twitter:description" content="A Guide To The Many Independent Bookstores Of New York City">
|
||||||
<meta name="twitter:image" content="http://www.nycbookstores.org/img/social.jpg">
|
<meta name="twitter:image" content="https://www.nycbookstores.org/img/social.jpg">
|
||||||
<meta property="og:url" content="http://www.nycbookstores.org/">
|
<meta property="og:url" content="https://www.nycbookstores.org/">
|
||||||
<meta property="og:title" content="NYC Bookstores">
|
<meta property="og:title" content="NYC Bookstores">
|
||||||
<meta property="og:description" content="A Guide To The Many Independent Bookstores Of New York City">
|
<meta property="og:description" content="A Guide To The Many Independent Bookstores Of New York City">
|
||||||
<meta property="og:image" content="http://www.nycbookstores.org/img/social.jpg">
|
<meta property="og:image" content="https://www.nycbookstores.org/img/social.jpg">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="wrapper">
|
<div id="wrapper">
|
||||||
@ -33,14 +33,14 @@
|
|||||||
<li><h2>The Many Independent Bookstores of New York City</h2></li>
|
<li><h2>The Many Independent Bookstores of New York City</h2></li>
|
||||||
<li><a id="viewInfo">info</a></li>
|
<li><a id="viewInfo">info</a></li>
|
||||||
<li><a href="https://github.com/nyc-bookstores/nyc-bookstores.github.io" target="_blank">github</a></li>
|
<li><a href="https://github.com/nyc-bookstores/nyc-bookstores.github.io" target="_blank">github</a></li>
|
||||||
<li><a href="http://www.twitter.com/alazyreader" target="_blank">@alazyreader</a></li>
|
<li><a href="https://www.twitter.com/alazyreader" target="_blank">@alazyreader</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div id="map"></div>
|
<div id="map"></div>
|
||||||
<div id="info">
|
<div id="info">
|
||||||
<p>New York City loves its independent bookstores. It <a href="http://www.nytimes.com/2006/10/15/nyregion/thecity/15book.html" target="_blank">eulogizes those that have faded</a> and celebrates when new ventures are launched. And while the historic <a href="http://untappedcities.com/2015/08/26/4th-avenue-the-history-of-nycs-book-row/" target="_blank">Book Row may have passed away in the 80s</a>, there are still many indie bookstores dotting the map. Here, I have attempted to collect all of the currently-open general-interest independent booksellers in NYC. Any store with regular-ish hours (excluding religious booksellers and appointment-only rare book sellers) is included.</p>
|
<p>New York City loves its independent bookstores. It <a href="https://www.nytimes.com/2006/10/15/nyregion/thecity/15book.html" target="_blank">eulogizes those that have faded</a> and celebrates when new ventures are launched. And while the historic <a href="https://untappedcities.com/2015/08/26/4th-avenue-the-history-of-nycs-book-row/" target="_blank">Book Row may have passed away in the 80s</a>, there are still many indie bookstores dotting the map. Here, I have attempted to collect all of the currently-open general-interest independent booksellers in NYC. Any store with regular-ish hours (excluding religious booksellers and appointment-only rare book sellers) is included.</p>
|
||||||
<p>The listings here are kept up-to-date to the best of my ability; however, I make no promises about either the accuracy or reliability of the information. If you spot an error, or I've missed a shop, please let me know by <a href="mailto:delta.mu.alpha@gmail.com" target="_blank">email</a> or <a href="https://www.twitter.com/alazyreader" target="_blank">twitter</a>. Based on the "<a href="https://github.com/jlord/hack-spots" target="_blank">Hack Spots</a>" website by <a href="http://www.twitter.com/jllord" target="_blank">@jllord</a>.</p>
|
<p>The listings here are kept up-to-date to the best of my ability; however, I make no promises about either the accuracy or reliability of the information. If you spot an error, or I've missed a shop, please let me know by <a href="mailto:delta.mu.alpha@gmail.com" target="_blank">email</a> or <a href="https://www.twitter.com/alazyreader" target="_blank">twitter</a>. Based on the "<a href="https://github.com/jlord/hack-spots" target="_blank">Hack Spots</a>" website by <a href="https://www.twitter.com/jllord" target="_blank">@jllord</a>.</p>
|
||||||
<p>There are currently <span id="storeCount"></span> stores indexed on this page.</p>
|
<p>There are currently <span id="storeCount"></span> stores indexed on this page.</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="selected"></div>
|
<div id="selected"></div>
|
||||||
|
Loading…
Reference in New Issue
Block a user