From b1555b288fa2917fec044599db64524be1665cc9 Mon Sep 17 00:00:00 2001 From: CLDXiang <417198670@qq.com> Date: Sat, 27 Mar 2021 18:28:17 +0800 Subject: [PATCH] translate Ch. 1 README to zh-cn --- .../translations/README.zh-cn.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 1-getting-started-lessons/translations/README.zh-cn.md diff --git a/1-getting-started-lessons/translations/README.zh-cn.md b/1-getting-started-lessons/translations/README.zh-cn.md new file mode 100644 index 00000000..8cd5cbe4 --- /dev/null +++ b/1-getting-started-lessons/translations/README.zh-cn.md @@ -0,0 +1,17 @@ +# 开始 Web 开发 + +在课程的这一部分,我们会通过不编写代码的方式介绍一些概念,这些概念对于成为一位专业的开发者非常重要。 + +### 主题 + +1. [编程语言概述与工具介绍](../1-intro-to-programming-languages/translations/README.zh-cn.md) +2. [GitHub 基础知识](../2-github-basics/translations/README.zh-cn.md) +3. [无障碍性基础知识](../3-accessibility/translations/README.zh-cn.md) + +### 参考 + +无障碍性基础知识由 [Christopher Harrison](https://twitter.com/geektrainer) 用 ♥️ 编写 + +GitHub 基础知识由 [Floor Drees](https://twitter.com/floordrees) 用 ♥️ 编写 + +编程语言概述与工具介绍由 [Jasmine Greenaway](https://twitter.com/paladique) 用 ♥️ 编写