home.html.php 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <div id="feature">
  2. <h2>The Otaku Social Network</h2>
  3. <h3>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</h3>
  4. <h2>Signup Now!</h2>
  5. <hr/>
  6. <form method="post" action="/users/signup">
  7. <label for="username">Username</label>
  8. <input type="text" name="username" id="username">
  9. <label for="password">Password</label>
  10. <input type="password" id="password" name="password">
  11. <label for="email">Email</label>
  12. <input type="text" id="email" name="email">
  13. <input class="button green" type="submit" value="Signup!">
  14. </form>
  15. </div>
  16. <h2 class="ribbon">Why you'll &#9825; OtakuHub~</h2>
  17. <div class="triangle-ribbon"></div>
  18. <br class="cl" />
  19. <h3>For Us By Us</h3>
  20. <p>
  21. Built by Otakus for Otakus, we know what you want, and we work tirelessly to give it to you.
  22. </p>
  23. <h3>Data Portability</h3>
  24. <p>
  25. Move your data between AnimePlanet AnimeDB or MAL or export your list for your own records
  26. </p>
  27. <h3>Meet others</h3>
  28. <p>
  29. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  30. </p>
  31. <br class="cl" />
  32. <!-- "previous page" action -->
  33. <a class="prev browse left"></a>
  34. <div id="browsable" class="scrollable">
  35. <!-- root element for the items -->
  36. <div class="items">
  37. <!-- 1-5 -->
  38. <div>
  39. <img src="/img/screenshots/buttons.jpg" height="100" width="100" alt="" />
  40. <img src="/img/screenshots/gallery.jpg" height="100" width="100" alt="" />
  41. <img src="/img/screenshots/calendars.jpg" height="100" width="100" alt="" />
  42. <img src="/img/screenshots/charts.jpg" height="100" width="100" alt="" />
  43. <img src="/img/screenshots/coding.jpg" height="100" width="100" alt="" />
  44. </div>
  45. <!-- 5-10 -->
  46. <div>
  47. <img src="/img/screenshots/docs.jpg" height="100" width="100" alt="" />
  48. <img src="/img/screenshots/forms.jpg" height="100" width="100" alt="" />
  49. <img src="/img/screenshots/gallery.jpg" height="100" width="100" alt="" />
  50. <img src="/img/screenshots/notifications.jpg" height="100" width="100" alt="" />
  51. <img src="/img/screenshots/pagination.jpg" height="100" width="100" alt="" />
  52. </div>
  53. <!-- 10-15 -->
  54. <div>
  55. <img src="/img/screenshots/psd.jpg" height="100" width="100" alt="" />
  56. <img src="/img/screenshots/switches.jpg" height="100" width="100" alt="" />
  57. <img src="/img/screenshots/tabs.jpg" height="100" width="100" alt="" />
  58. <img src="/img/screenshots/themes.jpg" height="100" width="100" alt="" />
  59. <img src="/img/screenshots/tips.jpg" height="100" width="100" alt="" />
  60. </div>
  61. </div>
  62. </div>
  63. <!-- "next page" action -->
  64. <a class="next browse right"></a>
  65. <br class="cl" />