diff --git a/client/src/components/Footer/index.js b/client/src/components/Footer/index.js index 7e86def001..17eb2503be 100644 --- a/client/src/components/Footer/index.js +++ b/client/src/components/Footer/index.js @@ -1,4 +1,5 @@ import React from 'react'; +import PropTypes from 'prop-types'; import { Grid, Row, Col } from '@freecodecamp/react-bootstrap'; import Link from '../helpers/Link'; @@ -16,12 +17,6 @@ const ColHeader = ({ children, ...other }) => ( ); ColHeader.propTypes = propTypes; -const linkPropTypes = { - children: PropTypes.any, - external: PropTypes.bool, - to: PropTypes.string.isRequired -}; - function Footer() { return (
- You'll learn to code by completing coding challenges and - building projects. You'll also earn verified certifications - along the way. We also encourage you to join a study group in - your city so you can code in-person with other people. + You'll learn to code by completing coding challenges and building + projects. You'll also earn verified certifications along the way. + We also encourage you to join a study group in your city so you + can code in-person with other people.
Yes. Every aspect of freeCodeCamp is 100% free.
-Yes. Every year, thousands of people who join the freeCodeCamp community get their first software developer job. If you're curious, you can{' '} - + browse our alumni network on LinkedIn here . @@ -73,31 +68,19 @@ const AboutPage = () => {
If you add up all the people who use our learning platform, read our{' '} - + Medium publication , watch our{' '} - - YouTube channel - + YouTube channel , and post on our forum, each month we help millions of people learn about coding and technology.
Yes, we are a 501(c)(3){' '} - donor-supported public charity. You - can{' '} - + donor-supported public charity. You can{' '} + download our IRS Determination Letter here . @@ -129,10 +112,10 @@ const AboutPage = () => {
- No. Please don’t drop out of college just to pursue - freeCodeCamp. You can pursue both concurrently. Even though you - don’t need a 4-year degree to work as a software developer, it - still helps a lot. + No. Please don’t drop out of college just to pursue freeCodeCamp. + You can pursue both concurrently. Even though you don’t need a + 4-year degree to work as a software developer, it still helps a + lot.
@@ -142,81 +125,60 @@ const AboutPage = () => {
As long as your code is publicly viewable somewhere on the - internet, and you have a live demo, you can use whatever tools - you want. + internet, and you have a live demo, you can use whatever tools you + want.
- - Quincy - {' '} - started the freeCodeCamp community in 2014. He is now just one - of thousands of active contributors. + Quincy started the + freeCodeCamp community in 2014. He is now just one of thousands of + active contributors.
- Yes. Many high school, college, and adult ed programs - incorporate freeCodeCamp into their coursework. We're open - source, so no license or special permission from us is - necessary. We're even building special tools for teachers. + Yes. Many high school, college, and adult ed programs incorporate + freeCodeCamp into their coursework. We're open source, so no + license or special permission from us is necessary. We're even + building special tools for teachers.
- Yes. We welcome this. Also, don't be shy about "spoiling" - projects or challenges. The solutions to all of these challenges - are already all over the internet. + Yes. We welcome this. Also, don't be shy about "spoiling" projects + or challenges. The solutions to all of these challenges are + already all over the internet.
Yes. freeCodeCamp is open source (BSD-3 license), and most non-sensitive freeCodeCamp data is publicly available. But you must make it clear that you don't represent freeCodeCamp itself, - and that your project is not officially endorsed by - freeCodeCamp. + and that your project is not officially endorsed by freeCodeCamp.
You can learn on the go by listening to the{' '} - + freeCodeCamp Podcast {' '} or watching{' '} - + freeCodeCamp's YouTube channel - . And if you want a mobile app designed specifically for - learning to code, we recommend Grasshopper. It's free and - designed by a freeCodeCamp contributor and her team. You can - download it on{' '} - - iOS - {' '} + . And if you want a mobile app designed specifically for learning + to code, we recommend Grasshopper. It's free and designed by a + freeCodeCamp contributor and her team. You can download it on{' '} + iOS{' '} or{' '} - + Android . @@ -224,12 +186,9 @@ const AboutPage = () => {
We're a small donor-supported nonprofit. We've hired several - prominent contributors from within the freeCodeCamp community, - but you're much more likely to get a job at{' '} - + prominent contributors from within the freeCodeCamp community, but + you're much more likely to get a job at{' '} + one of the hundreds of companies {' '} where freeCodeCamp alumni work. @@ -266,7 +225,7 @@ const AboutPage = () => { sm={10} smOffset={1} xs={12} - > + >
- + Our YouTube channel | @@ -289,10 +245,7 @@ const AboutPage = () => {- + Our GitHub organization | @@ -302,10 +255,7 @@ const AboutPage = () => {- + Our LinkedIn university page | @@ -315,10 +265,7 @@ const AboutPage = () => {- + Our Medium publication | @@ -328,10 +275,7 @@ const AboutPage = () => {- + Our Twitter feed | @@ -341,10 +285,7 @@ const AboutPage = () => {- + Our Facebook page | @@ -354,9 +295,7 @@ const AboutPage = () => {- - Our privacy policy - + Our privacy policy |
- - Our code of conduct - + Our code of conduct |
- - Our terms of service - + Our terms of service |