Browse Source

For 0.4.0

Also added Privacy policy.
pull/231/head
saenzramiro 9 years ago committed by GitHub
parent
commit
7cd9c2ce9d
  1. 27
      index.html

27
index.html

@ -192,6 +192,12 @@
<img src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/mattermost.png" alt="Mattermost" title="Mattermost">
<img src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/voxer.png" alt="Voxer" title="Voxer">
<img src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/yahoomessenger.png" alt="Yahoo! Messenger" title="Yahoo! Messenger">
<img src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/mysms.png" alt="mysms" title="mysms">
<img src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/icq.png" alt="ICQ" title="ICQ">
<img src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/tweetdeck.png" alt="TweetDeck" title="TweetDeck">
<img src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/zinc.png" alt="Zinc" title="Zinc">
<img src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/freenode.png" alt="FreeNode" title="FreeNode">
<img src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/mightytext.png" alt="MightyText" title="MightyText">
<i class="custom text-center fa fa-question-circle" aria-hidden="true"></i>
<div class="customtext text-center">Add more services manually!</div>
<a name="download"></a>
@ -200,6 +206,24 @@
</div>
</div>
</section>
<hr />
<section class="main privacy">
<a name="privacy"></a>
<div class="container">
<div class="content">
<h1 class="text-center">Privacy</h1>
<div class="row">
<div class="col-xs-12 col-md-12">
<h3 class="text-center">
No personal information will be saved
<br>
<small>Sync feature use Auth0 for Single Sign On &amp; Token Based Authentication with the integration with Firebase to store the services that user is using (and the configuration for each service). You are always welcome to check the code! ;)</small>
</h3>
</div>
</div>
</div>
</div>
</section>
<section class="area">
<div class="container">
<div class="content">
@ -307,8 +331,9 @@
<div class="logo"><a href="#"><img src="images/logo.png" alt="Rambox"></a> Rambox</div>
<p>Free and Open Source messaging and emailing app that combines common web applications into one.</p>
</div>
<div class="col-md-7">
<div class="col-md-7" style="text-align:center;">
<a width="150" height="50" href="https://auth0.com/?utm_source=oss&utm_medium=gp&utm_campaign=oss" target="_blank" alt="Single Sign On & Token Based Authentication - Auth0"><img width="150" height="50" alt="JWT Auth for open source projects" src="//cdn.auth0.com/oss/badges/a0-badge-light.png"/></a>
<p>Rambox is not affiliated with any of the messaging apps offered.</p>
</div>
<div class="col-md-2">
<h4>Navigation</h4>

Loading…
Cancel
Save