freeCodeCamp/views/home.jade

48 lines
2.2 KiB
Plaintext

script.
$('html, body').addClass('scroll-lock')
extends layout
block content
.jumbotron
.text-center
.animated.pulse
h1.hug-top Code with Us
.delay-1.animated.pulse.slow-animation
h2 Let's learn to code by building projects for nonprofits
.row
.col-xs-12.col-sm-12.col-md-3
h3.delay-3.animated.pulse Learn JavaScript
.negative-10
span.landing-icon.ion-settings.text-primary(title='Learn to code')
.negative-10
p.landing-p Code collaboratively and master Full Stack JavaScript development.
.col-xs-12.col-sm-12.col-md-3
h3.delay-4.animated.pulse Build your Portfolio
.negative-10
span.landing-icon.ion-social-github.text-primary(title='Build a portfolio of apps for nonprofits')
.negative-10
p.landing-p Build apps that solve real problems for real people.
.col-xs-12.col-sm-12.col-md-3
h3.delay-5.animated.pulse Get Connected
.negative-10
span.landing-icon.ion-network.text-primary(title='Get great references and connections to help you get a job')
.negative-10
p.landing-p Join a community of motivated professionals learning to code.
.col-xs-12.col-sm-12.col-md-3
h3.delay-6.animated.pulse Help Nonprofits
.negative-10
span.landing-icon.ion-ios7-people.text-primary(title='Learn to code')
.negative-10
p.landing-p Make the world a better place by empowering nonprofits with code.
a.btn.btn-cta.btn-primary(href="/login") Sign in now to start coding (it's free)
br
br
a.btn.nonprofit-cta.btn-success(href="/nonprofits") I'm with a nonprofit and want help coding something
br
include partials/about-us
br
include partials/faq
br
.text-center
a.btn.btn-cta.btn-primary(href="/login") Sign in now to start coding (it's free)
br