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

@ -6,6 +6,10 @@ block content
.big-break .big-break
include homePartials/activeUsersView include homePartials/activeUsersView
.big-break .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 .big-break
include homePartials/quote include homePartials/quote
.big-break .big-break
@ -15,8 +19,8 @@ block content
.big-break .big-break
.row .row
.col-xs-12.col-sm-8.col-sm-offset-2 .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 a.btn.btn-cta.btn-block.btn-lg.btn-primary(href="/challenges/current-challenge")
.big-break | Go to my next coding challenge
.big-break .big-break
.big-break .big-break
include homePartials/scripts include homePartials/scripts