Update text on chat page explaining how to connect

This commit is contained in:
Oly 2017-08-23 13:17:54 +01:00
parent 10039e0b0e
commit c741232356
1 changed files with 16 additions and 6 deletions

View File

@ -2,12 +2,22 @@
{% load feed_views %} {% load feed_views %}
{% block content %} {% block content %}
<h2>Chat to us</h2> <h2>Chat with us</h2>
<p>
Pop in and say hi, please be patient users tend to idle, but will likely respond given a chance. Pop in and say hi, please be patient users tend to idle, but will likely respond given a chance. We have two main chat rooms one on hangouts and the other on IRC, there are various method of connecting below.
<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. </p>
<p>
You can use the chat below or join directly using an IRC client or matrix.
</p>
<p>
<a href="https://riot.im/app/#/room/#maidstone-hackspace:matrix.org">Join irc via matrix</a> or grab one of the <a href="https://matrix.org/docs/projects/try-matrix-now.html">mobile apps.</a><br />
<a href="https://freenode.net/kb/answer/chat">Join via freenode website</a>
</p>
<p>
Connect directly using irc.freenode.org and the #maidstone-hackspace channel via an irc client.
</p>
<iframe src="https://webchat.freenode.net?channels=%23maidstone-hackspace&uio=MTE9MjU207" style="width:100%;height:400px;"></iframe> <iframe src="https://webchat.freenode.net?channels=%23maidstone-hackspace&uio=MTE9MjU207" style="width:100%;height:400px;"></iframe>
<a href="https://hangouts.google.com/group/oDcAL0nDfQYfO3qq1">Alternatively join us on Hangouts</a>
{% endblock content %} {% endblock content %}