Mercurial > dive4elements > website
annotate contact.html @ 24:98f602d1061b
Insert glyphicons in navigation bar.
Uncomment carousel captions.
author | Ariane Broermann <ariane@intevation.de> |
---|---|
date | Wed, 26 Feb 2014 09:02:01 +0100 |
parents | fbb7d507d14a |
children | df4ba2484331 |
rev | line source |
---|---|
8 | 1 <!DOCTYPE html> |
2 <html> | |
3 <head> | |
4 <title>Dive4Elements</title> | |
5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
6 <meta charset="utf-8"> | |
7 <meta name="description" content=""> | |
8 <meta name="author" content="Ariane Brörmann"> | |
9 <!-- Bootstrap --> | |
10 <link href="bootstrap-3.1.0/dist/css/bootstrap.min.css" rel="stylesheet"> | |
11 | |
12 <!-- Leaflet CSS --> | |
13 <link href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.css" rel="stylesheet"> | |
14 | |
15 <!-- Custom styles for this template --> | |
16 <link href="css/style.css" rel="stylesheet"> | |
17 | |
18 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | |
19 <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | |
20 <!--[if lt IE 9]> | |
21 <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | |
22 <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> | |
23 <![endif]--> | |
24 </head> | |
25 <body> | |
26 <div class="container"> | |
27 | |
28 <!-- Static navbar --> | |
29 <div class="navbar navbar-default" role="navigation"> | |
30 <div class="navbar-header"> | |
31 <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> | |
32 <span class="sr-only">Toggle navigation</span> | |
33 <span class="icon-bar"></span> | |
34 <span class="icon-bar"></span> | |
35 <span class="icon-bar"></span> | |
36 </button> | |
37 <a class="navbar-brand" href="index.html">D4E-Logo</a> | |
38 </div> | |
39 <div class="navbar-collapse collapse"> | |
40 <ul class="nav navbar-nav navbar-right"> | |
24
98f602d1061b
Insert glyphicons in navigation bar.
Ariane Broermann <ariane@intevation.de>
parents:
16
diff
changeset
|
41 <li><a href="#"><span class="glyphicon |
98f602d1061b
Insert glyphicons in navigation bar.
Ariane Broermann <ariane@intevation.de>
parents:
16
diff
changeset
|
42 glyphicon-cog"> Demoanwendung</a></li> |
98f602d1061b
Insert glyphicons in navigation bar.
Ariane Broermann <ariane@intevation.de>
parents:
16
diff
changeset
|
43 <li><a href="http://wald.intevation.org/scm/?group_id=57"><span class="glyphicon |
98f602d1061b
Insert glyphicons in navigation bar.
Ariane Broermann <ariane@intevation.de>
parents:
16
diff
changeset
|
44 glyphicon-folder-open"> SCM-Repository</a></li> |
98f602d1061b
Insert glyphicons in navigation bar.
Ariane Broermann <ariane@intevation.de>
parents:
16
diff
changeset
|
45 <li><a href="http://lists.wald.intevation.org/mailman/listinfo/dive4elements-commits"><span class="glyphicon |
98f602d1061b
Insert glyphicons in navigation bar.
Ariane Broermann <ariane@intevation.de>
parents:
16
diff
changeset
|
46 glyphicon-pencil"> Mailinglist</a></li> |
98f602d1061b
Insert glyphicons in navigation bar.
Ariane Broermann <ariane@intevation.de>
parents:
16
diff
changeset
|
47 <li class="active"><a href="contact.html"><span class="glyphicon |
98f602d1061b
Insert glyphicons in navigation bar.
Ariane Broermann <ariane@intevation.de>
parents:
16
diff
changeset
|
48 glyphicon-envelope"> Kontakt</a></li> |
8 | 49 </ul> |
50 </div> | |
51 </div><!-- /navbar --> | |
52 | |
53 <div class="row row-dive4elements"> | |
54 <div class="col-md-6"> | |
55 <address> | |
56 <strong>Intevation GmbH</strong> | |
57 <br>Neuer Graben 17 | |
58 <br>49074 Osnabrück, Deutschland | |
59 <br>Telefon: +49-541-33 50 83 - 0 | |
60 <br>Fax: +49-541-33 50 83 - 99 | |
61 </address> | |
62 <address>Registereintrag: | |
63 <br>HR B 18998 | |
64 <br>Amtsgericht Osnabrück | |
65 </address> | |
66 <address>Homepage: <a href="http://www.intevation.de">www.intevation.de</a> | |
67 <br>E-Mail-Adresse: <a href= | |
68 "mailto:geospatial@intevation.de">geospatial@intevation.de</a> | |
69 </address> | |
10 | 70 <p>Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner</p> |
8 | 71 </div> |
72 <div class="col-md-6"> | |
73 <!-- Anfahrtskizze --> | |
10 | 74 <div style="height:250px; align:right" id="map"></div> |
8 | 75 <script src="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.js"></script> |
76 <script> | |
77 var map = L.map('map').setView([52.271987, 8.046263], 17); | |
78 | |
79 L.tileLayer.wms('http://osm.intevation.de/cgi-bin/standard.fcgi?', { | |
80 layers: 'OSM-WMS-Dienst', | |
81 format: 'image/png', | |
82 attribution: 'Map data © <a href="http://openstreetmap.org">' | |
83 + 'OpenStreetMap</a>' | |
84 + '<a href="http://creativecommons.org/licenses/by-sa/2.0/">' | |
85 + ' (CC-BY-SA 2.0)</a>' | |
86 }).addTo(map); | |
87 // Disable attribution leaflet prefix | |
88 map.attributionControl.setPrefix(false); | |
89 L.marker([52.271987, 8.046263]).addTo(map) | |
90 .bindPopup('Intevation') | |
91 .openPopup(); | |
92 </script> | |
93 </div> | |
94 </div> | |
95 <div class="footer"> | |
10 | 96 © 2014 Intevation GmbH <br> |
8 | 97 Dive4Elements ist lizensiert unter der <a href= |
98 "http://www.gnu.org/licenses/lgpl-2.1.html">GNU LGPL v2.1</a>. | |
99 </div><!-- /footer --> | |
100 | |
101 <!-- Bootstrap core JavaScript | |
102 ================================================== --> | |
103 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> | |
104 <script src="https://code.jquery.com/jquery.js"></script> | |
105 <!-- Include all compiled plugins (below), or include individual files as needed --> | |
106 <script src="bootstrap-3.1.0/dist/js/bootstrap.min.js"></script> | |
107 <script src="js/dive4elements.js"></script> | |
108 </body> | |
109 </html> |