home.html.php 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <div id="feature">
  2. <img class="feature-img" src="/img/screenshot.png" alt="">
  3. <div class="feature-text">
  4. <h2 id="tagline">The Otaku Social Network</h2>
  5. <h3 id="tagline-mini">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</h3>
  6. <h2>Signup Now!</h2>
  7. <hr/>
  8. <form method="post" action="/users/signup"><div><label for="Username">Username</label><input type="text" style="width: 200px;" name="username" id="Username"></div><div><label for="Password">Password</label><input type="text" id="Password" name="password" style="width: 200px;"><div><label for="Email">Email</label><input type="text" id="Email" name="email" style="width: 200px;"><input class="button green" type="submit" value="Signup!"></div></form>
  9. <br class="cl" />
  10. </div>
  11. <br class="cl" />
  12. </div>
  13. </div>
  14. <div id="page-content" class="container_12">
  15. <h2 class="ribbon full">Why You'll &#9825; OtakuHUB:</h2>
  16. <div class="triangle-ribbon"></div>
  17. <br class="cl" />
  18. <div class="grid_4 feature">
  19. <h3>For Us By Us</h3>
  20. <img src="/img/features/box_address.png" height="48" width="48" alt="design" />
  21. <p>Built by Otakus for Otakus, we know what you want, and we work tirelessly to give it to you. </p>
  22. </div>
  23. <div class="grid_4 feature">
  24. <h3>Data Portability</h3>
  25. <img src="/img/features/magic_wand.png" height="48" width="48" alt="design" />
  26. <p>Move your data between AnimePlanet AnimeDB or MAL or export your list for your own records</p>
  27. </div>
  28. <div class="grid_4 feature">
  29. <h3>Meet others</h3>
  30. <img src="/img/features/monitor.png" height="48" width="48" alt="design" />
  31. <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
  32. </div>
  33. <div class="grid_4 feature">
  34. <h3>Options</h3>
  35. <img src="/img/features/preferences.png" height="48" width="48" alt="coding" />
  36. <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
  37. </div>
  38. <div class="grid_4 feature">
  39. <h3>Security</h3>
  40. <img src="/img//features/lock_closed.png" height="48" width="48" alt="seo" />
  41. <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
  42. </div>
  43. <div class="grid_4 feature">
  44. <h3>Support</h3>
  45. <img src="/img/features/security.png" height="48" width="48" alt="icon design" />
  46. <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
  47. </div>
  48. <br class="cl" />
  49. <br />
  50. <h2 class="ribbon blue">Screenshots</h2>
  51. <div class="triangle-ribbon blue"></div>
  52. <br class="cl" />
  53. <!-- "previous page" action -->
  54. <a class="prev browse left"></a>
  55. <div id="browsable" class="scrollable">
  56. <!-- root element for the items -->
  57. <div class="items">
  58. <!-- 1-5 -->
  59. <div>
  60. <img src="/img/screenshots/buttons.jpg" height="100" width="100" alt="" />
  61. <img src="/img/screenshots/gallery.jpg" height="100" width="100" alt="" />
  62. <img src="/img/screenshots/calendars.jpg" height="100" width="100" alt="" />
  63. <img src="/img/screenshots/charts.jpg" height="100" width="100" alt="" />
  64. <img src="/img/screenshots/coding.jpg" height="100" width="100" alt="" />
  65. </div>
  66. <!-- 5-10 -->
  67. <div>
  68. <img src="/img/screenshots/docs.jpg" height="100" width="100" alt="" />
  69. <img src="/img/screenshots/forms.jpg" height="100" width="100" alt="" />
  70. <img src="/img/screenshots/gallery.jpg" height="100" width="100" alt="" />
  71. <img src="/img/screenshots/notifications.jpg" height="100" width="100" alt="" />
  72. <img src="/img/screenshots/pagination.jpg" height="100" width="100" alt="" />
  73. </div>
  74. <!-- 10-15 -->
  75. <div>
  76. <img src="/img/screenshots/psd.jpg" height="100" width="100" alt="" />
  77. <img src="/img/screenshots/switches.jpg" height="100" width="100" alt="" />
  78. <img src="/img/screenshots/tabs.jpg" height="100" width="100" alt="" />
  79. <img src="/img/screenshots/themes.jpg" height="100" width="100" alt="" />
  80. <img src="/img/screenshots/tips.jpg" height="100" width="100" alt="" />
  81. </div>
  82. </div>
  83. </div>
  84. <!-- "next page" action -->
  85. <a class="next browse right"></a>
  86. <br />
  87. </div>
  88. <br class="cl" />