Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/camps/templates/bornhack-2026_camp_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
{% block content %}
<div class="row mt-3">
<div class="col-12 text-center">
<img src="{% static camp.logo_large %}" width="800" class="img-responsive" id="front-logo" />
<img src="/static/img/bornhack-2026/logo/bornhack-2026-logo-l-for-light.png" width="800" class="front-logo img-responsive bornhack-hide-dark" />
<img src="/static/img/bornhack-2026/logo/bornhack-2026-logo-l-for-dark.png" width="800" class="front-logo img-responsive bornhack-hide-light" />
</div>
</div>

Expand Down
99 changes: 99 additions & 0 deletions src/camps/templates/bornhack-2027_camp_detail.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
{% extends 'base.html' %}
{% load commonmark %}
{% load static %}
{% load imageutils %}

{% block title %}
{{ camp.title }}
{% endblock %}

{% block content %}
<div class="row mt-3">
<div class="col-12 text-center">
<img src="/static/img/bornhack-2027/logo/bornhack-2027-logo-l-for-light.png" width="800" class="front-logo img-responsive bornhack-hide-dark" />
<img src="/static/img/bornhack-2027/logo/bornhack-2027-logo-l-for-dark.png" width="800" class="front-logo img-responsive bornhack-hide-light" />
</div>
</div>


<div class="row mt-3">
<div class="col-12 col-lg-9">
<div class="lead">
<b>BornHack</b> is a 7 day <b>outdoor tent camp</b> where hackers, makers and people with an interest in technology or security come together to celebrate technology, socialise, learn and <b>have fun</b>.
</div>
</div>
<div class="col-12 col-lg-3">
{% thumbnail 'img/bornhack-2020' 'logotent_pink_people.jpg' 'BornHack Logotent with pink light and people' %}
</div>
</div>


<div class="row mt-3">
<div class="col-12 col-lg-3">
{% thumbnail 'img/bornhack-2020' 'participant_tent_laptop.jpg' 'hacker with laptop in front of tent' %}
</div>
<div class="col-12 col-lg-9">
<div class="lead">
<strong>BornHack 2027</strong> will be the twelfth BornHack. It will take place from <strong>Wednesday the 21st of July to Wednesday the 28th of July 2027</strong> at our venue on the Danish island of Funen.
</div>
</div>
</div>

<br />

<div class="row mt-3">
<div class="col-12 col-lg-9">
<div class="lead">
The BornHack team looks forward to organising another great event for the hacker community. We <a href="{% url 'teams:list' camp_slug=camp.slug %}">still need volunteers</a>, so please let us know if you want to help!
</div>
</div>
<div class="col-12 col-lg-3">
{% thumbnail 'img/bornhack-2021' 'volunteers.jpg' 'The BornHack 2021 volunteers' %}
</div>
</div>

<br />

<div class="row mt-3">
<div class="col-12 col-lg-3">
{% thumbnail 'img/bornhack-2018/fonsmark' 'FB1_9970_cropped.JPG' 'Danish politicians, government officals and IT-developers debating at BornHack 2018' %}
</div>
<div class="col-12 col-lg-9">
<div class="lead">We want to encourage <strong>hackers, makers, politicians, activists, developers, artists, sysadmins, engineers</strong> with something to say to read our <a href="{% url 'program:call_for_participation' camp_slug=camp.slug %}">call for participation</a>.</div>
</div>
</div>

<br />

<div class="row mt-3">
<div class="col-12 col-lg-9">
<div class="lead">
BornHack aims to <strong>keep ticket prices affordable</strong> for everyone and to that end <strong>we need sponsors</strong>. Please see our <a href="{% url 'sponsors' camp_slug=camp.slug %}">call for sponsors</a> if you want to sponsor us, or if you work for a company you think might be able to help.
</div>
</div>
<div class="col-12 col-lg-3">
{% thumbnail 'img/bornhack-2017/fonsmark' 'FB1_7675_cropped.jpg' 'Organisers thanking the BornHack 2017 sponsors' %}
</div>
</div>

<br />

<div class="row mt-3">
<div class="col-12">
<p class="lead">You are very welcome to ask questions and show your interest on our different channels:</p>
{% include 'includes/contact.html' %}
</div>
</div>
<p align="center">
{% thumbnail 'img/bornhack-2020' 'ellen_tesla_coil.jpg' 'Little girl and father making arcs with tesla coil' %}
{% thumbnail 'img/bornhack-2020' 'dome_lights.jpg' 'Geodesic dome and tents with lights' %}
{% thumbnail 'img/bornhack-2017/fonsmark' 'FB1_7724_cropped.jpg' 'A welcoming hug upon arrival at BornHack 2017! <3' %}
{% thumbnail 'img/bornhack-2016/fonsmark' 'FB1_5168.JPG' '#irl_bar by night at BornHack 2016' %}
{% thumbnail 'img/bornhack-2018/flummer' 'DSC_7054_cropped.jpg' 'The BornHack 2018 badge' %}
{% thumbnail 'img/bornhack-2019' 'masked_jeopardy_beer_wall.jpg' 'Masked hacker jeopardy contenders behind beer can wall' %}
{% thumbnail 'img/bornhack-2020' 'badge_cyber.jpg' 'The BornHack 2020 badge displaying "cyber"' %}
{% thumbnail 'img/bornhack-2020' 'night_stars_lights.jpg' 'Stars above colorfully lit trees' %}
{% thumbnail 'img/bornhack-2020' 'bar_people.jpg' 'Bornhack bar in 2020' %}
{% thumbnail 'img/bornhack-2017/fonsmark' 'FB1_7521_cropped.jpg' 'Amelia Andersdotter presenting at BornHack 2017' %}
</p>
{% endblock content %}
99 changes: 99 additions & 0 deletions src/camps/templates/bornhack-2028_camp_detail.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
{% extends 'base.html' %}
{% load commonmark %}
{% load static %}
{% load imageutils %}

{% block title %}
{{ camp.title }}
{% endblock %}

{% block content %}
<div class="row mt-3">
<div class="col-12 text-center">
<img src="/static/img/bornhack-2028/logo/bornhack-2028-logo-l-for-light.png" width="800" class="front-logo img-responsive bornhack-hide-dark" />
<img src="/static/img/bornhack-2028/logo/bornhack-2028-logo-l-for-dark.png" width="800" class="front-logo img-responsive bornhack-hide-light" />
</div>
</div>


<div class="row mt-3">
<div class="col-12 col-lg-9">
<div class="lead">
<b>BornHack</b> is a 7 day <b>outdoor tent camp</b> where hackers, makers and people with an interest in technology or security come together to celebrate technology, socialise, learn and <b>have fun</b>.
</div>
</div>
<div class="col-12 col-lg-3">
{% thumbnail 'img/bornhack-2020' 'logotent_pink_people.jpg' 'BornHack Logotent with pink light and people' %}
</div>
</div>


<div class="row mt-3">
<div class="col-12 col-lg-3">
{% thumbnail 'img/bornhack-2020' 'participant_tent_laptop.jpg' 'hacker with laptop in front of tent' %}
</div>
<div class="col-12 col-lg-9">
<div class="lead">
<strong>BornHack 2028</strong> will be the thirteenth BornHack. It will take place from <strong>Wednesday the 19th of July to Wednesday the 26th of July 2028</strong> at our venue on the Danish island of Funen.
</div>
</div>
</div>

<br />

<div class="row mt-3">
<div class="col-12 col-lg-9">
<div class="lead">
The BornHack team looks forward to organising another great event for the hacker community. We <a href="{% url 'teams:list' camp_slug=camp.slug %}">still need volunteers</a>, so please let us know if you want to help!
</div>
</div>
<div class="col-12 col-lg-3">
{% thumbnail 'img/bornhack-2021' 'volunteers.jpg' 'The BornHack 2021 volunteers' %}
</div>
</div>

<br />

<div class="row mt-3">
<div class="col-12 col-lg-3">
{% thumbnail 'img/bornhack-2018/fonsmark' 'FB1_9970_cropped.JPG' 'Danish politicians, government officals and IT-developers debating at BornHack 2018' %}
</div>
<div class="col-12 col-lg-9">
<div class="lead">We want to encourage <strong>hackers, makers, politicians, activists, developers, artists, sysadmins, engineers</strong> with something to say to read our <a href="{% url 'program:call_for_participation' camp_slug=camp.slug %}">call for participation</a>.</div>
</div>
</div>

<br />

<div class="row mt-3">
<div class="col-12 col-lg-9">
<div class="lead">
BornHack aims to <strong>keep ticket prices affordable</strong> for everyone and to that end <strong>we need sponsors</strong>. Please see our <a href="{% url 'sponsors' camp_slug=camp.slug %}">call for sponsors</a> if you want to sponsor us, or if you work for a company you think might be able to help.
</div>
</div>
<div class="col-12 col-lg-3">
{% thumbnail 'img/bornhack-2017/fonsmark' 'FB1_7675_cropped.jpg' 'Organisers thanking the BornHack 2017 sponsors' %}
</div>
</div>

<br />

<div class="row mt-3">
<div class="col-12">
<p class="lead">You are very welcome to ask questions and show your interest on our different channels:</p>
{% include 'includes/contact.html' %}
</div>
</div>
<p align="center">
{% thumbnail 'img/bornhack-2020' 'ellen_tesla_coil.jpg' 'Little girl and father making arcs with tesla coil' %}
{% thumbnail 'img/bornhack-2020' 'dome_lights.jpg' 'Geodesic dome and tents with lights' %}
{% thumbnail 'img/bornhack-2017/fonsmark' 'FB1_7724_cropped.jpg' 'A welcoming hug upon arrival at BornHack 2017! <3' %}
{% thumbnail 'img/bornhack-2016/fonsmark' 'FB1_5168.JPG' '#irl_bar by night at BornHack 2016' %}
{% thumbnail 'img/bornhack-2018/flummer' 'DSC_7054_cropped.jpg' 'The BornHack 2018 badge' %}
{% thumbnail 'img/bornhack-2019' 'masked_jeopardy_beer_wall.jpg' 'Masked hacker jeopardy contenders behind beer can wall' %}
{% thumbnail 'img/bornhack-2020' 'badge_cyber.jpg' 'The BornHack 2020 badge displaying "cyber"' %}
{% thumbnail 'img/bornhack-2020' 'night_stars_lights.jpg' 'Stars above colorfully lit trees' %}
{% thumbnail 'img/bornhack-2020' 'bar_people.jpg' 'Bornhack bar in 2020' %}
{% thumbnail 'img/bornhack-2017/fonsmark' 'FB1_7521_cropped.jpg' 'Amelia Andersdotter presenting at BornHack 2017' %}
</p>
{% endblock content %}
99 changes: 99 additions & 0 deletions src/camps/templates/bornhack-2029_camp_detail.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
{% extends 'base.html' %}
{% load commonmark %}
{% load static %}
{% load imageutils %}

{% block title %}
{{ camp.title }}
{% endblock %}

{% block content %}
<div class="row mt-3">
<div class="col-12 text-center">
<img src="/static/img/bornhack-2029/logo/bornhack-2029-logo-l-for-light.png" width="800" class="front-logo img-responsive bornhack-hide-dark" />
<img src="/static/img/bornhack-2029/logo/bornhack-2029-logo-l-for-dark.png" width="800" class="front-logo img-responsive bornhack-hide-light" />
</div>
</div>


<div class="row mt-3">
<div class="col-12 col-lg-9">
<div class="lead">
<b>BornHack</b> is a 7 day <b>outdoor tent camp</b> where hackers, makers and people with an interest in technology or security come together to celebrate technology, socialise, learn and <b>have fun</b>.
</div>
</div>
<div class="col-12 col-lg-3">
{% thumbnail 'img/bornhack-2020' 'logotent_pink_people.jpg' 'BornHack Logotent with pink light and people' %}
</div>
</div>


<div class="row mt-3">
<div class="col-12 col-lg-3">
{% thumbnail 'img/bornhack-2020' 'participant_tent_laptop.jpg' 'hacker with laptop in front of tent' %}
</div>
<div class="col-12 col-lg-9">
<div class="lead">
<strong>BornHack 2029</strong> will be the fourteenth BornHack. It will take place from <strong>Wednesday the 18th of July to Wednesday the 25th of July 2029</strong> at our venue on the Danish island of Funen.
</div>
</div>
</div>

<br />

<div class="row mt-3">
<div class="col-12 col-lg-9">
<div class="lead">
The BornHack team looks forward to organising another great event for the hacker community. We <a href="{% url 'teams:list' camp_slug=camp.slug %}">still need volunteers</a>, so please let us know if you want to help!
</div>
</div>
<div class="col-12 col-lg-3">
{% thumbnail 'img/bornhack-2021' 'volunteers.jpg' 'The BornHack 2021 volunteers' %}
</div>
</div>

<br />

<div class="row mt-3">
<div class="col-12 col-lg-3">
{% thumbnail 'img/bornhack-2018/fonsmark' 'FB1_9970_cropped.JPG' 'Danish politicians, government officals and IT-developers debating at BornHack 2018' %}
</div>
<div class="col-12 col-lg-9">
<div class="lead">We want to encourage <strong>hackers, makers, politicians, activists, developers, artists, sysadmins, engineers</strong> with something to say to read our <a href="{% url 'program:call_for_participation' camp_slug=camp.slug %}">call for participation</a>.</div>
</div>
</div>

<br />

<div class="row mt-3">
<div class="col-12 col-lg-9">
<div class="lead">
BornHack aims to <strong>keep ticket prices affordable</strong> for everyone and to that end <strong>we need sponsors</strong>. Please see our <a href="{% url 'sponsors' camp_slug=camp.slug %}">call for sponsors</a> if you want to sponsor us, or if you work for a company you think might be able to help.
</div>
</div>
<div class="col-12 col-lg-3">
{% thumbnail 'img/bornhack-2017/fonsmark' 'FB1_7675_cropped.jpg' 'Organisers thanking the BornHack 2017 sponsors' %}
</div>
</div>

<br />

<div class="row mt-3">
<div class="col-12">
<p class="lead">You are very welcome to ask questions and show your interest on our different channels:</p>
{% include 'includes/contact.html' %}
</div>
</div>
<p align="center">
{% thumbnail 'img/bornhack-2020' 'ellen_tesla_coil.jpg' 'Little girl and father making arcs with tesla coil' %}
{% thumbnail 'img/bornhack-2020' 'dome_lights.jpg' 'Geodesic dome and tents with lights' %}
{% thumbnail 'img/bornhack-2017/fonsmark' 'FB1_7724_cropped.jpg' 'A welcoming hug upon arrival at BornHack 2017! <3' %}
{% thumbnail 'img/bornhack-2016/fonsmark' 'FB1_5168.JPG' '#irl_bar by night at BornHack 2016' %}
{% thumbnail 'img/bornhack-2018/flummer' 'DSC_7054_cropped.jpg' 'The BornHack 2018 badge' %}
{% thumbnail 'img/bornhack-2019' 'masked_jeopardy_beer_wall.jpg' 'Masked hacker jeopardy contenders behind beer can wall' %}
{% thumbnail 'img/bornhack-2020' 'badge_cyber.jpg' 'The BornHack 2020 badge displaying "cyber"' %}
{% thumbnail 'img/bornhack-2020' 'night_stars_lights.jpg' 'Stars above colorfully lit trees' %}
{% thumbnail 'img/bornhack-2020' 'bar_people.jpg' 'Bornhack bar in 2020' %}
{% thumbnail 'img/bornhack-2017/fonsmark' 'FB1_7521_cropped.jpg' 'Amelia Andersdotter presenting at BornHack 2017' %}
</p>
{% endblock content %}
Loading
Loading