Add link to Facebook and extract contact info into an include
This commit is contained in:
parent
02096e4f2b
commit
3aa0f9d8a3
|
@ -6,20 +6,7 @@
|
||||||
You can get in contact with the BornHack organisers via multiple channels:
|
You can get in contact with the BornHack organisers via multiple channels:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul>
|
{% include 'includes/contact.html' %}
|
||||||
<li class="lead">
|
|
||||||
<strong>Email</strong>:
|
|
||||||
<a href="mailto:info@bornhack.dk">info@bornhack.dk</a>
|
|
||||||
</li>
|
|
||||||
<li class="lead">
|
|
||||||
<strong>Twitter</strong>:
|
|
||||||
<a href="https://twitter.com/bornhax" target="_blank">@bornhax</a>
|
|
||||||
</li>
|
|
||||||
<li class="lead">
|
|
||||||
<strong>IRC</strong>:
|
|
||||||
#bornhack @ 6nbtgccn5nbcodn3.onion or irc.baconsvin.org <small>(TLS port 6697)</small>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
|
|
|
@ -26,15 +26,11 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="lead">
|
<p class="lead">
|
||||||
You are very welcome to ask questions and show your interest on IRC at
|
You are very welcome to ask questions and show your interest on our different channels:
|
||||||
<strong>#bornhack</strong> on <strong>6nbtgccn5nbcodn3.onion</strong> or
|
|
||||||
<strong>irc.baconsvin.org</strong>, both using TLS on port 6697.
|
|
||||||
</p>
|
</p>
|
||||||
|
{% include 'includes/contact.html' %}
|
||||||
<p class="lead">
|
<p class="lead">
|
||||||
We also have a Twitter account at
|
Follow and like us to get updates about the camp.
|
||||||
<a href="https://twitter.com/bornhax">@bornhax</a> which you can follow
|
|
||||||
to get updates about the camp.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="lead">
|
<p class="lead">
|
||||||
|
|
18
bornhack/templates/includes/contact.html
Normal file
18
bornhack/templates/includes/contact.html
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
<ul>
|
||||||
|
<li class="lead">
|
||||||
|
<strong>IRC</strong>:
|
||||||
|
#bornhack @ 6nbtgccn5nbcodn3.onion or irc.baconsvin.org <small>(TLS port 6697)</small>
|
||||||
|
</li>
|
||||||
|
<li class="lead">
|
||||||
|
<strong>Email</strong>:
|
||||||
|
<a href="mailto:info@bornhack.dk">info@bornhack.dk</a>
|
||||||
|
</li>
|
||||||
|
<li class="lead">
|
||||||
|
<strong>Twitter</strong>:
|
||||||
|
<a href="https://twitter.com/bornhax" target="_blank">@bornhax</a>
|
||||||
|
</li>
|
||||||
|
<li class="lead">
|
||||||
|
<strong>Twitter</strong>:
|
||||||
|
<a href="https://facebook.com/BornHax" target="_blank">@BornHax</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
Loading…
Reference in a new issue