Mercurial > dive4elements > website
comparison d4e.html @ 53:0e464c5a657c
Removed D4E/Details from front page. Started tech detail sub page.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Mon, 24 Mar 2014 18:28:44 +0100 |
parents | |
children | 2d85efd5ac12 |
comparison
equal
deleted
inserted
replaced
52:c404400027ea | 53:0e464c5a657c |
---|---|
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 <!-- Custom styles for this template --> | |
13 <link href="css/style.css" rel="stylesheet"> | |
14 | |
15 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | |
16 <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | |
17 <!--[if lt IE 9]> | |
18 <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | |
19 <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> | |
20 <![endif]--> | |
21 | |
22 <!-- Bootstrap core JavaScript | |
23 ================================================== --> | |
24 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> | |
25 <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> | |
26 <!-- Include all compiled plugins (below), or include individual files as needed --> | |
27 <script src="bootstrap-3.1.0/dist/js/bootstrap.min.js"></script> | |
28 <script src="js/dive4elements.js"></script> | |
29 </head> | |
30 <body> | |
31 <div class="container"> | |
32 <!--#include file="header.html" --> | |
33 <div class="row row-dive4elements row-dive4elements-right"> | |
34 <!--#include file="d4e_body.html" --> | |
35 <!--#include file="feed.html" --> | |
36 </div><!-- /row --> | |
37 <!--#include file="footer.html" --> | |
38 </div> <!-- /container --> | |
39 </body> | |
40 </html> | |
41 |