Commit graph

12 commits

Author SHA1 Message Date
Library Map Bot f801406112 update contributors 2021-02-06 01:19:05 +00:00
hughrun 0db9ad0433 update contributors 2021-02-05 10:46:58 +00:00
hughrun de19a93a50 update contributors 2021-02-02 09:23:02 +00:00
hughrun f1e73bfd0a update contributors 2021-02-01 21:35:08 +00:00
hughrun 7619f02733 update contributors 2021-02-01 05:28:49 +00:00
hughrun a7411ef335 update contributors 2021-02-01 05:01:40 +00:00
hughrun 8e9e058dd0 update contributors 2021-01-31 10:29:27 +00:00
Hugh Rundle f37280f651 update docs & website
In preparation for new Action to add contributors on each push, this updates various pages in the docs and the website.

Also updates .gitignore to ignore node_modules

Also updates to website to account for the geojson file now being in the repository.
2021-01-31 21:20:34 +11:00
Hugh Rundle bd664dd17d fix styling for mobile
- remove overlays on small screens
- minimise control on small screens
- add popup on zooming to area (since touchscreen devices have no 'hover')
- fix navigation menu for small screens
- add footer with licensing info
- fix table display on small screens

fixes #4
fixes #11
2021-01-24 12:40:17 +11:00
Hugh Rundle 2bca19e47c fix link formatting in sources page 2021-01-24 12:10:42 +11:00
Hugh Rundle 0bd4b4892f restructure website for better data integration
Big commit here.
This moves the "data" directory inside the website, and then uses fetch to bring the csv and geoJSON files into the map instead of copy-pasting into JS files. Much cleaner and reduces steps from updating a CSV to updating the actual website. Now we simply need to git pull on the webserver (unless the updated data is for library services rather than library locations).

Also cleans up some styling.

Also removes my MapBox secrets from the Git repo whoops. These are now brought in via a secrets.js file that simply declares a constant. This file will not be visible in the repo.

Fixes #14
2021-01-20 09:28:43 +11:00
Hugh Rundle a4f555fb0c update directories for cool links 2021-01-18 20:25:14 +11:00