freeCodeCamp/views/home.jade

46 lines
2.1 KiB
Plaintext
Raw Normal View History

extends layout
block content
.jumbotron
.text-center
2014-10-25 01:51:32 +00:00
.animated.pulse
2014-12-01 03:05:06 +00:00
h1.hug-top Code with Us
2014-10-25 17:27:09 +00:00
.delay-1.animated.pulse.slow-animation
2014-12-01 03:05:06 +00:00
h2 Let's learn to code by building projects for nonprofits
2014-10-25 17:27:09 +00:00
.row
2014-12-01 03:05:06 +00:00
.col-xs-12.col-sm-12.col-md-3
2014-12-01 07:25:02 +00:00
h3.delay-3.animated.pulse Get Connected
2014-10-25 17:27:09 +00:00
.negative-10
2014-12-01 07:25:02 +00:00
span.landing-icon.ion-network.text-primary(title='Get great references and connections to help you get a job')
2014-10-25 17:27:09 +00:00
.negative-10
2014-12-01 07:25:02 +00:00
p.landing-p Join a community of motivated professionals learning to code.
2014-12-01 03:05:06 +00:00
.col-xs-12.col-sm-12.col-md-3
2014-12-01 07:25:02 +00:00
h3.delay-4.animated.pulse Learn JavaScript
2014-10-25 17:27:09 +00:00
.negative-10
2014-12-01 07:25:02 +00:00
span.landing-icon.ion-settings.text-primary(title='Learn to code')
2014-10-25 17:27:09 +00:00
.negative-10
2014-12-01 07:25:02 +00:00
p.landing-p Work together on Full Stack JavaScript coding challenges.
2014-12-01 03:05:06 +00:00
.col-xs-12.col-sm-12.col-md-3
2014-12-01 07:25:02 +00:00
h3.delay-5.animated.pulse Build your Portfolio
2014-10-25 17:27:09 +00:00
.negative-10
2014-12-01 07:25:02 +00:00
span.landing-icon.ion-social-github.text-primary(title='Build a portfolio of apps for nonprofits')
2014-10-25 17:27:09 +00:00
.negative-10
2014-12-01 07:25:02 +00:00
p.landing-p Build apps that solve real problems for real people.
2014-12-01 03:05:06 +00:00
.col-xs-12.col-sm-12.col-md-3
h3.delay-6.animated.pulse Help Nonprofits
.negative-10
2014-12-01 07:25:02 +00:00
span.landing-icon.ion-ios7-people.text-primary(title='Help nonprofits')
2014-12-01 03:05:06 +00:00
.negative-10
2014-12-01 07:25:02 +00:00
p.landing-p Give nonprofits a boost by empowering them with code.
2014-10-25 17:27:09 +00:00
a.btn.btn-cta.btn-primary(href="/login") Sign in now to start coding (it's free)
br
br
2014-10-26 16:32:57 +00:00
a.btn.nonprofit-cta.btn-success(href="/nonprofits") I'm with a nonprofit and want help coding something
2014-12-01 03:05:06 +00:00
br
include partials/about-us
2014-10-18 21:53:32 +00:00
br
2014-11-12 01:52:03 +00:00
include partials/faq
br
.text-center
a.btn.btn-cta.btn-primary(href="/login") Sign in now to start coding (it's free)
br