fix: update confusing welcome page copy (#17314)

pull/17328/head
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 {
font-weight: bold;
font-weight: 500;
font-size : 15px;
}
.update-link {
text-decoration: underline;
font-size: 1.4em;
}
p {
font-size: 15px;
}
@ -759,8 +764,12 @@ code {
shape-rendering: crispEdges;
}
.gitter-chat-embed {
z-index: 20000 !important;
strong {
font-weight: 500;
}
.control-label {
font-weight: 400;
}
//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",
"target": "_blank"
},

View File

@ -1,6 +1,7 @@
.row.quote-partial
.col-xs-12.col-sm-8.col-sm-offset-2
blockquote.blockquote
span=quote
span
q #{quote}
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
ul.nav.navbar-nav.navbar-right.hamburger-dropdown
li
a(href='https://learn.freecodecamp.org' target='_blank' rel='noopener') Learn
a(href='https://learn.freecodecamp.org' target='_blank' rel='noopener') Curriculum
li
a(href='https://forum.freecodecamp.org', target='_blank' rel='noopener') Forum
if !user

View File

@ -8,8 +8,8 @@ block content
.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.
a(href="https://forum.freecodecamp.org/t/192130" target="_blank" class="update-link")
| Learn about the 10 major freeCodeCamp improvements that are live now
.big-break
include homePartials/quote
.big-break
@ -20,7 +20,7 @@ block content
.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
| Go to the coding curriculum
.big-break
.big-break
include homePartials/scripts