Improved Chat page text and added Hangouts link

This commit is contained in:
Sam Collins 2017-02-15 18:06:27 +00:00
parent e1dc5b2e0f
commit f8729a5453
No known key found for this signature in database
GPG Key ID: 233C5943C800FE30
1 changed files with 3 additions and 6 deletions

View File

@ -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 %}