add shuttlebus info
This commit is contained in:
parent
1065fba136
commit
1c5738c632
|
@ -257,67 +257,6 @@ Info | {{ block.super }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<span class="anchor" id="power"></span>
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-12">
|
|
||||||
<h2>Power and Connectivity</h2>
|
|
||||||
<div class="panel-group">
|
|
||||||
<div class="panel panel-default">
|
|
||||||
<div class="panel-heading">
|
|
||||||
<h4 class="panel-title">Power</h4>
|
|
||||||
</div>
|
|
||||||
<div class="panel-body">
|
|
||||||
<p>
|
|
||||||
We are working on sorting out the details. Plugs will be standard
|
|
||||||
European 230V supply with type <a href="http://www.worldstandards.eu/electricity/plugs-and-sockets/" target="_blank">K plugs</a>.
|
|
||||||
Standard red 400V 16A CEE plugs will also be possible.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="panel panel-default">
|
|
||||||
<div class="panel-heading">
|
|
||||||
<h4 class="panel-title">Wired Network</h4>
|
|
||||||
</div>
|
|
||||||
<div class="panel-body">
|
|
||||||
<p>
|
|
||||||
BornHack will have a wired and a wireless network. The wired
|
|
||||||
network will run with public internet addresses (v4 and v6)
|
|
||||||
so you must protect yourself with a firewall at all times.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="panel panel-default">
|
|
||||||
<div class="panel-heading">
|
|
||||||
<h4 class="panel-title">Wireless Network</h4>
|
|
||||||
</div>
|
|
||||||
<div class="panel-body">
|
|
||||||
<p>
|
|
||||||
There will be two wireless networks, one with public
|
|
||||||
addresses like the wired, and one which is behind NAT for
|
|
||||||
ipv4 and a stateful firewall for ipv6. The security on the
|
|
||||||
wireless network will be EAP-TLS where any credentials
|
|
||||||
can be used. There is no user management, we just use
|
|
||||||
EAP-TLS to get the encryption it provides.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="panel panel-default">
|
|
||||||
<div class="panel-heading">
|
|
||||||
<h4 class="panel-title">Bandwidth and Uplink</h4>
|
|
||||||
</div>
|
|
||||||
<div class="panel-body">
|
|
||||||
<p>
|
|
||||||
BornHack will have a 1 gigabit fibre uplink to the outside
|
|
||||||
world generously sponsored by BornFiber. We will have plenty
|
|
||||||
of IP space to go around, courtesy of RIPE.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<span class="anchor" id="areas"></span>
|
<span class="anchor" id="areas"></span>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
|
@ -605,6 +544,126 @@ Info | {{ block.super }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="anchor" id="power"></span>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-12">
|
||||||
|
<h2>Power and Connectivity</h2>
|
||||||
|
<div class="panel-group">
|
||||||
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-heading">
|
||||||
|
<h4 class="panel-title">Power</h4>
|
||||||
|
</div>
|
||||||
|
<div class="panel-body">
|
||||||
|
<p>
|
||||||
|
We are working on sorting out the details. Plugs will be standard
|
||||||
|
European 230V supply with type <a href="http://www.worldstandards.eu/electricity/plugs-and-sockets/" target="_blank">K plugs</a>.
|
||||||
|
Standard red 400V 16A CEE plugs will also be possible.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-heading">
|
||||||
|
<h4 class="panel-title">Wired Network</h4>
|
||||||
|
</div>
|
||||||
|
<div class="panel-body">
|
||||||
|
<p>
|
||||||
|
BornHack will have a wired and a wireless network. The wired
|
||||||
|
network will run with public internet addresses (v4 and v6)
|
||||||
|
so you must protect yourself with a firewall at all times.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-heading">
|
||||||
|
<h4 class="panel-title">Wireless Network</h4>
|
||||||
|
</div>
|
||||||
|
<div class="panel-body">
|
||||||
|
<p>
|
||||||
|
There will be two wireless networks, one with public
|
||||||
|
addresses like the wired, and one which is behind NAT for
|
||||||
|
ipv4 and a stateful firewall for ipv6. The security on the
|
||||||
|
wireless network will be EAP-TLS where any credentials
|
||||||
|
can be used. There is no user management, we just use
|
||||||
|
EAP-TLS to get the encryption it provides.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-heading">
|
||||||
|
<h4 class="panel-title">Bandwidth and Uplink</h4>
|
||||||
|
</div>
|
||||||
|
<div class="panel-body">
|
||||||
|
<p>
|
||||||
|
BornHack will have a 1 gigabit fibre uplink to the outside
|
||||||
|
world generously sponsored by BornFiber. We will have plenty
|
||||||
|
of IP space to go around, courtesy of RIPE.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="anchor" id="shuttlebus"></span>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-12">
|
||||||
|
<h2>The Shuttlebus</h2>
|
||||||
|
<div class="panel-group">
|
||||||
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-heading">
|
||||||
|
<h4 class="panel-title">Opening Day</h4>
|
||||||
|
</div>
|
||||||
|
<div class="panel-body">
|
||||||
|
<p>
|
||||||
|
The BornHack shuttle bus will be available for transporting
|
||||||
|
participants from Rønne to the venue on the opening day. The
|
||||||
|
shuttle bus holds 8 passengers and luggage. To let us know you
|
||||||
|
need transportation call the BornHack phone at +4593863720.
|
||||||
|
Please call as soon as you know when you need a pickup so the
|
||||||
|
drivers can coordinate effectively.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-heading">
|
||||||
|
<h4 class="panel-title">Grocery Shopping</h4>
|
||||||
|
</div>
|
||||||
|
<div class="panel-body">
|
||||||
|
<p>
|
||||||
|
During the event the shuttlebus will be taking participants
|
||||||
|
to and from grocery shopping. To book a ride on the bus go to
|
||||||
|
the infodesk. The drivers are flexible so if you prefer a
|
||||||
|
specific grocery shop just let the driver know.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
The shuttlebus can't wait outside for hours while participants
|
||||||
|
are shopping. You either pick up your groceries in max. 20
|
||||||
|
minutes, or you arrange a return pickup time with the shuttlebus.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-heading">
|
||||||
|
<h4 class="panel-title">Closing Day</h4>
|
||||||
|
</div>
|
||||||
|
<div class="panel-body">
|
||||||
|
<p>
|
||||||
|
On closing day the shuttle bus is available to transport
|
||||||
|
participants back to Rønne so they can get home. You need
|
||||||
|
to book a ride in the infodesk. Please be realistic when
|
||||||
|
planning your trip home. Don't expect to depart BornHack 30
|
||||||
|
minutes before your ferry leaves. Leave some room for delays.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<span class="anchor" id="info"></span>
|
<span class="anchor" id="info"></span>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
|
|
Loading…
Reference in a new issue