more work on info page, add info on camping areas
This commit is contained in:
parent
bb46f05e0e
commit
2e06160934
|
@ -27,8 +27,10 @@ Info | {{ block.super }}
|
|||
<a href="#when" class="list-group-item">When is BornHack happening?</a>
|
||||
<a href="#where" class="list-group-item">Where is BornHack going to take place?</a>
|
||||
<a href="#travel" class="list-group-item">Travel Information</a>
|
||||
<a href="#sleep" class="list-group-item">Where do I sleep?</a>
|
||||
<a href="#power" class="list-group-item">Power and Connectivity</a>
|
||||
<a href="#bar" class="list-group-item">Bar Area</a>
|
||||
<a href="#areas" class="list-group-item">Camping Areas</a>
|
||||
<a href="#bar" class="list-group-item">The Bar</a>
|
||||
<a href="#villages" class="list-group-item">Villages</a>
|
||||
<a href="#food" class="list-group-item">Food, Drink and Groceries</a>
|
||||
<a href="#info" class="list-group-item">Infodesk and CERT</a>
|
||||
|
@ -298,10 +300,76 @@ Info | {{ block.super }}
|
|||
</div>
|
||||
|
||||
|
||||
<span class="anchor" id="areas"></span>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h2>Camping Areas</h2>
|
||||
<div class="panel-group">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h4 class="panel-title">Quiet Area</h4>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>
|
||||
The ablong area in the eastside of the venue from Q4 to S10
|
||||
is the Quiet Area. Noise will not be tolerated here. If
|
||||
getting an uninterrupted nights sleep is important to you,
|
||||
you should consider pitching your tent here.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h4 class="panel-title">Family Area</h4>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>
|
||||
We want BornHack to be an event for hackers of all ages!
|
||||
The Family Area is the lightblue area at 13-14 A-F on the map.
|
||||
The area has ample camping space and is equipped with a sand
|
||||
box, a fireplace, and lots of grass to play around in. If you
|
||||
intend to camp here please bring (and share) any outdoor games
|
||||
you might have.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h4 class="panel-title">Ungroomed Area</h4>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>
|
||||
The area reaching from 27 and down to the entrance around 36
|
||||
is the Ungroomed Area. We have not cut the grass in this area,
|
||||
there are no roads or infrastructure. Just wild Danish
|
||||
shrubland habitat, or "hede" in Danish. Pitch your tent here
|
||||
if you want to feel closer to the beautiful nature that
|
||||
surrounds BornHack.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h4 class="panel-title">The Noisy Area</h4>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>
|
||||
Surrounding the bar area is the noisy area. This is where
|
||||
you should place your tent / camp / village if you expect to
|
||||
make a lot of noise. The noisy area forms square from top
|
||||
left I17 to bottom right Q23 on the map.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<span class="anchor" id="bar"></span>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h2>Bar Area</h2>
|
||||
<h2>The Bar</h2>
|
||||
<div class="panel-group">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
|
@ -314,30 +382,13 @@ Info | {{ block.super }}
|
|||
and some music, and discuss your projects with the people around you.
|
||||
</p>
|
||||
<p>
|
||||
The bar will be run with an open budget and flexible prices. More on
|
||||
that later.
|
||||
The bar will be run with an open budget and flexible prices.
|
||||
More on that later.
|
||||
</p>
|
||||
<p>
|
||||
Opening hours of the bar have not been decided yet (but they will be
|
||||
compatible with the average hackers sleep cycle).
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h4 class="panel-title">The Noisy Area</h4>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>
|
||||
Surrounding the bar area is the noisy area. This is where
|
||||
you should place your tent / camp / village if you expect to
|
||||
make a lot of noise, especially at nighttime. Coversely the
|
||||
noisy area is a bad place to stay if you value peace and
|
||||
quiet at night.
|
||||
</p>
|
||||
<p>
|
||||
The noisy area forms square from top left I17 to bottom
|
||||
right Q23 on the map.
|
||||
Opening hours of the bar have not been decided yet. Expect it
|
||||
to open late and close late. Opening hours will be compatible
|
||||
with the average hackers drink/sleep cycle.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue