From b1ff1afb9d36d69b784bc16cf11492b691d8ef99 Mon Sep 17 00:00:00 2001 From: Teng Yang Date: Tue, 9 Feb 2021 12:15:25 +0800 Subject: [PATCH] Ch1 README translated --- .../translations/README.cn.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 1-getting-started-lessons/translations/README.cn.md diff --git a/1-getting-started-lessons/translations/README.cn.md b/1-getting-started-lessons/translations/README.cn.md new file mode 100644 index 00000000..5993e6ef --- /dev/null +++ b/1-getting-started-lessons/translations/README.cn.md @@ -0,0 +1,17 @@ +# Web 开发入门 + +这一部分会介绍一些并非基于项目,但是对成为专业开发人员非常重要概念。 + +### 话题 + +1. [业内编程语言和工具介绍](1-intro-to-programming-languages/README.md) +2. [GitHub 基础](2-github-basics/README.md) +3. [无障碍基础](3-accessibility/README.md) + +### Credits + +Basics of Accessibility was written with ♥️ by [Christopher Harrison](https://twitter.com/geektrainer) + +Introduction to GitHub was written with ♥️ by [Floor Drees](https://twitter.com/floordrees) + +Introduction to Programming Languages and Tools of the Trade was written with ♥️ by [Jasmine Greenaway](https://twitter.com/paladique)