Mercurial > dive4elements > website
diff community_body.html @ 113:e8d74751f63f
Removed 'Impressum'-like stuff from community page.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 01 Apr 2014 10:27:55 +0200 |
parents | deffd7c0ff38 |
children | 8f17e9ede2a8 |
line wrap: on
line diff
--- a/community_body.html Tue Apr 01 10:17:55 2014 +0200 +++ b/community_body.html Tue Apr 01 10:27:55 2014 +0200 @@ -21,45 +21,11 @@ Falls Sie Fragen zum Fachdienst haben, wenden Sie sich bitte hierzu an die <a href="http://www.bafg.de/FLYS">Bundesanstalt für Gewässerkunde (BfG)</a>. </p> - <h4>... zur Software: Dive4Elements und Dive4Elements River</h4> - <p>Die Software wurde von der Firma <strong>Intevation GmbH</strong> realisiert. - Falls Sie Fragen hierzu haben, wenden Sie sich bitte an folgende Addresse: + <h4>... zu professioneller Entwicklung und Unterstützung</h4> + <p>Die Software wurde von der Firma + <a href="https://intevation.de" target="_blank">Intevation GmbH</a> realisiert. + Falls Sie Fragen hierzu haben, können Sie Intevation auch direkt + <a href="https://www.intevation.de/contact.de.html" target="_blank">kontaktieren</a>. </p> - <address> - <strong>Intevation GmbH</strong> - <br />Neuer Graben 17 - <br />49074 Osnabrück, Deutschland - <br />Telefon: +49-541-33 50 83 - 0 - <br />Fax: +49-541-33 50 83 - 99 - </address> - <address>Registereintrag: - <br />HR B 18998 - <br />Amtsgericht Osnabrück - </address> - <address>Homepage: <a href="http://www.intevation.de">www.intevation.de</a> - </address> - <p>Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner</p> - </div> - <div class="col-md-6"> - <!-- Anfahrtskizze --> - <div style="height:250px; align:right" id="map"></div> - <script src="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.js"></script> - <script> - var map = L.map('map').setView([52.271987, 8.046263], 17); - - L.tileLayer.wms('http://osm.intevation.de/cgi-bin/standard.fcgi?', { - layers: 'OSM-WMS-Dienst', - format: 'image/png', - attribution: 'Map data © <a href="http://openstreetmap.org">' - + 'OpenStreetMap</a>' - + '<a href="http://creativecommons.org/licenses/by-sa/2.0/">' - + ' (CC-BY-SA 2.0)</a>' - }).addTo(map); - // Disable attribution leaflet prefix - map.attributionControl.setPrefix(false); - L.marker([52.271987, 8.046263]).addTo(map) - .bindPopup('Intevation') - .openPopup(); - </script> </div> </div>