forked from openmod-initiative/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
impressum.html
67 lines (51 loc) · 2.41 KB
/
impressum.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="img/favicon.ico">
<title>openmod - Open Energy Modelling Initiative</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/openmod-narrow.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="header">
<ul class="nav nav-pills pull-right">
<li class="active"><a href="index.html#">Home</a></li>
<li><a href="http://wiki.openmod-initiative.org/" target="_blank">Wiki</a></li>
</ul>
<h3 class="text-muted"><a href="index.html#"><img src="img/openmod-logo-large.png" style="max-height: 50px; max-width: 100%;"></a></h3>
</div>
<div class="row" >
<div class="col-sm-8">
<p>Website Responsible:</p>
<p>Jörn C. Richstein, Jaffalaan 5, 2628 BX Delft, Niederlande, +31 (0) 15 2781161</p>
</div>
</div>
<div class="row">
<div class="col-sm-7">
</div>
</div>
<div class="footer">
<p>Content licensed <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution</a> unless otherwise noted | <a href="mailto:[email protected]">Contact Us</a> | <a href="impressum.html">Impressum</a></p>
</div>
</div> <!-- /container -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="./js/Narrow Jumbotron Template for
Bootstrap_files/ie10-viewport-bug-workaround.js"></script>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body></html>