import React from 'react'; import { Grid, Row, Col, Image } from '@freecodecamp/react-bootstrap'; import FontAwesomeIcon from '@fortawesome/react-fontawesome'; import { faHtml5, faCss3Alt, faJs, faGithub, faNodeJs, faReact } from '@fortawesome/free-brands-svg-icons'; import { faDatabase } from '@fortawesome/free-solid-svg-icons'; import { Spacer } from '../components/helpers'; import Layout from '../components/Layout'; import Login from '../components/Header/components/Login'; import './index.css'; const BigCallToAction = () => ( Start coding (it's free) ); const IndexPage = () => (

Learn to code for free.

{

Join a supportive community of millions of coders.

Help nonprofits with bro bono code projects

Build projects and earn free certifications.

{

Get experience by coding for nonprofits.

As featured in:


Launch your developer career

Meta's testimonial image

Through freeCodeCamp, I built a robust and highly functional web app for a nonprofit. This led me to getting a fantastic job.

- Meta Hirschl

Brian's testimonial image

freeCodeCamp is a great way for disabled veterans like me to retrain. I'm already receiving software engineering job offers.

- Brian Grant

Maxim Orlov's testimonial image

I joined freeCodeCamp with zero knowledge of web development. 6 months later, I landed my first job as a back end engineer.

- Maxim Orlov


Learn powerful skills

HTML5

CSS3

JavaScript

Databases

Git & GitHub

Node.js

React.js

The D3.js Logo

D3.js


); export default IndexPage;