Update text on chat page explaining how to connect
This commit is contained in:
parent
10039e0b0e
commit
c741232356
|
@ -2,12 +2,22 @@
|
|||
{% load feed_views %}
|
||||
|
||||
{% block content %}
|
||||
<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.
|
||||
|
||||
<iframe src="https://webchat.freenode.net?channels=%23maidstone-hackspace&uio=MTE9MjU207" style="width:100%;height:400px;"></iframe>
|
||||
<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. We have two main chat rooms one on hangouts and the other on IRC, there are various method of connecting below.
|
||||
</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>
|
||||
|
||||
<a href="https://hangouts.google.com/group/oDcAL0nDfQYfO3qq1">Alternatively join us on Hangouts</a>
|
||||
|
||||
{% endblock content %}
|
||||
|
|
Loading…
Reference in New Issue