add badge section to info page

This commit is contained in:
Thomas Steen Rasmussen 2016-08-14 20:15:39 +02:00
parent 19eb83ddbf
commit 047d3c6de7

View file

@ -1184,6 +1184,69 @@ We encourage our attendees to make use of this offer!
</div>
</div>
<span class="anchor" id="badge"></span>
<div class="row">
<div class="col-md-12">
<h2>Badge</h2>
<div class="panel-group">
<div class="panel panel-default">
<div class="panel-heading">
<span class="sub-anchor" id="badge2016"></span>
<h4 class="panel-title">
The BornHack 2016 Badge
<a href="#badge2016">
<i class="glyphicon glyphicon-link"></i>
</a>
</h4>
</div>
<div class="panel-body">
<p>
All participants at BornHack 2016 will receive an electronic
name badge. The badge was designed by Thomas Flummer from
Copenhagen makerspace Labitat, and is sponsored by TykTech.
</p>
<p>
You can see a picture of the kit <a href="https://people.bornhack.org/tyk/badge/bornhack_badge_kit_contents.jpg">here</a>
and the assembled badge <a href="https://people.bornhack.org/tyk/badge/badge_signout.jpg">here</a>.
We also caught a picture of an <a href="https://people.bornhack.org/tyk/badge/badge_by_night.jpg">
assembled badge by night</a>, and we have a <a href="https://people.bornhack.org/tyk/badge/lanyard.jpg">
rendering</a> of the lanyards that come with the name badges.
</p>
<p>
Assembling the bagde is easy and takes around 15-30 minutes,
depending on your soldering experience. We have a bunch of
soldering irons available you can borrow in case you are
not bringing your own.
</p>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<span class="sub-anchor" id="badgecontest"></span>
<h4 class="panel-title">
Badge Hacking Contest
<a href="#badgecontest">
<i class="glyphicon glyphicon-link"></i>
</a>
</h4>
</div>
<div class="panel-body">
<p>
The badge has a large prototyping area to hack around with,
both through-hole and surface-mount. During BornHack we are
excited to see what kind of badge modifications our participants
come up with. At the end of the week we will pick the three winners
of this years badge hacking contest. The winners will receive
fabulous prices and eternal fame!
</p>
</div>
</div>
</div>
</div>
</div>
<script src="{% static 'js/leaflet.js' %}"></script>
<script>
var map = L.map('map', {center: [55.131520, 14.903000], zoom: 10});