Browse Source

Added features like Sync, Lock and Disturb

pull/231/head
saenzramiro 9 years ago committed by GitHub
parent
commit
ef5c477c0c
  1. 21
      index.html

21
index.html

@ -93,6 +93,27 @@
<p>Displays notifications natively if the messaging service supports it.</p>
</div>
</li>
<li>
<div class="img-holder fa fa-refresh"></div>
<div class="text-holder">
<h3>Sync Services</h3>
<p>If you use Rambox in different computers, you can synchronize your configuration.</p>
</div>
</li>
<li>
<div class="img-holder fa fa-lock"></div>
<div class="text-holder">
<h3>Lock</h3>
<p>You can lock Rambox if you will be away for a period of time.</p>
</div>
</li>
<li>
<div class="img-holder fa fa-bell"></div>
<div class="text-holder">
<h3>Don't Disturb</h3>
<p>Disable all sounds and notifications.</p>
</div>
</li>
<li>
<div class="img-holder fa fa-plus-circle"></div>
<div class="text-holder">

Loading…
Cancel
Save