Commit d247cb22 authored by JC Brand's avatar JC Brand

Tweak homepage.

parent 26e7e82f
...@@ -47,9 +47,11 @@ ...@@ -47,9 +47,11 @@
<li class="page-scroll"> <li class="page-scroll">
<a href="#features">Features</a> <a href="#features">Features</a>
</li> </li>
<!--
<li class="page-scroll"> <li class="page-scroll">
<a href="#donate">Donate</a> <a href="#donate">Donate</a>
</li> </li>
-->
<li class="page-scroll"> <li class="page-scroll">
<a href="#contact">Contact</a> <a href="#contact">Contact</a>
</li> </li>
...@@ -95,7 +97,7 @@ ...@@ -95,7 +97,7 @@
<section id="about" class="container content-section text-center"> <section id="about" class="container content-section text-center">
<div class="row"> <div class="row">
<div class="col-lg-8 col-lg-offset-2"> <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>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> <p>
<strong>Converse.js</strong> can connect to any accessible <a href="http://xmpp.org" target="_blank">XMPP/Jabber</a> server, <strong>Converse.js</strong> can connect to any accessible <a href="http://xmpp.org" target="_blank">XMPP/Jabber</a> server,
...@@ -138,7 +140,7 @@ ...@@ -138,7 +140,7 @@
<li>Multi-user chatrooms (<a href="http://xmpp.org/extensions/xep-0045.html" target="_blank">XEP 45</a>)</li> <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>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>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>Contact subscriptions</li>
<li>Accept or decline contact requests</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> <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 @@ ...@@ -146,7 +148,7 @@
<li>Custom status messages</li> <li>Custom status messages</li>
<li>Typing notifications</li> <li>Typing notifications</li>
<li>Third person messages (/me )</li> <li>Third person messages (/me )</li>
<li>Translated into 13 languages</li> <li>Translated into 14 languages</li>
<li>Off-the-record encryption <li>Off-the-record encryption
</ul> </ul>
</div> </div>
...@@ -179,6 +181,7 @@ ...@@ -179,6 +181,7 @@
</div> </div>
</section> </section>
<!--
<section id="donate" class="donate-section content-section text-center"> <section id="donate" class="donate-section content-section text-center">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
...@@ -193,6 +196,7 @@ ...@@ -193,6 +196,7 @@
</div> </div>
</div> </div>
</section> </section>
-->
<section class="outro content-section" id="contact"> <section class="outro content-section" id="contact">
<div class="intro-body"> <div class="intro-body">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment