Update chat landing page
This commit is contained in:
parent
e0fdc46eba
commit
e79ce9e746
|
@ -4,12 +4,23 @@
|
||||||
<section class="hero is-light is-bold">
|
<section class="hero is-light is-bold">
|
||||||
<div class="hero-body">
|
<div class="hero-body">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
<div class="level">
|
||||||
|
<div class="level-left">
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
<i class="fa fa-message mr-2"></i>
|
<span class="icon mr-4"><i class="fa fa-image"></i></span>
|
||||||
Chat Rooms (Beta)
|
<span>{{template "title" .}}</span>
|
||||||
<span class="tag is-success">NEW!</span>
|
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="level-right">
|
||||||
|
<div>
|
||||||
|
<a href="/chat?intent=join" class="button">
|
||||||
|
<span>Join the Chat Room</span>
|
||||||
|
<span class="icon"><i class="fa fa-external-link"></i></span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
@ -29,6 +40,22 @@
|
||||||
issues with the chat room!
|
issues with the chat room!
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<div class="notification is-info is-light">
|
||||||
|
<strong>Note:</strong> the chat room has been tested and seems to work best on:
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><i class="fab fa-chrome"></i> All Chromium browsers <small>(including Chrome, Edge, Opera, Brave, etc.)</small></li>
|
||||||
|
<li><i class="fab fa-firefox"></i> Mozilla Firefox</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<i class="fab fa-apple"></i> <strong>Mac OS users:</strong> Safari seems to work now (as of <abbr title="2023-02-08">2/8</abbr>)
|
||||||
|
for the text chat features of the room. However, sound effects and video sharing aren't working
|
||||||
|
yet for Safari. Use Firefox or Chrome (or other Chromium browser of your choice) for better odds
|
||||||
|
of video support.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h3>Chat Room Rules</h3>
|
<h3>Chat Room Rules</h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user