diff options
author | Christopher Baines <cb15g11@soton.ac.uk> | 2014-09-20 11:34:06 +0100 |
---|---|---|
committer | Christopher Baines <cb15g11@soton.ac.uk> | 2014-09-20 11:34:06 +0100 |
commit | 039c4567ba70b445713533587c80026f7882de17 (patch) | |
tree | e6ebf97335a071308c3e00f7bf40ef36569eacac /index.html | |
parent | 902c11bb0f524d547f315de699f1efd4cc41657b (diff) | |
download | maps.southampton.ac.uk-039c4567ba70b445713533587c80026f7882de17.tar maps.southampton.ac.uk-039c4567ba70b445713533587c80026f7882de17.tar.gz |
Improvements to the About modal
Remove the libraries section, add a mailing list section, and clean up the data
section (adding links, and removing smaller datasets).
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 25 |
1 files changed, 12 insertions, 13 deletions
@@ -173,21 +173,20 @@ <h4 class="modal-title">About</h4> </div> <div class="modal-body"> - This application uses the following libraries and datasets. - - <h5>Libraries</h5> - <ul> - <li>leaflet</li> - <li>leaflet-locatecontrol</li> - <li>leaflet-markercluster</li> - </ul> + <h4>Mailing List</h4> + <p>Discussion regarding this map will occur on the + <a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/maps.soton"> + maps.soton</a> mailing list. + </p> - <h5>Data</h5> + <h4>Data</h4> <ul> - <li>OpenStreetMap</li> - <li>University of Southampton</li> - <li>mfd-location</li> - <li>library data</li> + <li><a href="https://www.openstreetmap.org/"> + OpenStreetMap + </a></li> + <li><a href="http://data.southampton.ac.uk/"> + University of Southampton + </a></li> </ul> <h4>Contributors</h4> |