Improved Chat page text and added Hangouts link
This commit is contained in:
parent
e1dc5b2e0f
commit
f8729a5453
|
@ -2,15 +2,12 @@
|
|||
{% load feed_views %}
|
||||
|
||||
{% block content %}
|
||||
<h2>Introduction</h2>
|
||||
<h2>Chat to us</h2>
|
||||
|
||||
Pop in and say hi, please be patient users tend to idle, but will likely respond given a chance.
|
||||
<a href="https://hangouts.google.com/group/oDcAL0nDfQYfO3qq1">Join us on Hangouts</a> or connect directly to <a href="https://freenode.net/kb/answer/chat">freenode</a> using irc.freenode.org and the #maidstone-hackspace channel.
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<iframe src="https://webchat.freenode.net?channels=%23maidstone-hackspace&uio=MTE9MjU207" style="width:100%;height:400px;"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
{% endblock content %}
|
||||
|
|
Loading…
Reference in New Issue