Base of project created

This commit is contained in:
Sebastian Seedorf
2016-01-26 18:24:31 +01:00
parent 89a8e5403e
commit 01f4a0cd49
933 changed files with 171161 additions and 0 deletions

19
node_modules/jade-bootstrap/layouts/sign-in.jade generated vendored Normal file
View File

@@ -0,0 +1,19 @@
extends ../_bootstrap
append styles
// Custom styles for this template
link(href='../css/signin.css', rel='stylesheet')
block body
.container
form.form-signin
h2.form-signin-heading Please sign in
label.sr-only(for='inputEmail') Email address
input#inputEmail.form-control(type='email', placeholder='Email address', required='', autofocus='')
label.sr-only(for='inputPassword') Password
input#inputPassword.form-control(type='password', placeholder='Password', required='')
.checkbox
label
input(type='checkbox', value='remember-me')
| Remember me
button.btn.btn-lg.btn-primary.btn-block(type='submit') Sign in