Skip to content
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

[docs] feature/images #431

Merged
merged 4 commits into from
Aug 7, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added new illustrations and adjusted logo
Signed-off-by: jordanliu <jordanxavierliu@gmail.com>
  • Loading branch information
jordanliu committed Aug 6, 2020
commit d752e67bb592d5f566602416fd2046571cae40ae
6 changes: 3 additions & 3 deletions docs/src/pages/index.js
Original file line number Diff line number Diff line change
@@ -9,17 +9,17 @@ import styles from './styles.module.css'
const features = [
{
title: <>Your Editor</>,
imageUrl: 'img/undraw_docusaurus_mountain.svg',
imageUrl: 'img/undraw_editor.svg',
description: <>Playing tutorials in a real-world setting: within your coding editor.</>,
},
{
title: <>Your Code</>,
imageUrl: 'img/undraw_docusaurus_tree.svg',
imageUrl: 'img/undraw_code.svg',
description: <>You own your progress. Save with Git to build your timeline. Deploy to build your portfolio.</>,
},
{
title: <>Free & Open</>,
imageUrl: 'img/undraw_docusaurus_react.svg',
imageUrl: 'img/undraw_open_source.svg',
description: <>CodeRoad is open-source. Build your own tutorials. Contribute to the tooling.</>,
},
]
Binary file modified docs/static/img/favicon.ico
Binary file not shown.
60 changes: 39 additions & 21 deletions docs/static/img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions docs/static/img/undraw_code.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Oops, something went wrong.