bornhack-website/src/templates/contact.html

36 lines
694 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>
<b>The legal entity behind BornHack is:</b><br />
2016-05-31 19:50:57 +00:00
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>
<p>
<b>Our bank account details are:</b><br>
Bank Name: Folke Sparekassen<br>
IBAN: DK0398600000747866<br>
BIC: FOSPDK21<br>
DK Reg No: 9860<br>
DK Account No: 747866<br>
</p>
{% endblock %}