bornhack-website/bornhack/templates/frontpage.html

52 lines
1.6 KiB
HTML

{% extends 'base.html' %}
{% load static from staticfiles %}
{% block content %}
<div class="row">
<div class="col-md-12">
<img src="{% static 'img/logo.png' %}" class="img-responsive"
id="front-logo" />
<p class="lead">
<strong>Bornhack</strong> is a 7 day outdoor tent camping festival 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 class="lead">
It takes place for the first time from <strong>August 27 to September 3rd
2016</strong> on the Danish island of <strong>Bornholm</strong> where we
have found the geography and backbone to make it happen.
</p>
<p class="lead">
Bornhack is a <strong>participatory</strong> event where we expect people
to come up with ideas and projects, and help make the content. We will reach out to
people to ensure interesting, high quality talks and workshops.
</p>
<p class="lead">
You are very welcome to ask questions and show your interest on our different channels:
</p>
{% include 'includes/contact.html' %}
<p class="lead">
Follow and like us to get updates about the camp.
</p>
<p class="lead">
We hope you want to be a part of Bornhack. Ticket sales are open!
</p>
<div class="regards-and-button">
<p class="lead">
Sincerely<br />
The Bornhack Team
</p>
</div>
</div>
</div>
{% endblock %}