some layout tweaks, anchor for new site creation

This commit is contained in:
Kyle Drake 2014-10-17 16:05:15 -07:00
parent 6448cc2363
commit 24e6f87d24

View file

@ -100,8 +100,6 @@
</div> </div>
<% end %> <% end %>
<div class="int-Logo hp-Logo"> <div class="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>
@ -113,11 +111,11 @@
<h1 class="logo header-Content content"> <h1 class="logo header-Content content">
<span class="hidden">Neocities.org</span> <span class="hidden">Neocities.org</span>
<img src="/img/neocities-Logo.png" alt="Neocities.org" /> <img src="/img/neocities-Logo.png" alt="Neocities.org" />
<a id="new"></a>
</h1> </h1>
</section> </section>
<div class="header-Outro"> <div class="header-Outro">
<div class="row header-Content content"> <div class="row header-Content content">
<div class="col col-50"> <div class="col col-50">
<h2 class="section-header">Make your own web site, and discover new ones.</h2> <h2 class="section-header">Make your own web site, and discover new ones.</h2>
@ -142,49 +140,48 @@
</div> </div>
<div class="col col-50 signup-Area"> <div class="col col-50 signup-Area">
<% if signed_in? %>
<% if signed_in? %> <div class="signup-Form">
<div class="content">
<div class="signup-Form"> <h2 class="gamma txt-Center">Build your Website!</h2>
<div class="content"> </div>
<h2 class="gamma txt-Center">Build your Website!</h2> <p class="txt-Center">
Go to your dashboard to<br> start editing your website!
</p>
<br />
<div class="txt-Center">
<a href="/dashboard" class="btn-Action">Get Started</a>
</div>
</div> </div>
<p class="txt-Center">
Go to your dashboard to<br> start editing your website!
</p>
<br />
<div class="txt-Center">
<a href="/dashboard" class="btn-Action">Get Started</a>
</div>
</div>
<% else %> <% 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">Sign up for free</h2> <h2 class="gamma">Sign up for free</h2>
<hr /> <hr />
<label for="create-Input">Username</label> <label for="create-Input">Username</label>
<input type="text" class="input-Area" id="create-Input" name="username" placeholder="my-site-name" /> <input type="text" class="input-Area" id="create-Input" name="username" placeholder="my-site-name" />
<label for="create-Input" id="domain-name">.neocities.org</label> <label for="create-Input" id="domain-name">.neocities.org</label>
<label for="tags-input">Tags (your interests, site topics)</label> <label for="tags-input">Tags (your interests, site topics)</label>
<input type="text" class="input-Area" id="tags-input" name="tags" placeholder="art, videogames, food, music, programming, gardening, cats" /> <input type="text" class="input-Area" id="tags-input" name="tags" placeholder="art, videogames, food, music, programming, gardening, cats" />
<div class="col col-50" style="padding-left:0;"> <div class="col col-50" style="padding-left:0;">
<label for="password-input">Password</label> <label for="password-input">Password</label>
<input type="text" class="input-Area" id="password-input" name="password" placeholder="password" /> <input type="text" class="input-Area" id="password-input" name="password" placeholder="password" />
</div> </div>
<div class="col col-50"> <div class="col col-50">
<label for="email-input">Email</label> <label for="email-input">Email</label>
<input type="text" class="input-Area" id="email-input" name="email" placeholder="me@example.com" /> <input type="text" class="input-Area" id="email-input" name="email" placeholder="me@example.com" />
</div> </div>
<input type="submit" value="Create My Site" class="btn-Action float-Right" /> <input type="submit" value="Create My Site" class="btn-Action float-Right" />
</fieldset> </fieldset>
</form> </form>
<% end %> <% end %>
</div> <!-- end .col-50 --> </div> <!-- end .col-50 -->