added legal shit
This commit is contained in:
29
app/templates/impressum.html
Normal file
29
app/templates/impressum.html
Normal file
@@ -0,0 +1,29 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<style>
|
||||
p { margin: 0 }
|
||||
</style>
|
||||
<div class="container">
|
||||
<h1>> Impressum</h1>
|
||||
<p>h4tum e.V.</p>
|
||||
<p>Boltzmannstraße 3</p>
|
||||
<p>c/o Fabian Kilger, I20</p>
|
||||
<p>85748 Garching b. München</p>
|
||||
<p>Vereinsregister: 211284</p>
|
||||
<p>Registergericht: Amtsgericht München</p>
|
||||
<h4>Vertreten durch:</h4>
|
||||
<p>Bußmann, Simon</p>
|
||||
<p>Kilger, Fabian</p>
|
||||
<p>Maier, Johannes</p>
|
||||
<h4>Kontakt</h4>
|
||||
|
||||
<p>Telefon: +49 (0)89 289-18587</p>
|
||||
<p>E-Mail: h4tum-orga@list.sec.in.tum.de</p>
|
||||
|
||||
<h4>Verbraucherstreitbeilegung/Universalschlichtungsstelle</h4>
|
||||
|
||||
<p>Wir sind nicht bereit oder verpflichtet, an Streitbeilegungsverfahren vor einer Verbraucherschlichtungsstelle teilzunehmen.</p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user