Browse Source

Update index.html

pull/709/head
Ramiro Saenz 8 years ago committed by GitHub
parent
commit
80b9b6c4cb
  1. 11
      index.html

11
index.html

@ -193,7 +193,7 @@
<section class="main services">
<div class="container">
<div class="content">
<h1 class="text-center">Services #72</h1>
<h1 class="text-center">Services #79</h1>
<div class="row">
<div class="col-xs-12 col-md-12">
<img src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/whatsapp.png" alt="WhatsApp" title="WhatsApp">
@ -267,6 +267,13 @@
<img src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/pushbullet.png" alt="Pushbullet" title="Pushbullet">
<img src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/movim.png" alt="Movim" title="Movim">
<img src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/kaiwa.png" alt="Kaiwa" title="Kaiwa">
<img src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/zyptonite.png" alt="Zyptonite" title="Zyptonite">
<img src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/linkedin.png" alt="LinkedIn" title="LinkedIn">
<img src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/lounge.png" alt="The Lounge" title="The Lounge">
<img src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/kezmo.png" alt="Kezmo" title="Kezmo">
<img src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/teams.png" alt="Teams" title="Teams">
<img src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/xing.png" alt="Xing" title="Xing">
<img src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/workplace.png" alt="Workplace" title="Workplace">
<i class="custom text-center fa fa-question-circle" aria-hidden="true"></i>
<div class="customtext text-center">Add more services manually!</div>
</div>
@ -285,7 +292,7 @@
<h3 class="text-center">
No personal information will be saved
<br>
<small>Sessions will persist using the <a href="http://electron.atom.io/docs/api/web-view-tag/#partition" target="_blank">partition:persist</a> attribute for Webviews. So every time you open Rambox, your sessions will keep alive until you remove the service.<br>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 like Name, Align, Icon, etc).<br><br>You are always welcome to check the code! ;)</small>
<small>Sessions will persist using the <a href="http://electron.atom.io/docs/api/web-view-tag/#partition" target="_blank">partition:persist</a> attribute for Webviews. So every time you open Rambox, your sessions will keep alive until you remove the service.<br>Sync feature use Auth0 for Single Sign On &amp; Token Based Authentication and to store the services that user is using (and the configuration for each service like Name, Align, Icon, etc).<br><br>You are always welcome to check the code! ;)</small>
</h3>
</div>
</div>

Loading…
Cancel
Save