publish map
This commit is contained in:
parent
ca951715e8
commit
1b2314b2ef
|
@ -28,11 +28,12 @@ Info | {{ block.super }}
|
|||
<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_and_network" class="list-group-item">Power and Connectivity</a>
|
||||
<a href="#map" class="list-group-item">Venue Map</a>
|
||||
<a href="#camping_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="#power_and_network" class="list-group-item">Power and Connectivity</a>
|
||||
<a href="#shuttlebus" class="list-group-item">Shuttle Bus</a>
|
||||
<a href="#info_and_cert" class="list-group-item">Infodesk and CERT</a>
|
||||
</div>
|
||||
|
@ -267,6 +268,72 @@ Info | {{ block.super }}
|
|||
</div>
|
||||
|
||||
|
||||
<span class="anchor" id="map"></span>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h2>Venue Map</h2>
|
||||
<div class="panel-group">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h4 class="panel-title">The Map</h4>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>
|
||||
<img src="https://people.bornhack.org/tyk/map/v1/map-small.png">
|
||||
<a href="https://people.bornhack.org/tyk/map/v1/map-medium.png">Medium (4.7Mb)</a>
|
||||
<a href="https://people.bornhack.org/tyk/map/v1/map-large.png">Large (19.3Mb)</a>
|
||||
<a href="https://people.bornhack.org/tyk/map/v1/map-original.png">Original (44.8Mb)</a>
|
||||
</p>
|
||||
<p>
|
||||
We have outlined the important areas of BornHack on the map.
|
||||
<ul>
|
||||
<li>
|
||||
The dark blue square in the botton from 37K to 37M is
|
||||
the main entrance. Just opposite from this (not shown on
|
||||
map) is the parking lot.
|
||||
</li>
|
||||
<li>
|
||||
The red areas in the edges of the map are <b>off limits</b>
|
||||
and not part of BornHack.
|
||||
</li>
|
||||
<li>
|
||||
The light blue square from B11 to F15 is the Family Area.
|
||||
</li>
|
||||
<li>
|
||||
The orange area in the top left corner from R4 to S7
|
||||
is the Quiet Area.
|
||||
</li>
|
||||
<li>
|
||||
The purple area in the middle of the map from K19 to
|
||||
N21 is the bar.
|
||||
</li>
|
||||
<li>
|
||||
The yellow square next to the bar from M14 to S23 is
|
||||
the noisy area. Please direct the noise east!
|
||||
</li>
|
||||
<li>
|
||||
The house at K10 to L10 is where the workshop rooms can
|
||||
be found. It is also where the shop is located.
|
||||
</li>
|
||||
<li>
|
||||
The brown square in M9 is the toilet and shower building.
|
||||
</li>
|
||||
<li>
|
||||
The green squares from C7 to I10 and from K11 to M12
|
||||
mark the Food Area and related seating.
|
||||
</li>
|
||||
<li>
|
||||
The orange square at K4 to L4 is the speakers tent.
|
||||
</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<span class="anchor" id="camping_areas"></span>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
|
@ -292,7 +359,7 @@ Info | {{ block.super }}
|
|||
<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 Family Area is the lightblue area at B11 to F15 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
|
||||
|
@ -324,7 +391,7 @@ Info | {{ block.super }}
|
|||
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.
|
||||
left M14 to bottom right S23 on the map.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -616,7 +683,7 @@ Info | {{ block.super }}
|
|||
which is similar to usual guest networks. NOTE: NAT IS NOT SECURITY,
|
||||
use caution always - turn the firewall on.
|
||||
</p>
|
||||
</p>
|
||||
<p>
|
||||
One SSID will also be configure to use WPA Enterprise with 802.1x
|
||||
aka EAP-TLS - where any credentials
|
||||
can be used. There is no user management, we just use
|
||||
|
|
Loading…
Reference in a new issue