diff --git a/bornhack/templates/contact.html b/bornhack/templates/contact.html index f433602a..0b1e2e31 100644 --- a/bornhack/templates/contact.html +++ b/bornhack/templates/contact.html @@ -6,20 +6,7 @@ You can get in contact with the BornHack organisers via multiple channels:

- +{% include 'includes/contact.html' %}
diff --git a/bornhack/templates/frontpage.html b/bornhack/templates/frontpage.html index 992e5a91..73b29aa2 100644 --- a/bornhack/templates/frontpage.html +++ b/bornhack/templates/frontpage.html @@ -26,15 +26,11 @@

- You are very welcome to ask questions and show your interest on IRC at - #bornhack on 6nbtgccn5nbcodn3.onion or - irc.baconsvin.org, both using TLS on port 6697. + You are very welcome to ask questions and show your interest on our different channels:

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

- We also have a Twitter account at - @bornhax which you can follow - to get updates about the camp. + Follow and like us to get updates about the camp.

diff --git a/bornhack/templates/includes/contact.html b/bornhack/templates/includes/contact.html new file mode 100644 index 00000000..da3b33c5 --- /dev/null +++ b/bornhack/templates/includes/contact.html @@ -0,0 +1,18 @@ +