diff --git a/client/src/assets/icons/freeCodeCampLogo.js b/client/src/assets/icons/freeCodeCampLogo.js index 12b5007686f..bbe02fee3a2 100644 --- a/client/src/assets/icons/freeCodeCampLogo.js +++ b/client/src/assets/icons/freeCodeCampLogo.js @@ -4,17 +4,107 @@ import React from 'react'; function freeCodeCampLogo() { return ( - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ); } diff --git a/client/src/assets/images/square_puck.png b/client/src/assets/images/square_puck.png index 91a260b9378..eae8d12b629 100755 Binary files a/client/src/assets/images/square_puck.png and b/client/src/assets/images/square_puck.png differ diff --git a/client/src/components/landing/index.js b/client/src/components/landing/index.js index 280e95b1ce3..f9728adf360 100644 --- a/client/src/components/landing/index.js +++ b/client/src/components/landing/index.js @@ -39,10 +39,12 @@ export const Landing = ({ edges }) => { Welcome to freeCodeCamp.org -

Learn to code.

-

Build projects.

-

Earn certifications.

-

+

Learn to code.

+

Build projects.

+

+ Earn certifications. +

+

Since 2014, more than 40,000 freeCodeCamp.org graduates have gotten jobs at tech companies including:

diff --git a/client/src/components/layouts/global.css b/client/src/components/layouts/global.css index 1f3608cd29a..37e9f2b29d8 100644 --- a/client/src/components/layouts/global.css +++ b/client/src/components/layouts/global.css @@ -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;