Go to file
Midgard 77ceb6fa47
Make function more sensible
Redo the getParent function:
* Rename to findAncestorWithClass, which is a better name.
* There's no reason the mouse event's target should not be allowed to be
  the popup's container itself, so check the element itself too.
* Return null if nothing found instead of false.
2020-05-21 02:26:44 +02:00
src Make function more sensible 2020-05-21 02:26:44 +02:00
.editorconfig Improve style consistency 2020-05-20 18:01:25 +02:00
.gitignore Add relative directory and some echo's to deployscript 2017-07-29 14:52:27 +02:00
LICENSE.md Add MIT license, close #9 2018-08-01 23:05:45 +02:00
README.md Update files because data.json has moved 2020-05-20 17:06:58 +02:00
deploy.sh Update files because data.json has moved 2020-05-20 17:06:58 +02:00

README.md

Blokmap

A useful map that lists all the public study locations in Ghent.

Data is managed in a separate project, Blokdata.

Development

You can easily run the site locally by spawning a simple static file server in the src directory. For example by using the following command, or by using any other one-liner from this big list.

(cd src/; python3 -m http.server)