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:
committed by
Quincy Larson
parent
7bde8f266e
commit
96cbfdb567
@ -6,6 +6,10 @@ block content
|
||||
.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
|
||||
@ -15,8 +19,8 @@ block content
|
||||
.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
|
||||
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
|
Reference in New Issue
Block a user