feat: new logo landing (#37482)
This commit is contained in:
committed by
mrugesh
parent
9612c5ba74
commit
da1fe7971e
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 |
@ -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>
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user