-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimprint.html
More file actions
77 lines (65 loc) · 1.88 KB
/
imprint.html
File metadata and controls
77 lines (65 loc) · 1.88 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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ruby Unconf 2026 · Imprint / Impressum</title>
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="./assets/favicon.png" type="image/png">
</head>
<body>
<header>
<h1>Ruby Unconf 2026</h1>
<a href="/">Back to main page</a>
</header>
<section>
<h2>Imprint / Impressum</h2>
<p>
Ruby Unconf Hamburg is proudly presented to you by
</p>
<p>
<h4>Core Team</h4>
<ul>
<li>Jan K.</li>
<li>Jan v. M.</li>
<li>Irina</li>
<li>Judith</li>
<li>Karsten</li>
<li>Niklas</li>
</ul>
And many helping hands at the conference! <3
</p>
</section>
<section>
<h2>Supporters</h2>
<p>
<ul>
<li>Domain sponsored by <a href="https://lexeri.com/">Lexeri</a></li>
<li>Mail hosting by <a href="https://www.hey.com/">HEY</a></li>
<li>Website & repository hosted by <a href="https://github.com">GitHub</a></li>
</ul>
</p>
</section>
<section>
<h2>Organizer</h2>
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 />
</section>
<footer>
<p>
<a href="/">Back to main page</a>
</p>
Organized by <a href="https://www.bootev.org/">BOOT e.V.</a>
·
<a href="imprint.html">Imprint / Impressum</a>
·
<a href="dataprotection.html">Dataprotection / Datenschutzerklärung</a>
</footer>
</body>
</html>