bornhack-website/src/templates/contact.html

29 lines
508 B
HTML
Raw Normal View History

2016-05-19 09:19:51 +00:00
{% extends 'base.html' %}
2016-07-05 16:46:32 +00:00
{% block title %}
Contact | {{ block.super }}
{% endblock %}
2016-05-19 09:19:51 +00:00
{% 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-08-20 18:43:58 +00:00
Phone +4531550497<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 %}