login.html 799 B

123456789101112131415
  1. <ion-content>
  2. <div class="header"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 300 100" xml:space="preserve" width="100%" class="svg-triangle">
  3. <polygon points="0,99 0,100 300,100 300,75" fill="#FFFFFF" /></svg>
  4. <div class="logo">
  5. <img src="assets/imgs/logo.png" alt="Logo">
  6. </div>
  7. </div>
  8. <div class="content">
  9. <h1>HOSN</h1>
  10. <small><b>Twitter (as you know it) with additional means of PRIVACY control</b> HOSN allows you to whisper privately to your fellows beyond the knowledge of</small>
  11. <small>Twitter or any third party</small>
  12. <button ion-button outline block (click)="login()">Login</button>
  13. <a href="#" (click)="showAbout()">Learn more</a>
  14. </div>
  15. </ion-content>