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>
|
|
|
|
|
2016-05-31 19:50:57 +00:00
|
|
|
<ul>
|
|
|
|
<li class="lead">
|
|
|
|
<strong>Email</strong>:
|
|
|
|
<a href="mailto:info@bornhack.dk">info@bornhack.dk</a>
|
|
|
|
</li>
|
|
|
|
<li class="lead">
|
|
|
|
<strong>Twitter</strong>:
|
|
|
|
<a href="https://twitter.com/bornhax" target="_blank">@bornhax</a>
|
|
|
|
</li>
|
|
|
|
<li class="lead">
|
|
|
|
<strong>IRC</strong>:
|
|
|
|
#bornhack @ 6nbtgccn5nbcodn3.onion or irc.baconsvin.org <small>(TLS port 6697)</small>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<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 %}
|