diff options
author | hellekin <hellekin@cepheide.org> | 2018-03-09 22:58:08 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2018-03-09 22:58:49 +0100 |
commit | 02cd9f4217f0011ce7f95cd5d3d03dababb28625 (patch) | |
tree | 334b5b3d5932f242cd1f4dc34dc92eb8bec30ce8 /index.html | |
parent | 44238a2723e413fa8036df87d5511318f20169a2 (diff) | |
download | wallonie-demain-proto-02cd9f4217f0011ce7f95cd5d3d03dababb28625.tar.gz |
Add collapsable attribution and logo (fixes #2)
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -56,5 +56,27 @@ </footer> </article> </script> + <script id="attribution-template" type="x-tmpl-mustache"> + <article class="marker popup"> + <h2>Crédits</h2> + <p>Cette carte est rendue possible grâce au soutien de la Région Wallone.</p> + <h3>Logiciel</h3> + <p>Réalisé par <a + href="{{ data.incommon_url }}">Incommon</a>, utilisant <a + href="{{ data.leaflet_url }}">Leaflet</a>, sous licence AGPL. + (<a href="https://code.cepheide.org/wallonie-demain-proto.git">source</a>) + </p> + <h3>Données</h3> + <p><a href="{{ data.dewey_url }}">Dewey ASBL</a> et + le <a href="{{ data.rt_url }}">Réseau Transition</a></p> + <p>© 2014-2018 Dewey Maps, Réseau Transition</p> + <p>Toutes les données sur cette carte sont libres et + disponibles selon les termes de la licence ODBL.</p> + <h3>Cartes</h3> + <p>© <a href="{{ data.osm_url }}">OpenStreetMap</a> contributors</p> + <h3>Création graphique</h3> + <p><a href="https://ps.lesoiseaux.io/" class="icon ps">Petites Singularités</a></p> + </article> + </script> </body> </html> |