-
Notifications
You must be signed in to change notification settings - Fork 0
/
imprint.html
134 lines (118 loc) · 5.74 KB
/
imprint.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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Contribs and Interests - JS Unconf 2014</title>
<meta name="keywords" content="javascript, unconference, 2014, conference, hamburg, javascript unconference, js, js unconf, node.js">
<meta name="viewport" content="width=device-width" />
<!-- The HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/core/core.js" type="text/javascript"></script>
<!-- <script src="/js/models/your_model.js" type="text/javascript"></script> -->
<script src="js/config/init.js" type="text/javascript"></script>
<script src="js/bootstrap/alert.js" type="text/javascript"></script>
<link href="css/style.css" rel="stylesheet" />
<!-- The fav and touch icons -->
<link rel="shortcut icon" href="img/favicon.ico">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
<link href="contribs.xml" rel="alternate" type="application/atom+xml" title="Registered contributions" />
<link href="interests.xml" rel="alternate" type="application/atom+xml" title="Registered interests" />
</head>
<body>
<div class="wrapper">
<header class="site">
<a href="index.html">
<div class="container">
<div class="col-md-6">
<section class="c">
<div id="logo">
<figure class="front"></figure>
<figure class="back"></figure>
<figure class="right"></figure>
<figure class="left"></figure>
<figure class="top"></figure>
<figure class="bottom"></figure>
</div>
</section>
</div>
<div class="col-md-6 headline">
April 26th - 27th, 2014 <br/>
Hamburg
</div>
</div>
</a>
</header>
<nav class="menu">
<div class="text-center">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="http://jsunconf.eu">JS Unconf</a></li>
</ul>
</div>
</nav>
<div class="container content">
<div id="flash-container"></div><script type="text/javascript">$("#flash-container .alert").alert();</script>
<article>
<header>
<h1>Imprint</h1>
</header>
<section>
<p>
E-Mail: contact@jsunconf.eu<br/>
<br/>
BOOT - Best Of Open Technologies e.V.<br/>
Eingang 11<br/>
Stresemanstrasse 375<br/>
22761 Hamburg<br/>
Deutschland<br/>
<br/>
Vertreten durch:<br/>
<div>1. Vorsitzender</div>
Ekkehard Dörre<br/>
<div>2. Vorsitzender</div>
Stefan Morgenroth<br/>
<br/>
<br/>
Registereintrag:<br/>
Eintragung im Vereinsregister.<br/>
Registergericht: Amtsgericht Hamburg<br/>
Registernummer: 21265<br/>
Umsatzsteuer-ID:<br/>
Umsatzsteuer-Identifikationsnummer gemäß §27 a Umsatzsteuergesetz:<br/>
DE284511032
</p>
<p>
<strong>Google Analytics Disclaimer</strong>: This website uses Google Analytics, a web analytics service provided by Google, Inc. (“Google”). Google Analytics uses “cookies”, which are text files placed on your computer, to help the website analyze how users use the site. The information generated by the cookie about your use of the website (including your <span class="caps">IP</span> address) will be transmitted to and stored by Google on servers in the United States . Google will use this information for the purpose of evaluating your use of the website, compiling reports on website activity for website operators and providing other services relating to website activity and internet usage. Google may also transfer this information to third parties where required to do so by law, or where such third parties process the information on Google's behalf. Google will not associate your IP address with any other data held by Google. You may refuse the use of cookies by selecting the appropriate settings on your browser, however please note that if you do this you may not be able to use the full functionality of this website. By using this website, you consent to the processing of data about you by Google in the manner and for the purposes set out above. <a href="http://tools.google.com/dlpage/gaoptout?hl=en">More information on Google analytics opt-out.</a>
</p>
</section>
</article>
</div>
<footer class="footer">
<div class="container">
<ul class="hidden-xs pull-left">
<li>made with ♥ and Node.js</li>
</ul>
<ul class="pull-right">
<li><a href="imprint.html">Imprint</a></li>
<li><a href="http://twitter.com/jsunconf">@jsunconf</a></li>
</ul>
<div>
</footer>
</div>
<script src="js/app.js" type="text/javascript"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44357704-2', 'jsunconf.eu');
ga('set', 'anonymizeIp', true);
ga('send', 'pageview');
</script>
</body>
</html>