Skip to content

Docs development #446

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 16, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update main page summary
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
  • Loading branch information
ShMcK committed Aug 16, 2020
commit 6cbf7ebb658c3b9883a000b778e776fad9c75dbe
12 changes: 6 additions & 6 deletions docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ import styles from './styles.module.css'

const features = [
{
title: <>Your Editor</>,
title: <>Real Coding</>,
imageUrl: 'img/undraw_editor.svg',
description: <>Playing tutorials in a real-world setting: within your coding editor.</>,
description: <>The first tutorial platform to run in a real coding environment: VSCode. </>,
},
{
title: <>Your Code</>,
title: <>Real Progress</>,
imageUrl: 'img/undraw_code.svg',
description: <>You own your progress. Save with Git to build your timeline. Deploy to build your portfolio.</>,
description: <>CodeRoad is built on Git. Push your progress to GitHub, share with peers or potential employers.</>,
},
{
title: <>Free & Open</>,
title: <>Create</>,
imageUrl: 'img/undraw_open_source.svg',
description: <>CodeRoad is open-source. Build your own tutorials. Contribute to the tooling.</>,
description: <>CodeRoad is built for creators. Contribute to the open source platform or build tutorials.</>,
},
]

Expand Down