2015-10-05 16:35:30 +00:00
|
|
|
{% extends 'base.html' %}
|
2016-02-08 22:25:16 +00:00
|
|
|
{% load static from staticfiles %}
|
2015-10-05 16:35:30 +00:00
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
2016-02-19 23:29:43 +00:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-12">
|
2016-02-20 00:33:57 +00:00
|
|
|
<img src="{% static 'img/logo.png' %}" class="img-responsive"
|
|
|
|
id="front-logo" />
|
2016-02-19 23:29:43 +00:00
|
|
|
<p class="lead">
|
|
|
|
<strong>Bornhack</strong> is a 7 day outdoor camp where hackers, makers
|
|
|
|
and people with an interest in technology and security come together to
|
|
|
|
celebrate technology, socialise, learn and <strong>have fun</strong>.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
It takes place for the first time from <strong>August 27 to September 3rd
|
|
|
|
2016</strong> on the Danish island <strong>Bornholm</strong> where we
|
|
|
|
have found the geography as well as backbone to make it happen.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Bornhack is a <strong>participatory</strong> event where we expect people
|
|
|
|
to come up with crazy ideas and help make the content. We will reach out to
|
|
|
|
people to ensure interesting, high quality talks and workshops.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
You are very welcome to ask questions and show your interest on IRC at
|
|
|
|
<strong>#bornhack</strong> on <strong>6nbtgccn5nbcodn3.onion</strong> or
|
|
|
|
<strong>irc.baconsvin.org</strong>, both using TLS on port 6697.
|
|
|
|
|
|
|
|
That way you can help us understand what you think would be fun to do.
|
|
|
|
This is a new event, so we don't yet know exactly where this is going - but
|
|
|
|
give us your feedback and you can help us form it.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="lead">
|
|
|
|
We hope you want to be a part of Bornhack.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<div class="regards-and-button">
|
|
|
|
<p class="lead">
|
|
|
|
Sincerely<br />
|
|
|
|
The Bornhack Team
|
|
|
|
</p>
|
|
|
|
</div>
|
2015-10-05 16:35:30 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|
|
|
|
|