Commit graph

13 commits

Author SHA1 Message Date
Hugh Rundle f38f04c6da
add analytics link to all HEADs 2024-03-31 09:26:54 +11:00
Hugh Rundle 25f6385ac6
fix who is using it nav 2024-02-11 14:28:04 +11:00
Hugh Rundle bbdfe5a650
Add "who's using it"
Resolves #175

Note: need to add URL details for academic and NSLA libraries
2024-02-11 14:10:24 +11:00
Hugh Rundle 19595a38d5 add fines page 2021-08-30 16:38:46 +10:00
Hugh Rundle 87a470f39f change naming of library view modes
Summary
=======

- changes "White Fragility mode" to "Colonial Mode"
- changes "General mode" to "Standard Mode"
- changes "Worker Pacification Centres" to "Mechanics Institutes"

Explanation
===========
The point of two modes is to invite map users to think about the work libraries do as institutions, and how certain types of cultural organisation are normalised and certain types are othered. In particular, why are "Indigenous Knowledge Centres" different from "public libraries", and precisely *how*?

Calling the non-standard view "White Fragility Mode" implies that the individual using it is at fault, not woke enough, fragile. This is not helpful as an invitation to be thoughtful and consider the language and perspectives that are normalised.

Changing it to 'colonial' mode shifts the emphasis to that of an institutional and structural concern, rather than an individual fault.

The change for Mechanics Institutes follows more reading about them. Their history is complicated, a mixture of genuine self-help and mutual aid, and attempts by capitalists to control their workers.
2021-01-25 14:32:18 +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 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 fca91746d4 remove redundant topojson file 2021-01-18 21:19:36 +11:00
Hugh Rundle a4f555fb0c update directories for cool links 2021-01-18 20:25:14 +11:00
Hugh Rundle 035c593c13 improve menu tabs
Menu tabs now appear consistently on all pages. The active page is colour-reversed and has no link.
Also improved the logo file.
2021-01-18 13:29:43 +11:00
Hugh Rundle 6469099278 move WFM button to top of map
Fixes #6
2021-01-18 10:46:01 +11:00
Hugh Rundle 2fcb48c317 update web pages and boundaries file
- boundaries file has TitleCased names
- various updates to information pages
- styling improvements
- update README

Fixes #1
Fixes #2
Fixes #3
2021-01-18 10:27:17 +11:00
Hugh Rundle 56e382922f update files 2021-01-17 19:47:25 +11:00