feat: add link to the launch announcement (#17260)

* feat: add link to the launch announcement

* fix: make the font larger
This commit is contained in:
mrugesh mohapatra
2018-05-30 15:16:06 +05:30
committed by Quincy Larson
parent 7bde8f266e
commit 96cbfdb567

View File

@ -1,22 +1,26 @@
extends layout extends layout
block content block content
.text-center .text-center
.row .row
h1.landing-heading=title h1.landing-heading=title
.big-break .big-break
include homePartials/activeUsersView include homePartials/activeUsersView
.big-break .big-break
.big-break .row
include homePartials/quote .col-xs-12.col-sm-8.col-sm-offset-2
.big-break a(href="https://forum.freecodecamp.org/t/192130" target="_blank" style="font-size: 1.2em;")
.big-break | Learn about the 10 major freeCodeCamp improvements that are live now.
include homePartials/stats .big-break
.big-break include homePartials/quote
.big-break .big-break
.row .big-break
.col-xs-12.col-sm-8.col-sm-offset-2 include homePartials/stats
a.btn.btn-cta.btn-block.btn-lg.btn-primary(href="/challenges/current-challenge") Go to my next coding challenge .big-break
.big-break .big-break
.big-break .row
.big-break .col-xs-12.col-sm-8.col-sm-offset-2
include homePartials/scripts a.btn.btn-cta.btn-block.btn-lg.btn-primary(href="/challenges/current-challenge")
| Go to my next coding challenge
.big-break
.big-break
include homePartials/scripts