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

27 lines
797 B
Plaintext
Raw Normal View History

2018-05-15 06:12:05 +01:00
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
2018-08-03 14:41:02 +01:00
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
2018-08-03 14:41:02 +01:00
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