Shining up the contact page
This commit is contained in:
parent
354384d12d
commit
fc8164b17a
|
@ -2,8 +2,30 @@
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
|
<p class="lead">
|
||||||
|
You can get in contact with the BornHack organisers via multiple channels:
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<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 />
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The legal entity behind BornHack is:<br />
|
The legal entity behind BornHack is:<br />
|
||||||
|
<br />
|
||||||
BornHack IVS c/o Thomas Steen Rasmussen<br />
|
BornHack IVS c/o Thomas Steen Rasmussen<br />
|
||||||
Offenbachsvej 34, 2. tv.<br />
|
Offenbachsvej 34, 2. tv.<br />
|
||||||
2450 Copenhagen SV<br />
|
2450 Copenhagen SV<br />
|
||||||
|
@ -11,10 +33,5 @@ Denmark<br />
|
||||||
CVR# 37666521<br />
|
CVR# 37666521<br />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
|
||||||
Email us at info@bornhack.dk<br />
|
|
||||||
Tweet us at @bornhax<br />
|
|
||||||
Hit us up on IRC at #bornhack @ 6nbtgccn5nbcodn3.onion or irc.baconsvin.org (TLS port 6697)<br />
|
|
||||||
</p>
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
Reference in a new issue