Skip to content

Commit 69c5e72

Browse files
Merge pull request #414 from daschuer/imprint
Add Imprint for the Mixxx e.V.
2 parents b55f714 + 6bc083c commit 69c5e72

3 files changed

Lines changed: 46 additions & 1 deletion

File tree

content/pages/imprint.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
title: Imprint
2+
template: pages/imprint

theme/templates/footer.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ <h2 class="docs-header">Pages</h2>
66
<ul>
77
<li><a href="{{ SITEURL }}/index">Overview</a></li>
88
<li><a href="{{ SITEURL }}/features">Features</a></li>
9+
<li><a href="{{ SITEURL }}/press">Press</a></li>
910
<li><a href="{{ SITEURL }}/support">Support</a></li>
1011
<li><a href="{{ SITEURL }}/get-involved">Get Involved</a></li>
1112
</ul>
@@ -44,8 +45,8 @@ <h2 class="docs-header">Community</h2>
4445
<h2 class="docs-header">About</h2>
4546
<ul>
4647
<li><a href="{{ SITEURL }}/news">News</a> (<a href="{{ SITEURL }}/news/archives">Archives</a>, <a href="{{ SITEURL }}/{{ FEED_ATOM }}">Feed</a>)</li>
47-
<li><a href="{{ SITEURL }}/press">Press</a></li>
4848
<li><a href="{{ SITEURL }}/contact">Contact</a></li>
49+
<li><a href="{{ SITEURL }}/imprint">Imprint/Impressum</a></li>
4950
<li><a href="{{ SITEURL }}/privacy-policy">Privacy Policy</a></li>
5051
<li><a href="https://github.com/mixxxdj/mixxx/wiki">Wiki</a></li>
5152
</ul>

theme/templates/pages/imprint.html

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{% extends "base.html" %}
2+
3+
{% block title %}{% trans %}Imprint {% endtrans %}{% endblock %}
4+
5+
{% block body %}
6+
7+
<div id="imprint" class="docs-section container">
8+
<h2><a class="headline-link" href="#imprint">{% trans %}Imprint / Impressum{% endtrans %}</a></h2>
9+
10+
<div class="imprint-grid">
11+
<div class="imprint-box">
12+
13+
<p><strong>Mixxx e.V.</strong><br>
14+
Am Reisenbrook 49d<br>
15+
22359 Hamburg<br>
16+
Germany</p>
17+
18+
<p><strong>Represented by/Vertreten durch (§ 26 BGB):</strong><br>
19+
Owen Williams (Chairperson/Vorsitzender)<br>
20+
Jörg Wartenberg (Second Chairperson/Zweiter Vorsitzender)<br>
21+
Daniel Schürmann (Treasurer/Schatzmeister)</p>
22+
23+
24+
<p><strong>Contact/Kontakt</strong><br>
25+
E-Mail: <a href="mailto:press@mixxx.org">press@mixxx.org</a><br>
26+
27+
<p><strong>Registration/Registereintrag:</strong><br>
28+
Vereinsregister des Amtsgerichts Hamburg: VR 25977</p>
29+
30+
<p><strong>Tax Number/Steuernummer:</strong><br>
31+
17/452/15773<br>
32+
Nonprofit Association/Gemeinnütziger Verein</p>
33+
34+
<p><strong>Disclaimer/Haftungsausschluss:</strong><br>
35+
Although we carefully check external content, we cannot assume liability for the content of external links. Responsibility for linked pages rests solely with their operators.<br>
36+
Trotz sorgfältiger inhaltlicher Kontrolle übernehmen wir keine Haftung für Inhalte externer Links. Für den Inhalt verlinkter Seiten sind ausschließlich deren Betreiber verantwortlich.</p>
37+
</p>
38+
</div>
39+
</div>
40+
</div>
41+
42+
{% endblock %}

0 commit comments

Comments
 (0)