Mercurial > dive4elements > website
comparison community.html @ 118:4d284b6fe0c5
Unify layout and heads to make bootstrap stuff work on community page.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 01 Apr 2014 18:24:13 +0200 |
parents | 3000c078bcd0 |
children | 2a0b9abe6a06 |
comparison
equal
deleted
inserted
replaced
117:47202d38cf4f | 118:4d284b6fe0c5 |
---|---|
5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> | 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 <meta charset="utf-8"> | 6 <meta charset="utf-8"> |
7 <meta name="description" content=""> | 7 <meta name="description" content=""> |
8 <meta name="author" content="Ariane Brörmann"> | 8 <meta name="author" content="Ariane Brörmann"> |
9 | 9 |
10 <script src="https://code.jquery.com/jquery.js"></script> | |
11 <!-- Bootstrap --> | 10 <!-- Bootstrap --> |
12 <link href="bootstrap-3.1.0/dist/css/bootstrap.min.css" rel="stylesheet"> | 11 <link href="bootstrap-3.1.0/dist/css/bootstrap.min.css" rel="stylesheet"> |
13 | 12 |
14 <!-- Leaflet CSS --> | |
15 <link href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.css" rel="stylesheet"> | |
16 | 13 |
17 <!-- Custom styles for this template --> | 14 <!-- Custom styles for this template --> |
18 <link href="css/style.css" rel="stylesheet"> | 15 <link href="css/style.css" rel="stylesheet"> |
19 | 16 |
20 <!-- Bootstrap core JavaScript | 17 <!-- Bootstrap core JavaScript |
21 ================================================== --> | 18 ================================================== --> |
22 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> | 19 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> |
20 <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> | |
21 <!-- Include all compiled plugins (below), or include individual files as needed --> | |
22 <script src="bootstrap-3.1.0/dist/js/bootstrap.min.js"></script> | |
23 <script src="js/dive4elements.js"></script> | 23 <script src="js/dive4elements.js"></script> |
24 | 24 |
25 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | 25 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> |
26 <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | 26 <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
27 <!--[if lt IE 9]> | 27 <!--[if lt IE 9]> |