neocities/views/signin.slim
Scott O'Hara 10aab778ef moar updates
fix up layout issues with browse page and add alt text to images so as to take care of the 300+ html errors

updated about.erb to take care of html error

updated About NeoCities footer to say About Us to take care of text overlap issue with sticker.

clean up one error on sign in page.  update length of inputs to a 60% col.

dashboard add alt tag to screen shot.  fix some issues with incorrect indenting in the slim file

settings:
update some font sizes for layout purposes
2013-07-26 22:41:09 -04:00

20 lines
748 B
Text

.page
.content.single-Col.txt-Center
h1 Welcome back!
form method="POST" action="/signin" class="content"
input name="csrf_token" type="hidden" value="#{csrf_token}"
fieldset.col-60 style="margin:0 auto"
input name="username" type="text" placeholder="Your username" class="input-Area" autocapitalize="off" autocorrect="off"
br
input name="password" type="password" class="input-Area" placeholder="Your password"
br
button class="btn-Action" Sign in
hr
p
a href="/new" title="Sign me up!" I don't have an account yet.
p
a href="/password_reset" title="What did I huh?" I forgot my password.