summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2018-03-09 22:58:08 +0100
committerhellekin <hellekin@cepheide.org>2018-03-09 22:58:49 +0100
commit02cd9f4217f0011ce7f95cd5d3d03dababb28625 (patch)
tree334b5b3d5932f242cd1f4dc34dc92eb8bec30ce8 /index.html
parent44238a2723e413fa8036df87d5511318f20169a2 (diff)
downloadwallonie-demain-proto-02cd9f4217f0011ce7f95cd5d3d03dababb28625.tar.gz
Add collapsable attribution and logo (fixes #2)
Diffstat (limited to 'index.html')
-rw-r--r--index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/index.html b/index.html
index ace5bfe..f36cf25 100644
--- a/index.html
+++ b/index.html
@@ -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>