mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
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:
parent
d0b85d8dcf
commit
d297f9ff28
2 changed files with 18 additions and 2 deletions
|
@ -56,8 +56,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-icon {
|
.footer-icon {
|
||||||
display: block;
|
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
top: -70px;
|
top: -70px;
|
||||||
|
|
|
@ -94,7 +94,7 @@
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="logo int-Logo hp-Logo">
|
<div class="logo int-Logo hp-Logo">
|
||||||
<a href="/" title="back to home">
|
<a href="/" title="back to home">
|
||||||
<span class="hidden">NeoCities.org</span>
|
<span class="hidden">NeoCities.org</span>
|
||||||
<img src="assets/img/cat.png" alt="Neocities.org" />
|
<img src="assets/img/cat.png" alt="Neocities.org" />
|
||||||
|
@ -131,6 +131,20 @@
|
||||||
|
|
||||||
<div class="col col-50 signup-Area">
|
<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">
|
<form action="/new" method="get" class="signup-Form">
|
||||||
<fieldset class="content">
|
<fieldset class="content">
|
||||||
<h2 class="gamma">Get Started Now</h2>
|
<h2 class="gamma">Get Started Now</h2>
|
||||||
|
@ -141,6 +155,8 @@
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
<% end %>
|
||||||
|
|
||||||
</div> <!-- end .col-50 -->
|
</div> <!-- end .col-50 -->
|
||||||
|
|
||||||
</div> <!-- end .row -->
|
</div> <!-- end .row -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue