-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathlegal.html
101 lines (73 loc) · 4.2 KB
/
legal.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
---
layout: default
title: Impressum
main_class: site-legal
footer_class: has-whitesky
---
<div role="banner" class="site-banner site-banner--legal">
<p class="site-banner__headline">Refresh Munich e.V.</p>
<p class="site-banner__copy">is a non-profit association registered in Munich Germany.</p>
</div>
<section id="contact" class="section grid-container-fluid team">
<h1 class="section-title">Team</h1>
<ul class="team-list">
<li class="team-member">
<img src="assets/images/team-elias.jpg" class="team-photo" alt="Elias Klughammer">
<h4 class="team-name">Elias Klughammer</h4>
<p class="team-info">Software developer</p>
<p class="team-info">@eliaskg</p>
</li>
<li class="team-member">
<img src="assets/images/team-julie.jpg" class="team-photo" alt="Julie Ng">
<h4 class="team-name">Julie Ng</h4>
<p class="team-info">Designer, developer</p>
<p class="team-info">@jng5</p>
</li>
<li class="team-member">
<img src="assets/images/team-marcus.jpg" class="team-photo" alt="Marcus Nickel">
<h4 class="team-name">Marcus Nickel</h4>
<p class="team-info">Web Developer</p>
<p class="team-info">@mcnickelmuc</p>
</li>
</ul>
<hr>
</section><!--/#contact-->
<section id="impressum" class="section grid-container-fluid legal">
<h1 class="section-title">Impressum</h1>
<p>The following information is provided in compliance with German law, § 5 TMG:</p>
<h4>Mailing Address</h4>
<p>
Refresh Munich e.V.<br>
c/o Combinat 56<br>
Adams-Lehmann-Str. 56<br>
80797 München<br>
<a href="mailto:[email protected]">[email protected]</a><br>
</p>
<p>Registergericht: Amtsgericht München<br>
Registernummer: VR 204536</p>
<h4>Vertretungsberechtigte</h4>
<ul class="legal-vorstand">
<li>Vorstand: Elias Klughammer</li>
<li>Vorstand: Julie Ng</li>
<li>Vorstand: Marcus Nickel</li>
</ul>
<p><a target="_blank" href="assets/verein/Refresh-Satzung-Stand-20121126.pdf">Vereinssatzung Refresh Munich e.V.</a><br>
<em class="charter-date">Stand 26.11.2012</em></p>
<h4>Inhaltlich Verantwortlicher gemäß § 5 TMG</h4>
<p>Julie Ng</p>
<hr>
<h1 class="section-title">Content</h1>
<h4>Liability for Content</h4>
<p>Our web pages contain links to pages maintained by third parties, the content of which is beyond our control. Therefore we assume no liability for such third-party content. Responsibility for the content of linked web pages lies with the owners and providers of those pages. All linked pages were carefully examined for potential violations of law when the links were created, at which time no illicit content was apparent. We cannot reasonably be expected to continuously monitor the content of linked pages, however, in the absence of specific indications of a violation of law. If we are notified of such a violation, we will remove the offending links without delay.</p>
<h4>Copyright</h4>
<p>All content, e.g. text and photos on this website is subject to German copyright law. Copy, modification or distribution of content is prohibited without written consent from Refreshmunich unless indicated otherwise.</p>
<hr>
</section><!--/#impressum-->
<section id="privacy" class="section grid-container-fluid legal">
<h1 class="section-title">Privacy</h1>
<h3>First party cookies</h3>
<p>Refreshmunich.com does not directly set any cookies.</p>
<h3>Third party cookies</h3>
<p>We use Google Analytics to collect information about visitor behaviour on our website. Google Analytics stores information about what pages you visit, how long you are on the site, how you got here and what you click on. This Analytics data is collected via cookies and is not tied to personally identifiable information. These cookies are set and controlled by Google. You can find more information about how the data is used <a target="_blank" href="http://www.google.com/intl/de/privacypolicy.html#information">directly on Google.</a></p>
<p>If you do not wish these cookies to be tracked, you can disable them in your browser.</p>
</section><!--/#privacy-->