diff --git a/src/camps/templates/bornhack-2026_camp_detail.html b/src/camps/templates/bornhack-2026_camp_detail.html index 75480d6ec..34a4f2de9 100644 --- a/src/camps/templates/bornhack-2026_camp_detail.html +++ b/src/camps/templates/bornhack-2026_camp_detail.html @@ -10,8 +10,8 @@ {% block content %}
- - + +
diff --git a/src/camps/templates/bornhack-2032_camp_detail.html b/src/camps/templates/bornhack-2032_camp_detail.html new file mode 100644 index 000000000..fc36b80af --- /dev/null +++ b/src/camps/templates/bornhack-2032_camp_detail.html @@ -0,0 +1,99 @@ +{% extends 'base.html' %} +{% load commonmark %} +{% load static %} +{% load imageutils %} + +{% block title %} + {{ camp.title }} +{% endblock %} + +{% block content %} +
+
+ + +
+
+ + +
+
+
+ BornHack is a 7 day outdoor tent camp where hackers, makers and people with an interest in technology or security come together to celebrate technology, socialise, learn and have fun. +
+
+
+ {% thumbnail 'img/bornhack-2020' 'logotent_pink_people.jpg' 'BornHack Logotent with pink light and people' %} +
+
+ + +
+
+ {% thumbnail 'img/bornhack-2020' 'participant_tent_laptop.jpg' 'hacker with laptop in front of tent' %} +
+
+
+ BornHack 2032 will be the seventeenth BornHack. It will take place from Wednesday the 14th of July to Wednesday the 21st of July 2032 at our venue on the Danish island of Funen. +
+
+
+ +
+ +
+
+
+ The BornHack team looks forward to organising another great event for the hacker community. We still need volunteers, so please let us know if you want to help! +
+
+
+ {% thumbnail 'img/bornhack-2021' 'volunteers.jpg' 'The BornHack 2021 volunteers' %} +
+
+ +
+ +
+
+ {% thumbnail 'img/bornhack-2018/fonsmark' 'FB1_9970_cropped.JPG' 'Danish politicians, government officals and IT-developers debating at BornHack 2018' %} +
+
+
We want to encourage hackers, makers, politicians, activists, developers, artists, sysadmins, engineers with something to say to read our call for participation.
+
+
+ +
+ +
+
+
+ BornHack aims to keep ticket prices affordable for everyone and to that end we need sponsors. Please see our call for sponsors if you want to sponsor us, or if you work for a company you think might be able to help. +
+
+
+ {% thumbnail 'img/bornhack-2017/fonsmark' 'FB1_7675_cropped.jpg' 'Organisers thanking the BornHack 2017 sponsors' %} +
+
+ +
+ +
+
+

You are very welcome to ask questions and show your interest on our different channels:

+ {% include 'includes/contact.html' %} +
+
+

+ {% 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' %} +

+{% endblock content %} diff --git a/src/static_src/img/bornhack-2032/logo/bornhack-2032-logo-l-for-dark.png b/src/static_src/img/bornhack-2032/logo/bornhack-2032-logo-l-for-dark.png new file mode 100644 index 000000000..7cd944788 Binary files /dev/null and b/src/static_src/img/bornhack-2032/logo/bornhack-2032-logo-l-for-dark.png differ diff --git a/src/static_src/img/bornhack-2032/logo/bornhack-2032-logo-l-for-light.png b/src/static_src/img/bornhack-2032/logo/bornhack-2032-logo-l-for-light.png new file mode 100644 index 000000000..5911fcd5c Binary files /dev/null and b/src/static_src/img/bornhack-2032/logo/bornhack-2032-logo-l-for-light.png differ diff --git a/src/static_src/img/bornhack-2032/logo/bornhack-2032-logo-l.png b/src/static_src/img/bornhack-2032/logo/bornhack-2032-logo-l.png new file mode 100644 index 000000000..14a05b04c Binary files /dev/null and b/src/static_src/img/bornhack-2032/logo/bornhack-2032-logo-l.png differ diff --git a/src/static_src/img/bornhack-2032/logo/bornhack-2032-logo-s.png b/src/static_src/img/bornhack-2032/logo/bornhack-2032-logo-s.png new file mode 100644 index 000000000..284f6473c Binary files /dev/null and b/src/static_src/img/bornhack-2032/logo/bornhack-2032-logo-s.png differ