cleanup and logged in version of sign up form area

clean up sass file.

Make logged in version of the sign up form on the home page, that just redirects people back to the dashboard.

This could use some extra design.  Maybe Victoria has some ideas?
This commit is contained in:
Scott O'Hara 2013-07-16 21:05:45 -04:00
parent d0b85d8dcf
commit d297f9ff28
2 changed files with 18 additions and 2 deletions

View file

@ -56,8 +56,8 @@
}
.footer-icon {
display: block;
background-repeat: no-repeat;
display: block;
position: absolute;
right: 0px;
top: -70px;

View file

@ -94,7 +94,7 @@
</nav>
<div class="logo int-Logo hp-Logo">
<div class="logo int-Logo hp-Logo">
<a href="/" title="back to home">
<span class="hidden">NeoCities.org</span>
<img src="assets/img/cat.png" alt="Neocities.org" />
@ -131,6 +131,20 @@
<div class="col col-50 signup-Area">
<% if !signed_in? %>
<div class="signup-Form">
<div class="content">
<h2 class="gamma">Build your Website!</h2>
</div>
<p>
Go to your dashboard to start editing your website!
</p>
<br />
<a href="/dashboard" class="btn-Action float-Right">Get Started</a>
</div>
<% else %>
<form action="/new" method="get" class="signup-Form">
<fieldset class="content">
<h2 class="gamma">Get Started Now</h2>
@ -141,6 +155,8 @@
</fieldset>
</form>
<% end %>
</div> <!-- end .col-50 -->
</div> <!-- end .row -->