Skip to content

Commit cada588

Browse files
authored
Added 2026 camp template and logos (#1839)
1 parent b5cb833 commit cada588

5 files changed

Lines changed: 98 additions & 0 deletions

File tree

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
{% extends 'base.html' %}
2+
{% load commonmark %}
3+
{% load static %}
4+
{% load imageutils %}
5+
6+
{% block title %}
7+
{{ camp.title }}
8+
{% endblock %}
9+
10+
{% block content %}
11+
<div class="row mt-3">
12+
<div class="col-12 text-center">
13+
<img src="{% static camp.logo_large %}" width="800" class="img-responsive" id="front-logo" />
14+
</div>
15+
</div>
16+
17+
18+
<div class="row mt-3">
19+
<div class="col-12 col-lg-9">
20+
<div class="lead">
21+
<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>.
22+
</div>
23+
</div>
24+
<div class="col-12 col-lg-3">
25+
{% thumbnail 'img/bornhack-2020' 'logotent_pink_people.jpg' 'BornHack Logotent with pink light and people' %}
26+
</div>
27+
</div>
28+
29+
30+
<div class="row mt-3">
31+
<div class="col-12 col-lg-3">
32+
{% thumbnail 'img/bornhack-2020' 'participant_tent_laptop.jpg' 'hacker with laptop in front of tent' %}
33+
</div>
34+
<div class="col-12 col-lg-9">
35+
<div class="lead">
36+
<strong>BornHack 2026</strong> will be the eleventh BornHack. It will take place from <strong>Wednesday the 15th of July to Wednesday the 22nd of July 2026</strong> at our venue on the Danish island of Funen.
37+
</div>
38+
</div>
39+
</div>
40+
41+
<br />
42+
43+
<div class="row mt-3">
44+
<div class="col-12 col-lg-9">
45+
<div class="lead">
46+
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!
47+
</div>
48+
</div>
49+
<div class="col-12 col-lg-3">
50+
{% thumbnail 'img/bornhack-2021' 'volunteers.jpg' 'The BornHack 2021 volunteers' %}
51+
</div>
52+
</div>
53+
54+
<br />
55+
56+
<div class="row mt-3">
57+
<div class="col-12 col-lg-3">
58+
{% thumbnail 'img/bornhack-2018/fonsmark' 'FB1_9970_cropped.JPG' 'Danish politicians, government officals and IT-developers debating at BornHack 2018' %}
59+
</div>
60+
<div class="col-12 col-lg-9">
61+
<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>
62+
</div>
63+
</div>
64+
65+
<br />
66+
67+
<div class="row mt-3">
68+
<div class="col-12 col-lg-9">
69+
<div class="lead">
70+
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.
71+
</div>
72+
</div>
73+
<div class="col-12 col-lg-3">
74+
{% thumbnail 'img/bornhack-2017/fonsmark' 'FB1_7675_cropped.jpg' 'Organisers thanking the BornHack 2017 sponsors' %}
75+
</div>
76+
</div>
77+
78+
<br />
79+
80+
<div class="row mt-3">
81+
<div class="col-12">
82+
<p class="lead">You are very welcome to ask questions and show your interest on our different channels:</p>
83+
{% include 'includes/contact.html' %}
84+
</div>
85+
</div>
86+
<p align="center">
87+
{% thumbnail 'img/bornhack-2020' 'ellen_tesla_coil.jpg' 'Little girl and father making arcs with tesla coil' %}
88+
{% thumbnail 'img/bornhack-2020' 'dome_lights.jpg' 'Geodesic dome and tents with lights' %}
89+
{% thumbnail 'img/bornhack-2017/fonsmark' 'FB1_7724_cropped.jpg' 'A welcoming hug upon arrival at BornHack 2017! <3' %}
90+
{% thumbnail 'img/bornhack-2016/fonsmark' 'FB1_5168.JPG' '#irl_bar by night at BornHack 2016' %}
91+
{% thumbnail 'img/bornhack-2018/flummer' 'DSC_7054_cropped.jpg' 'The BornHack 2018 badge' %}
92+
{% thumbnail 'img/bornhack-2019' 'masked_jeopardy_beer_wall.jpg' 'Masked hacker jeopardy contenders behind beer can wall' %}
93+
{% thumbnail 'img/bornhack-2020' 'badge_cyber.jpg' 'The BornHack 2020 badge displaying "cyber"' %}
94+
{% thumbnail 'img/bornhack-2020' 'night_stars_lights.jpg' 'Stars above colorfully lit trees' %}
95+
{% thumbnail 'img/bornhack-2020' 'bar_people.jpg' 'Bornhack bar in 2020' %}
96+
{% thumbnail 'img/bornhack-2017/fonsmark' 'FB1_7521_cropped.jpg' 'Amelia Andersdotter presenting at BornHack 2017' %}
97+
</p>
98+
{% endblock content %}
66.1 KB
Loading
71.6 KB
Loading
80.6 KB
Loading
18.6 KB
Loading

0 commit comments

Comments
 (0)