64 lines
2.3 KiB
HTML
64 lines
2.3 KiB
HTML
{{define "title"}}Chat Rooms{{end}}
|
|
{{define "content"}}
|
|
<div class="block">
|
|
<section class="hero is-light is-bold">
|
|
<div class="hero-body">
|
|
<div class="container">
|
|
<h1 class="title">
|
|
<i class="fa fa-message mr-2"></i>
|
|
Chat Rooms (Beta)
|
|
<span class="tag is-success">NEW!</span>
|
|
</h1>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
|
|
<div class="block p-4">
|
|
<div class="content">
|
|
<p>
|
|
{{PrettyTitle}} has a new chat room! Come and check it out. It features some public rooms, direct
|
|
messages, and optional webcam support too. You may broadcast your video and other users may click
|
|
to watch yours, and you can open one or multiple videos broadcasted by the other chatters.
|
|
</p>
|
|
|
|
<p>
|
|
This chat room is currently ready for <strong>beta</strong> testing. It's a very new app built
|
|
specifically for {{PrettyTitle}} and may still be lacking in some features and may be rough around
|
|
the edges. Give it a try and <a href="/contact"><strong>send feedback</strong></a> if you run into any technical
|
|
issues with the chat room!
|
|
</p>
|
|
|
|
<h3>Chat Room Rules</h3>
|
|
|
|
<p>
|
|
Please observe the following rules for the chat room.
|
|
</p>
|
|
|
|
<ul>
|
|
<li>
|
|
For now, <strong>keep your webcam content non-sexual.</strong> In the future there will be an
|
|
ability to mark your webcam feed as Explicit or there will be a NSFW channel dedicated to that,
|
|
but for now all the webcams are in the same place and users may not want to see you being naughty
|
|
on camera if they click into your video.
|
|
</li>
|
|
<li>
|
|
Be nice and respectful. <a href="/tos">Global website rules</a> apply to the chat room as well!
|
|
</li>
|
|
</ul>
|
|
|
|
<p>
|
|
Click on the button below to join the chat room:
|
|
</p>
|
|
|
|
<p>
|
|
<a href="/chat?intent=join" target="_blank"
|
|
class="button is-large is-link">
|
|
Join the Chat Room Now
|
|
<i class="fa fa-external-link ml-3"></i>
|
|
</a>
|
|
</p>
|
|
</div>
|
|
|
|
</div>
|
|
{{end}} |