feat: new logo landing (#37482)

This commit is contained in:
Ahmad Abdolsaheb
2019-10-23 19:52:37 +03:00
committed by mrugesh
parent 9612c5ba74
commit da1fe7971e
4 changed files with 107 additions and 11 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -39,10 +39,12 @@ export const Landing = ({ edges }) => {
Welcome to freeCodeCamp.org
</h1>
<Spacer />
<h2 className='medium-heading'>Learn to code.</h2>
<h2 className='medium-heading'>Build projects.</h2>
<h2 className='medium-heading'>Earn certifications.</h2>
<h2 className='medium-heading'>
<h2 className='medium-heading text-center'>Learn to code.</h2>
<h2 className='medium-heading text-center'>Build projects.</h2>
<h2 className='medium-heading text-center'>
Earn certifications.
</h2>
<h2 className='medium-heading text-center'>
Since 2014, more than 40,000 freeCodeCamp.org graduates have
gotten jobs at tech companies including:
</h2>

View File

@ -71,6 +71,10 @@ p {
font-weight: normal;
}
.medium-heading.text-center {
margin-bottom: 50px;
}
@media (max-width: 500px) {
.big-heading {
font-size: 1.6rem !important;