1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2026-03-29 02:43:00 +00:00

- packages updated

- porting to bootstrap 4
This commit is contained in:
amodolo
2018-07-19 08:30:52 +02:00
parent 08c2240169
commit 6afbd99bf6
129 changed files with 9844 additions and 10423 deletions

View File

@@ -3,23 +3,24 @@ extends layout
block content
.page-header
h3 Contact Form
hr
form.form-horizontal(method='POST')
input(type='hidden', name='_csrf', value=_csrf)
.form-group
label(class='col-sm-2 control-label', for='name') Name
.form-group.row.justify-content-md-center
label.col-sm-2.col-form-label.text-right.font-weight-bold(for='name') Name
.col-sm-8
input.form-control(type='text', name='name', id='name', autofocus=true)
.form-group
label(class='col-sm-2 control-label', for='email') Email
.form-group.row.justify-content-md-center
label.col-sm-2.col-form-label.text-right.font-weight-bold(for='email') Email
.col-sm-8
input.form-control(type='text', name='email', id='email')
.form-group
label(class='col-sm-2 control-label', for='message') Body
.form-group.row.justify-content-md-center
label.col-sm-2.col-form-label.text-right.font-weight-bold(for='message') Body
.col-sm-8
textarea.form-control(name='message', id='message', rows='7')
.form-group
.col-sm-offset-2.col-sm-8
.form-group.row.justify-content-md-center
.offset-sm-2.col-sm-8
button.btn.btn-primary(type='submit')
i.fa.fa-envelope
| Send