diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f770273..fd98f64a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: rev: "21.4b2" hooks: - id: "black" - language_version: "python3.7" + language_version: "python3" - repo: "https://gitlab.com/pycqa/flake8" rev: "3.9.1" hooks: 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 diff --git a/src/static_src/pdf/bornhack-2020_letterhead.odt b/src/static_src/pdf/bornhack-2020_letterhead.odt deleted file mode 100644 index f8cab8ae..00000000 Binary files a/src/static_src/pdf/bornhack-2020_letterhead.odt and /dev/null differ diff --git a/src/static_src/pdf/bornhack-2020_letterhead.pdf b/src/static_src/pdf/bornhack-2020_letterhead.pdf deleted file mode 100644 index 5fba1720..00000000 Binary files a/src/static_src/pdf/bornhack-2020_letterhead.pdf and /dev/null differ diff --git a/src/static_src/pdf/bornhack-2020_test_letterhead.odt b/src/static_src/pdf/bornhack-2020_test_letterhead.odt deleted file mode 100644 index b2a9b242..00000000 Binary files a/src/static_src/pdf/bornhack-2020_test_letterhead.odt and /dev/null differ diff --git a/src/static_src/pdf/bornhack-2020_test_letterhead.pdf b/src/static_src/pdf/bornhack-2020_test_letterhead.pdf deleted file mode 100644 index cc3b01db..00000000 Binary files a/src/static_src/pdf/bornhack-2020_test_letterhead.pdf and /dev/null differ diff --git a/src/static_src/pdf/bornhack_letterhead.odt b/src/static_src/pdf/bornhack_letterhead.odt new file mode 100644 index 00000000..659e8492 Binary files /dev/null and b/src/static_src/pdf/bornhack_letterhead.odt differ diff --git a/src/static_src/pdf/bornhack_letterhead.pdf b/src/static_src/pdf/bornhack_letterhead.pdf new file mode 100644 index 00000000..3dab4698 Binary files /dev/null and b/src/static_src/pdf/bornhack_letterhead.pdf differ diff --git a/src/static_src/pdf/bornhack_test_letterhead.odt b/src/static_src/pdf/bornhack_test_letterhead.odt new file mode 100644 index 00000000..08f95df4 Binary files /dev/null and b/src/static_src/pdf/bornhack_test_letterhead.odt differ diff --git a/src/static_src/pdf/bornhack_test_letterhead.pdf b/src/static_src/pdf/bornhack_test_letterhead.pdf new file mode 100644 index 00000000..088c1da1 Binary files /dev/null and b/src/static_src/pdf/bornhack_test_letterhead.pdf differ diff --git a/src/templates/contact.html b/src/templates/contact.html index f0824559..a31310d4 100644 --- a/src/templates/contact.html +++ b/src/templates/contact.html @@ -17,8 +17,9 @@ Contact | {{ block.super }}

The legal entity behind BornHack is:
BornHack IVS c/o Thomas Steen Rasmussen
- Offenbachsvej 34, 2. tv.
- 2450 Copenhagen SV
+ Skelbyvej 147
+ Næsby
+ 4171 Glumsø
Denmark
CVR# 37666521
Phone +4531550497