add more info to the info page

This commit is contained in:
Thomas Steen Rasmussen 2016-06-01 11:08:55 +02:00
parent 63936fbcdb
commit 7eae1b79ec

View file

@ -37,14 +37,15 @@
<div class="row">
<div class="col-md-12">
<h2>How do I get to Bornholm?</h2>
<h3>From/Via Copenhagen</h3>
<p>
There are several ways to get to Bornholm from Copenhagen.
A domestic plane departs from Copenhagen Airport, and you
can get from Copenhagen Central station by either bus or
train via Ystad or the Køge-Rønne ferry connection.
</p>
<dl>
<dt>From/Via Copenhagen</dt>
<dd>
There are several ways to get to Bornholm from Copenhagen.
A domestic plane departs from Copenhagen Airport, and you
can get from Copenhagen Central station by either bus or
train via Ystad or the Køge-Rønne ferry connection.
</dd>
<dt>Plane (expensive)</dt>
<dd>
You can check plane departures and book tickets at
@ -52,6 +53,7 @@
multiple departures daily. The flight takes approximately
35 minutes.
</dd>
<dt>Via Ystad (easy)</dt>
<dd>
You can drive over Øresundsbroen to Ystad or you can
@ -64,6 +66,7 @@
The crossing takes 1 hour 20 minutes. In total about
3 hours 15 minutes.
</dd>
<dt>Via Køge (cheap)</dt>
<dd>
Take the S-train to Køge Station (you need an "all zones"
@ -74,10 +77,12 @@
It takes approximately 1 hour to get to Køge. The crossing
takes 5 hours 30 minutes.
</dd>
<dt>Sassnitz (Germany)</dt>
<dd>
There is a direct ferry taking cars going from <a href="http://www.faergen.com/services/fares/bornholmerfaergen/sassnitz-roenne.aspx" target="_blank">Sassnitz</a>.
</dd>
<dt>Kolobrzeg (Poland)</dt>
<dd>
There is a passenger ferry from Kolobrzeg to Nexø havn.
@ -108,7 +113,7 @@
<div class="row">
<div class="col-md-12">
<h2>I need to eat!</h2>
<h3>Food vendors</h3>
<h4>Food vendors</h4>
<p>
There will be a few food vendors at the venue,
and we are working on agreements with nearby food
@ -116,7 +121,7 @@
vendor please contact us.
</p>
<h3>Cooking</h3>
<h4>Cooking</h4>
<p>
We know that hackers like to cook for themselves for
various reasons, not limited to vegetarians/vegan diets. Everyone
@ -127,7 +132,7 @@
barbeque in the food area! Gas barbeques are allowed in villages.
</p>
<h3>The food area</h3>
<h4>The food area</h4>
<p>
The venue has a roofed outdoor food area with:
<ul>
@ -139,7 +144,7 @@
this area for cooking. Please clean up after yourselves! :)
</p>
<h3>Buying groceries</h3>
<h4>Buying groceries</h4>
<p>
The closest place to buy groceries is approximately
3.5 km away at Pedersker. About 7 km from the venue there
@ -168,6 +173,45 @@
</div>
</div>
<div class="row">
<div class="col-md-12">
<h2>
Villages
</h2>
<p>If this is your first hackercamp the term 'Village' might be
confusing but it is fairly simple: a village is just a spot on the
campsite where you and a bunch of your friends/likeminded people camp
together. Apart from peoples individual tents which they sleep in, many
villages bring a large common tent where you can hack and hang out during the day.
</p>
<p>Villages can also rent village tents. The details are not in place yet,
but stay tuned for the announcement. The idea is that you order and pay
for a large tent which will then be setup and ready when you arrive. The
tents have wooden floors and you can rent folding tables and chairs as needed.
</p>
<p>Village registration is not finished yet, but stay tuned!
If you don't want to make your own village you will likely
be able to find and join one that suits your interests.</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h2>
The info kiosk
</h2>
<p>BornHack will have an info desk where you can ask questions
when you have them. The info desk will cover the following functions:
<ul>
<li>Info desk: Qestions and information about anything and everything</li>
<li>Merchandise: This is where you pick up any tshirts and other merchandise you bought</li>
<li>CERT contact point: In case of accidents or dangerous situations this is where you can get a hold of the CERT people. There will also be a 24/7 phonenumber for CERT.</li>
<li>Kiosk: We sell a few beverages and sweets as well as practical things like coal for the barbeque.</li>
</ul>
</p>
</div>
</div>
<script src="{% static 'js/leaflet.js' %}"></script>
<script>
var map = L.map('map', {center: [55.131520, 14.903000], zoom: 10});