about.html 835 B

123456789101112131415
  1. <ion-header>
  2. <ion-navbar>
  3. <ion-title>About HybridOSN</ion-title>
  4. </ion-navbar>
  5. </ion-header>
  6. <ion-content padding>
  7. <p>HOSN is an open source app that allows you to use Twitter with additional means of
  8. PRIVACY control. Besides using Twitter normally, HOSN provides you with the ability to
  9. tweet privately and like tweets anonymously. Your private actions are encrypted and
  10. securely stored in a private network, which is accessible only to your followers away from the commercial service providers.</p>
  11. <div class="about-image">
  12. <img src="assets/imgs/about.PNG" alt="About">
  13. </div>
  14. <p>Hybrid OSN was developed by Carsten Porth under the supervision of Aidmar Wainakh and Jörg Daubert as part of a master thesis at TU Darmstadt. It is a prototype which was created as proof of concept.</p>
  15. </ion-content>