From 3aa0f9d8a3298121959db6f1a420a3492ead78fa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?=
Date: Mon, 27 Jun 2016 23:37:53 +0200
Subject: [PATCH] Add link to Facebook and extract contact info into an include
---
bornhack/templates/contact.html | 15 +--------------
bornhack/templates/frontpage.html | 10 +++-------
bornhack/templates/includes/contact.html | 18 ++++++++++++++++++
3 files changed, 22 insertions(+), 21 deletions(-)
create mode 100644 bornhack/templates/includes/contact.html
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:
-
- -
- Email:
- info@bornhack.dk
-
- -
- Twitter:
- @bornhax
-
- -
- IRC:
- #bornhack @ 6nbtgccn5nbcodn3.onion or irc.baconsvin.org (TLS port 6697)
-
-
+{% 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..3f440d80
--- /dev/null
+++ b/bornhack/templates/includes/contact.html
@@ -0,0 +1,18 @@
+
+ -
+ IRC:
+ #bornhack @ 6nbtgccn5nbcodn3.onion or irc.baconsvin.org (TLS port 6697)
+
+ -
+ Email:
+ info@bornhack.dk
+
+ -
+ Twitter:
+ @bornhax
+
+ -
+ Twitter:
+ @BornHax
+
+