diff options
author | raylu <raylu@mixpanel.com> | 2011-07-03 17:43:43 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-03 17:43:43 -0700 |
commit | a9a4930d74ba07771507cc82bc7ef4552be85d39 (patch) | |
tree | 949c1ca97a935ea0b17aadec0ba6e9f60b85bffc /views/pages | |
parent | a001b1e8488b2d08e5e3e546800baa8394fc0758 (diff) | |
download | otakuhub-a9a4930d74ba07771507cc82bc7ef4552be85d39.tar.xz |
nuke a lot of styles, images
Diffstat (limited to 'views/pages')
-rw-r--r-- | views/pages/home.html.php | 84 |
1 files changed, 28 insertions, 56 deletions
diff --git a/views/pages/home.html.php b/views/pages/home.html.php index 91358e1..7d902b0 100644 --- a/views/pages/home.html.php +++ b/views/pages/home.html.php @@ -1,62 +1,37 @@ <div id="feature"> -<img class="feature-img" src="/img/screenshot.png" alt=""> -<div class="feature-text"> -<h2 id="tagline">The Otaku Social Network</h2> -<h3 id="tagline-mini">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"><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> -<br class="cl" /> -</div> -<br class="cl" /> -</div> + <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="page-content" class="container_12"> - <h2 class="ribbon full">Why You'll ♡ OtakuHUB:</h2> - <div class="triangle-ribbon"></div> +<h2 class="ribbon">Why you'll ♡ OtakuHub~</h2> +<div class="triangle-ribbon"></div> <br class="cl" /> - <div class="grid_4 feature"> - <h3>For Us By Us</h3> - <img src="/img/features/box_address.png" height="48" width="48" alt="design" /> - <p>Built by Otakus for Otakus, we know what you want, and we work tirelessly to give it to you. </p> - </div> - <div class="grid_4 feature"> - <h3>Data Portability</h3> - <img src="/img/features/magic_wand.png" height="48" width="48" alt="design" /> - <p>Move your data between AnimePlanet AnimeDB or MAL or export your list for your own records</p> - </div> - <div class="grid_4 feature"> - <h3>Meet others</h3> - <img src="/img/features/monitor.png" height="48" width="48" alt="design" /> - <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p> - </div> - <div class="grid_4 feature"> - <h3>Options</h3> - <img src="/img/features/preferences.png" height="48" width="48" alt="coding" /> - <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p> - </div> - <div class="grid_4 feature"> - <h3>Security</h3> - <img src="/img//features/lock_closed.png" height="48" width="48" alt="seo" /> - <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p> - </div> - <div class="grid_4 feature"> - <h3>Support</h3> - <img src="/img/features/security.png" height="48" width="48" alt="icon design" /> - <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p> - </div> - <br class="cl" /> - <br /> - <h2 class="ribbon blue">Screenshots</h2> - <div class="triangle-ribbon blue"></div> +<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. +</p> +<h3>Data Portability</h3> +<p> + Move your data between AnimePlanet AnimeDB or MAL or export your list for your own records +</p> +<h3>Meet others</h3> +<p> + Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. +</p> <br class="cl" /> - <!-- "previous page" action --> <a class="prev browse left"></a> <div id="browsable" class="scrollable"> @@ -96,8 +71,5 @@ </div> <!-- "next page" action --> <a class="next browse right"></a> -<br /> - - </div> - <br class="cl" />
\ No newline at end of file +<br class="cl" /> |