-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac6e084
commit d3e354c
Showing
5 changed files
with
35 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,13 +18,13 @@ | |
<body> | ||
<div class="c"> | ||
<div> | ||
<h1 class="success">green libraries</h1> | ||
<h1 class="success">Green Libraries</h1> | ||
</div> | ||
|
||
<p class="subtitle"> | ||
These are the public library services who have signed the Green | ||
Libraries Manifesto. Green Libraries is a collaboration between CILIP, | ||
Arts Council England, British Library, Libraries Connected and Julie’s | ||
These are public library services who have signed the Green Libraries | ||
Manifesto. Green Libraries is a collaboration between CILIP, Arts | ||
Council England, British Library, Libraries Connected, and Julie’s | ||
Bicycle. | ||
</p> | ||
|
||
|
@@ -34,13 +34,12 @@ <h1 class="success">green libraries</h1> | |
class="btn primary" | ||
href="https://www.cilip.org.uk/page/GreenLibrariesManifesto" | ||
target="_blank" | ||
rel="noopener" | ||
>Sign the manifesto</a | ||
> | ||
</p> | ||
|
||
<p class="subtitle" id="p-data-loading"> | ||
Please wait while data loads... | ||
</p> | ||
<p class="subtitle" id="p-data-loading">Data loading...</p> | ||
|
||
<div id="div-library-hexmap"></div> | ||
|
||
|
@@ -56,6 +55,6 @@ <h1 class="success">green libraries</h1> | |
<script src="https://unpkg.com/[email protected]/dist/tippy-bundle.umd.min.js"></script> | ||
<script src="js/oi.hexmap.min.js"></script> | ||
<script src="js/helpers.js"></script> | ||
<script src="js/map.js"></script> | ||
<script src="js/map.js" defer></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
var greenLibraries = { | ||
hexJson: | ||
'https://raw.githubusercontent.com/LibrariesHacked/uk-libraries-hexmap/main/services.hexjson', | ||
'https://raw.githubusercontent.com/LibrariesHacked/uk-libraries-hexmap/main/uk-utla-2023.hexjson', | ||
services: | ||
'https://api.librarydata.uk/services/airtable?fields=Code,Green%20library' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters