freeCodeCamp/views/contact.jade

36 lines
2.0 KiB
Plaintext
Raw Normal View History

2013-11-19 19:36:10 +00:00
extends layout
block content
2014-12-17 18:22:59 +00:00
.jumbotron.negative-15
h1.animated.lightSpeedIn.text-center.hug-top We'll code software solutions for your nonprofit, for free!
2014-10-25 01:51:32 +00:00
.animated.fadeIn.delay-2.landing-panel-body
2014-10-25 17:27:09 +00:00
h3 Our students will help you build that donor tracking system, community message board, or whatever your organization needs, 
strong at no cost.
2014-10-25 01:51:32 +00:00
h3 In exchange, we ask only that you:
h4
ul
2014-12-17 18:22:59 +00:00
li &#8226 Meet with them regularly to provide direction and answer questions
li &#8226 Clearly communicate your project's goals: what will this project solve, and for whom?
li &#8226 Understand that they will build your project using JavaScript frameworks (as opposed to older or proprietary tools)
li &#8226 Keep your expectations high. Our students' goal is to produce work that's up to your standards
2014-10-25 17:27:09 +00:00
h3 If you're OK with these terms, great! We'd love to help you! Fill in this form and we'll get right back to you.
2014-10-25 01:51:32 +00:00
form.form-horizontal(role='form', method='POST')
input(type='hidden', name='_csrf', value=_csrf)
.form-group
label(class='col-sm-2 control-label', for='name') Your name
.col-sm-8
input.form-control(type='text', name='name', id='name')
2014-10-25 01:51:32 +00:00
.form-group
label(class='col-sm-2 control-label', for='email') Your email
.col-sm-8
input.form-control(type='text', name='email', id='email')
.form-group
label(class='col-sm-2 control-label', for='message') Briefly describe what problem you need to solve, and for whom.
.col-sm-8
textarea.form-control(type='text', name='message', id='message', rows='7')
.form-group
.col-sm-offset-2.col-sm-8
button.btn.btn-primary(type='submit')
span.ion-paper-airplane
| Submit