fix: update confusing welcome page copy (#17314)

This commit is contained in:
Quincy Larson
2018-05-31 03:42:04 -05:00
committed by mrugesh mohapatra
parent 947eeed329
commit 74eb179c7b
5 changed files with 20 additions and 10 deletions

View File

@ -342,10 +342,15 @@ p.stats {
} }
a { a {
font-weight: bold; font-weight: 500;
font-size : 15px; font-size : 15px;
} }
.update-link {
text-decoration: underline;
font-size: 1.4em;
}
p { p {
font-size: 15px; font-size: 15px;
} }
@ -759,8 +764,12 @@ code {
shape-rendering: crispEdges; shape-rendering: crispEdges;
} }
.gitter-chat-embed { strong {
z-index: 20000 !important; font-weight: 500;
}
.control-label {
font-weight: 400;
} }
//uncomment this to see the dimensions of all elements outlined in red //uncomment this to see the dimensions of all elements outlined in red

View File

@ -1,6 +1,6 @@
[ [
{ {
"content": "Learn", "content": "Curriculum",
"link": "https://learn.freecodecamp.org", "link": "https://learn.freecodecamp.org",
"target": "_blank" "target": "_blank"
}, },

View File

@ -1,6 +1,7 @@
.row.quote-partial .row.quote-partial
.col-xs-12.col-sm-8.col-sm-offset-2 .col-xs-12.col-sm-8.col-sm-offset-2
blockquote.blockquote blockquote.blockquote
span=quote span
q #{quote}
footer footer
cite.blockquote-footer=author cite.blockquote-footer=author

View File

@ -9,7 +9,7 @@ nav.navbar.navbar-default.navbar-static-top.nav-height
.collapse.navbar-collapse .collapse.navbar-collapse
ul.nav.navbar-nav.navbar-right.hamburger-dropdown ul.nav.navbar-nav.navbar-right.hamburger-dropdown
li li
a(href='https://learn.freecodecamp.org' target='_blank' rel='noopener') Learn a(href='https://learn.freecodecamp.org' target='_blank' rel='noopener') Curriculum
li li
a(href='https://forum.freecodecamp.org', target='_blank' rel='noopener') Forum a(href='https://forum.freecodecamp.org', target='_blank' rel='noopener') Forum
if !user if !user

View File

@ -8,8 +8,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(href="https://forum.freecodecamp.org/t/192130" target="_blank" style="font-size: 1.2em;") a(href="https://forum.freecodecamp.org/t/192130" target="_blank" class="update-link")
| Learn about the 10 major freeCodeCamp improvements that are live now. | 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
@ -20,7 +20,7 @@ block content
.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") a.btn.btn-cta.btn-block.btn-lg.btn-primary(href="/challenges/current-challenge")
| Go to my next coding challenge | Go to the coding curriculum
.big-break .big-break
.big-break .big-break
include homePartials/scripts include homePartials/scripts