-
Notifications
You must be signed in to change notification settings - Fork 3
/
imprint.html
92 lines (74 loc) · 2.28 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
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ruby Unconf 2020</title>
<script src="https://kit.fontawesome.com/1a4b86cfe5.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="reset.css" />
<link rel="stylesheet" href="unconf.css" />
<link rel="icon" href="/assets/favicon.png" type="image/png" />
</head>
<body>
<header>
<img src="assets/2020.svg" alt="Ruby Unconf Logo" class="main-logo" />
</header>
<nav>
<div class="container">
<a href="/">back to the main page</a>
</div>
</nav>
<article id="imprint">
<h2># Imprint / Impressum</h2>
<div>
<h3>## Ruby Unconf 2020</h3>
<p>
Ruby Unconf Hamburg is proudly presented to you by
</p>
<br />
<div class="imprint__team">
<div>
<h4>Core Team</h4>
<ul>
<li>Irina</li>
<li>Karsten</li>
<li>Sarah</li>
<li>Stefan R.</li>
<li>Waldemar</li>
</ul>
</div>
<div>
<h4>Helper</h4>
<ul>
<li>Jan</li>
<li>Judith</li>
<li>Niklas</li>
<li>Stefan B.</li>
<li>Stefan E.</li>
</ul>
</div>
</div>
</div>
<div>
<h3>## Organizer</h3>
The Ruby Unconf is organized by the <a href="https://www.bootev.org/">BOOT e.V.</a><br />
<br />
BOOT - Best Of Open Technologies e.V.<br />
Ritterstraße 3a<br />
22089 Hamburg<br />
Deutschland<br />
<br />
E-Mail: info@rubyunconf.eu<br />
International VAT ID: DE284511032<br />
</div>
</article>
<footer>
<a href="/imprint.html">Imprint / Impressum</a>
&
<a href="/dataprotection.html">Datenschutzerklärung</a>
</footer>
<link rel="stylesheet" href="imprint.css" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Lato&display=swap" rel="stylesheet">
<script src="./unconf.js"></script>
</body>
</html>