|
|
@@ -1,23 +1,34 @@
|
|
|
-<div id="feature">
|
|
|
- <h2>The Otaku Social Network</h2>
|
|
|
- <h3>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</h3>
|
|
|
- <h2>Signup Now!</h2>
|
|
|
- <hr/>
|
|
|
- <form method="post" action="/users/signup">
|
|
|
- <label for="username">Username</label>
|
|
|
- <input type="text" name="username" id="username">
|
|
|
- <label for="password">Password</label>
|
|
|
- <input type="password" id="password" name="password">
|
|
|
- <label for="email">Email</label>
|
|
|
- <input type="text" id="email" name="email">
|
|
|
- <input class="button green" type="submit" value="Signup!">
|
|
|
- </form>
|
|
|
+<div>
|
|
|
+ <div id="recent">
|
|
|
+ <h2>The Otaku Social Network</h2>
|
|
|
+ <h3>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
|
|
|
+ eiusmod tempor incididunt ut labore et dolore magna aliqua.</h3>
|
|
|
+ </div>
|
|
|
+ <div id="signup">
|
|
|
+ <h2>Sign up:</h2>
|
|
|
+ <form method="post" action="/users/signup">
|
|
|
+ <table>
|
|
|
+ <tr>
|
|
|
+ <td><label for="username">Username</label></td>
|
|
|
+ <td><input type="text" name="username" id="username">
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td><label for="password">Password</label></td>
|
|
|
+ <td><input type="password" id="password" name="password"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td><label for="email">Email</label></td>
|
|
|
+ <td><input type="text" id="email" name="email"></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <input class="button green" type="submit" value="Sign up">
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<h2 class="ribbon">Why you'll ♡ OtakuHub~</h2>
|
|
|
<div class="triangle-ribbon"></div>
|
|
|
<br class="cl" />
|
|
|
-
|
|
|
<h3>For Us By Us</h3>
|
|
|
<p>
|
|
|
Built by Otakus for Otakus, we know what you want, and we work tirelessly to give it to you.
|