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
block content
.text-center
.row
h1.landing-heading=title
.big-break
include homePartials/activeUsersView
.big-break
.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 my next coding challenge
.big-break
.big-break
.big-break
include homePartials/scripts
.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="https://forum.freecodecamp.org/t/192130" target="_blank" style="font-size: 1.2em;")
| Learn about the 10 major freeCodeCamp improvements that are live now.
.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 my next coding challenge
.big-break
.big-break
include homePartials/scripts