-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimpressum.html
More file actions
93 lines (72 loc) · 3.15 KB
/
impressum.html
File metadata and controls
93 lines (72 loc) · 3.15 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Trocchi|Raleway:500' rel='stylesheet' type='text/css'>
<!-- FontAwesome -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Simon Munzert</title>
<meta name="description" content="Personal web page of Simon Munzert, Professor of Data Science and Public Policy and Director of the Data Science Lab at the Hertie School, Berlin, Germany">
<meta name="author" content="Simon Munzert">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="stylesheets/base-old.css">
<link rel="stylesheet" href="stylesheets/layout-old.css">
<link rel="stylesheet" href="stylesheets/skeleton-old.css">
<link rel="stylesheet" href="stylesheets/normalize.css">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons
================================================== -->
<link rel="icon" href="images/favicon.ico">
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<!-- RSS feed code -->
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">google.load("feeds","1");</script>
<script type="text/javascript" src="rssscript.js"></script>
</head>
<body>
<div class="container">
<div class="sixteen columns">
<h1 class="remove-bottom" style="margin-top: 20px;"><a href="http://simonmunzert.github.io/">Simon Munzert</a></h1>
<h6 style="margin-bottom: 20px;">political science. surveys. data. web scraping. and all that.</h6>
<hr />
</div>
<div class="clearfix">
<p></p>
<h3>Impressum</h3>
<div class="entry-content">
<h4>Angaben gemäß § 5 TMG:</h4>
<p>Simon Munzert <br />
Hertie School of Governance<br />
Friedrichstr. 180<br />
10117 Berlin</p>
<h4>Kontakt:</h4>
<p>Tel.: +49 (0)30 259 219 450<br />
<a href="mailto:munzert@hertie-school.org">munzert [at] hertie-school.org</a><br />
<a href="https://simonmunzert.github.io/">simonmunzert.github.io</a></p>
<h4>Verantwortlich für den Inhalt nach § 55 Abs. 2 RStV:</h4>
<p>Simon Munzert <br />
Hertie School of Governance<br />
Friedrichstr. 180<br />
10117 Berlin</p>
</div>
<a href="http://simonmunzert.github.io/">Back to the main page</a>
</div>
<!-- End Document
================================================== -->
</body>
</html>