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 | |
parent | a001b1e8488b2d08e5e3e546800baa8394fc0758 (diff) | |
download | otakuhub-a9a4930d74ba07771507cc82bc7ef4552be85d39.tar.xz |
nuke a lot of styles, images
Diffstat (limited to 'views')
-rw-r--r-- | views/elements/authnav.html.php | 2 | ||||
-rw-r--r-- | views/elements/empty | 0 | ||||
-rw-r--r-- | views/elements/normalnav.html.php | 2 | ||||
-rw-r--r-- | views/layouts/default.html.php | 6 | ||||
-rw-r--r-- | views/pages/home.html.php | 84 |
5 files changed, 33 insertions, 61 deletions
diff --git a/views/elements/authnav.html.php b/views/elements/authnav.html.php index 9b0af38..012ddde 100644 --- a/views/elements/authnav.html.php +++ b/views/elements/authnav.html.php @@ -12,7 +12,7 @@ <?= $this->form->create(null, array('url' => '/search/index/anime', 'class' => 'search', 'method' => 'get')); ?> <?= $this->form->text('search', array('value' => 'Search...', 'onFocus' => 'clearDefault(this)', 'style' => 'width: 200px')); ?> -<button class="search" type="submit">Go</button> +<input type="submit" value="Go"> <?= $this->form->end(); ?> <div id="friend" style="display:none"> diff --git a/views/elements/empty b/views/elements/empty deleted file mode 100644 index e69de29..0000000 --- a/views/elements/empty +++ /dev/null diff --git a/views/elements/normalnav.html.php b/views/elements/normalnav.html.php index 28eeeff..ae8583e 100644 --- a/views/elements/normalnav.html.php +++ b/views/elements/normalnav.html.php @@ -11,7 +11,7 @@ <?= $this->form->create(null, array('url' => '/search/index/anime', 'class' => 'search', 'method' => 'get')); ?> <?= $this->form->text('search', array('value' => 'Search...', 'onFocus' => 'clearDefault(this)', 'style' => 'width: 200px')); ?> -<button class="search" type="submit">Go</button> +<input type="submit" value="Go"> <?= $this->form->end(); ?> <div id="login" style="display: none;"> diff --git a/views/layouts/default.html.php b/views/layouts/default.html.php index e7a26fa..b53d02a 100644 --- a/views/layouts/default.html.php +++ b/views/layouts/default.html.php @@ -5,9 +5,9 @@ use \lithium\security\Auth; <html> <head> <?= $this->html->charset() ?> - <title>OtakuHub > <?= $this->title() ?></title> - <?= $this->html->style(array('style', 'base', 'grid')) ?> - <?= $this->html->style(array('themes/light', 'themes/green')) ?> + <title>OtakuHub > <?= $this->title() ?></title> + <?= $this->html->style(array('style', 'base')) ?> + <?= $this->html->style(array('themes/light')) ?> <?= $this->html->style(array('prettyPhoto')) ?> <script src="/js/jquery-1.6.1.min.js" type="text/javascript"></script> 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" /> |