home.html.php 3.0 KB

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