40 lines
938 B
Markdown
40 lines
938 B
Markdown
# jipf 2023
|
|
|
|
### install
|
|
---
|
|
|
|
this project uses submodules recursively, so you after cloning you need to :
|
|
|
|
`git submodule update --init --recursive`
|
|
|
|
|
|
### presentation
|
|
---
|
|
|
|
- this repo is a plugin for wordpress, designed to be used inside a specific website : [2022.lejourdesprofs.org](https://2022.lejourdesprofs.org/#programme)
|
|
- this is a website for an event, that took place in november 2022, and was proposing hundreds of speakers all around the world
|
|
- and this plugin generates a map, based on google maps, with markers that places every speach
|
|
- it allows for filters and selections
|
|
|
|
|
|
### how the markers colapse and multiply with zoom
|
|
---
|
|
|
|

|
|
|
|
|
|
### how the filters allow for selection
|
|
---
|
|
|
|

|
|
|
|
|
|
### technologie
|
|
---
|
|
|
|
- wordpress backend
|
|
- php
|
|
- vanilla javascript front-end
|
|
- google maps api
|
|
|