Files
freeCodeCamp/api-server/server/views/userHome.jade

27 lines
797 B
Plaintext

extends layout
block content
.text-center
.row
h1.landing-heading=title
.big-break
include homePartials/activeUsersView
.big-break
.row
.col-xs-12.col-sm-8.col-sm-offset-2
a(href="/n/7gR5pBM-K?refsource=userhome" target="_blank" class="update-link")
| We're building a massive open dataset about new coders. Take the 2018 New Coder Survey. It only takes 5 minutes.
.big-break
include homePartials/quote
.big-break
.big-break
include homePartials/stats
.big-break
.big-break
.row
.col-xs-12.col-sm-8.col-sm-offset-2
a.btn.btn-cta.btn-block.btn-lg.btn-primary(href="/challenges/current-challenge")
| Go to the coding curriculum
.big-break
.big-break
include homePartials/scripts