Tweak homepage.
This commit is contained in:
parent
26e7e82f5b
commit
d247cb2286
10
index.html
10
index.html
@ -47,9 +47,11 @@
|
||||
<li class="page-scroll">
|
||||
<a href="#features">Features</a>
|
||||
</li>
|
||||
<!--
|
||||
<li class="page-scroll">
|
||||
<a href="#donate">Donate</a>
|
||||
</li>
|
||||
-->
|
||||
<li class="page-scroll">
|
||||
<a href="#contact">Contact</a>
|
||||
</li>
|
||||
@ -95,7 +97,7 @@
|
||||
<section id="about" class="container content-section text-center">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<h2><strong>Converse.js</strong> is a free and open source chat client that runs in your browser and can be integrated into any website.</h3>
|
||||
<h2><strong>Converse.js</strong> is a free and open source chat client that runs in your browser. It can be integrated into any website.</h3>
|
||||
<p>Similar to <a href="https://www.facebook.com/sitetour/chat.php" target="_blank">Facebook chat</a> but it also supports multi-user chatrooms.</p>
|
||||
<p>
|
||||
<strong>Converse.js</strong> can connect to any accessible <a href="http://xmpp.org" target="_blank">XMPP/Jabber</a> server,
|
||||
@ -138,7 +140,7 @@
|
||||
<li>Multi-user chatrooms (<a href="http://xmpp.org/extensions/xep-0045.html" target="_blank">XEP 45</a>)</li>
|
||||
<li>vCard support (<a href="http://xmpp.org/extensions/xep-0054.html" target="_blank">XEP 54</a>)</li>
|
||||
<li>Service discovery (<a href="http://xmpp.org/extensions/xep-0030.html" target="_blank">XEP 30</a>)</li>
|
||||
<li>Contact rosters</li>
|
||||
<li>Contact rosters and groups</li>
|
||||
<li>Contact subscriptions</li>
|
||||
<li>Accept or decline contact requests</li>
|
||||
<li>Roster item exchange (<a href="http://xmpp.org/extensions/tmp/xep-0144-1.1.html" target="_blank">XEP 144</a>)</li>
|
||||
@ -146,7 +148,7 @@
|
||||
<li>Custom status messages</li>
|
||||
<li>Typing notifications</li>
|
||||
<li>Third person messages (/me )</li>
|
||||
<li>Translated into 13 languages</li>
|
||||
<li>Translated into 14 languages</li>
|
||||
<li>Off-the-record encryption
|
||||
</ul>
|
||||
</div>
|
||||
@ -179,6 +181,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
<section id="donate" class="donate-section content-section text-center">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
@ -193,6 +196,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
-->
|
||||
|
||||
<section class="outro content-section" id="contact">
|
||||
<div class="intro-body">
|
||||
|
Loading…
Reference in New Issue
Block a user