Update chat landing page

This commit is contained in:
Noah Petherbridge 2023-02-08 21:59:38 -08:00
parent e0fdc46eba
commit e79ce9e746

View File

@ -4,11 +4,22 @@
<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">
<h1 class="title"> <div class="level">
<i class="fa fa-message mr-2"></i> <div class="level-left">
Chat Rooms (Beta) <h1 class="title">
<span class="tag is-success">NEW!</span> <span class="icon mr-4"><i class="fa fa-image"></i></span>
</h1> <span>{{template "title" .}}</span>
</h1>
</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> </div>
</section> </section>
@ -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>