whoarewe.html 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <!DOCTYPE HTML>
  2. <!--
  3. Hyperspace by HTML5 UP
  4. html5up.net | @ajlkn
  5. Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
  6. -->
  7. <html>
  8. <head>
  9. <title>Who are we - AnonymousMessenger</title>
  10. <meta charset="utf-8" />
  11. <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
  12. <link rel="stylesheet" href="assets/css/main.css" />
  13. <noscript>
  14. <link rel="stylesheet" href="assets/css/noscript.css" />
  15. </noscript>
  16. </head>
  17. <body class="is-preload">
  18. <header id="header">
  19. <a href="index.html" class="title">AnonymousMessenger</a>
  20. <nav>
  21. <ul>
  22. <li><a href="index.html">Home</a></li>
  23. <li><a href="whoarewe.html" class="active">Who Are We</a></li>
  24. </ul>
  25. </nav>
  26. </header>
  27. <div id="wrapper">
  28. <section id="main" class="wrapper">
  29. <div class="inner">
  30. <h1 class="major">Who Are We</h1>
  31. <p>This project was funded by Alton James Steele and developed by Sofian Mahmoud
  32. Benissa
  33. to bring anonymous secure and convenient
  34. messaging to you, as we were not satisfied by what was available we decided to
  35. create our own idea of a messaging application and share it with the world, source code
  36. is available and the project is licensed under the GNU General Public License so you can
  37. take full advantage of it and have the freedom to change it among other
  38. freedoms.</p>
  39. </div>
  40. </section>
  41. </div>
  42. <footer id="footer" class="wrapper alt">
  43. <div class="inner">
  44. <ul class="menu">
  45. <li>&copy; AnonymousMessenger.</li>
  46. <li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
  47. </ul>
  48. </div>
  49. </footer>
  50. </body>
  51. </html>