bornhack-website/bornhack/templates/contact.html

24 lines
420 B
HTML
Raw Normal View History

2016-05-19 09:19:51 +00:00
{% extends 'base.html' %}
{% block content %}
2016-05-31 19:50:57 +00:00
<p class="lead">
You can get in contact with the BornHack organisers via multiple channels:
2016-05-19 09:19:51 +00:00
</p>
{% include 'includes/contact.html' %}
2016-05-31 19:50:57 +00:00
<hr />
2016-05-19 09:19:51 +00:00
<p>
2016-05-31 19:50:57 +00:00
The legal entity behind BornHack is:<br />
<br />
BornHack IVS c/o Thomas Steen Rasmussen<br />
Offenbachsvej 34, 2. tv.<br />
2450 Copenhagen SV<br />
Denmark<br />
CVR# 37666521<br />
2016-05-19 09:19:51 +00:00
</p>
2016-05-31 19:50:57 +00:00
2016-05-19 09:19:51 +00:00
{% endblock %}