diff --git a/src/camps/templates/bornhack-2022_camp_detail.html b/src/camps/templates/bornhack-2022_camp_detail.html new file mode 100644 index 00000000..ccfbe403 --- /dev/null +++ b/src/camps/templates/bornhack-2022_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-2018/fonsmark' 'FB1_9961_cropped.jpg' 'BornHack banners from previous camps.' %} +
+
+ + +
+
+ {% thumbnail 'img/bornhack-2016/esbjerg' '1600x1000-B12A2398.jpg' 'A random hackers laptop' %} +
+
+
+ BornHack 2022 will be the sixth BornHack. It will take place from Wednesday the 3rd of August to Wednesday the 10th of August 2022 at a 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-2016/esbjerg' '1600x988-B12A2631.jpg' 'The BornHack 2016 organiser team' %} +
+
+ +
+ +
+
+ {% 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-2018/fonsmark' 'FB1_9947_cropped.JPG' 'Speakers of all ages at BornHack 2018' %} + {% thumbnail 'img/bornhack-2016/fonsmark' 'FB1_5126.JPG' 'Late night hacking at Baconsvin village at BornHack 2016' %} + {% 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-2017/fonsmark' 'FB1_7510_cropped.jpg' 'Colored speakers tent ready for use!' %} + {% thumbnail 'img/bornhack-2018/fonsmark' 'FB1_9916_cropped.JPG' 'Wanna take a ride? Borrow a bike for free!' %} + {% thumbnail 'img/bornhack-2018/fonsmark' 'FB1_7518_cropped.JPG' 'Colored light in a tree' %} + {% thumbnail 'img/bornhack-2018/fonsmark' 'FB2_0020_cropped.JPG' 'Colourful chairs!' %} + {% 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-2022/logo/bornhack-2022-logo-l.png b/src/static_src/img/bornhack-2022/logo/bornhack-2022-logo-l.png new file mode 100644 index 00000000..6dd5ae80 Binary files /dev/null and b/src/static_src/img/bornhack-2022/logo/bornhack-2022-logo-l.png differ diff --git a/src/static_src/img/bornhack-2022/logo/bornhack-2022-logo-s.png b/src/static_src/img/bornhack-2022/logo/bornhack-2022-logo-s.png new file mode 100644 index 00000000..284f6473 Binary files /dev/null and b/src/static_src/img/bornhack-2022/logo/bornhack-2022-logo-s.png differ