Some design improve for index login and error page
This commit is contained in:
parent
1385f6659e
commit
28fd51555e
3 changed files with 14 additions and 15 deletions
|
@ -1,6 +1,9 @@
|
|||
extends layout
|
||||
|
||||
block content
|
||||
div(style="background-image: url(/images/bgcuisine.png)")#main-container.bg-contact2
|
||||
div.container-contact2
|
||||
div.wrap-contact2
|
||||
h1= message
|
||||
h2= error.status
|
||||
pre #{error.stack}
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
extends layout
|
||||
|
||||
block content
|
||||
div(style="background-image: url(/images/bgcuisine.png)")#main-container.bg-contact2
|
||||
div.container-contact2
|
||||
div.wrap-contact2
|
||||
h1= title
|
||||
p Welcome to #{title}
|
||||
h2 Welcome to #{title}
|
||||
|
|
|
@ -3,22 +3,15 @@ extends layout
|
|||
block content
|
||||
div.bg-contact2(style="background-image: url(/images/bg-01.jpg);")
|
||||
div.container-contact2
|
||||
form(action="/login" method="POST")
|
||||
div.wrap-contact2
|
||||
span.contact2-form-title Login
|
||||
form(action="/login" method="POST")
|
||||
div.wrap-input2.validate-input(data-validate="Username is required")
|
||||
input.input2(type="text" name="username")
|
||||
span.focus-input2(data-placeholder="Username")
|
||||
div.wrap-input2.validate-input(data-validate="Password invalid")
|
||||
input.input2(type="password" name="password")
|
||||
span.focus-input2(data-placeholder="Mot de passe")
|
||||
div#fct
|
||||
input#commi(type="radio" name="fct")
|
||||
label(for="commi") Commi
|
||||
input#pc(type="radio" name="fct")
|
||||
label(for="pc") PC
|
||||
input#guest(type="radio" name="fct")
|
||||
label(for="guest") Guest
|
||||
div.container-contact2-form-btn
|
||||
div.wrap-contact2-form-btn
|
||||
div.contact2-form-bgbtn
|
||||
|
|
Reference in a new issue