Skip to content

Commit 754dfb5

Browse files
committed
modify README
1 parent c4fee12 commit 754dfb5

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
# JavaScript30 - 30 天挑战纯 JS 中文指南
22

33
> _© 版权声明_
4+
45
> 中文指南作者:[缉熙Soyaine](https://github.com/soyaine),学生
5-
> JavaScript30 教程作者:[Wes Bos](https://github.com/wesbos)
6-
> JavaScript30 挑战官网:[JavaScript30](https://javascript30.com)
6+
7+
> JavaScript30 教程作者:[Wes Bos](https://github.com/wesbos)
8+
9+
> JavaScript30 挑战官网:[JavaScript30](https://javascript30.com)
10+
711
> 指南发布平台:[GitHub](https://github.com/soyaine/JavaScript30)[简书](http://www.jianshu.com/notebooks/8509835/latest)[Blog](http://soyaine.cn/code/)
812
913
## 灵感区
1014

1115
[Git 使用的相关教程](https://github.com/OpenMindClub/pythoncamp0/wiki/%5BGithub-Gitbook%5D)
16+
1217
[ GitHub 漫游指南](http://github.phodal.com/)
1318

1419
## 简介
@@ -20,10 +25,11 @@ This is my note when I practice the JavaScript30.
2025
## 如何使用
2126
目前还在更新之中,点击下方目录中的链接即可跳转到练习对应的指南。
2227

23-
如果阅读过程中,发现问题请[在这里提 issue]()。如果喜欢记得 Star 哟~♪(^∇^*)
28+
如果阅读过程中,发现问题请[在这里提 issue](https://github.com/soyaine/JavaScript30/issues)。如果喜欢记得 Star 哟~♪(^∇^*)
29+
30+
~~[在线 GitBook](写完之后会有)~~
2431

25-
[在线 GitBook]()
26-
[GitHub 源码]()
32+
[GitHub 源码](https://github.com/soyaine/JavaScript30)
2733

2834
Wes Bos 提供了一份教程,该如何使用他的资料呢?
2935

@@ -32,19 +38,17 @@ Wes Bos 提供了一份教程,该如何使用他的资料呢?
3238
- [挑战初始文档](https://github.com/wesbos/JavaScript30):这是 Web Bos 这份教程涉及的代码,共有 30 个文件夹,每个文件夹中至少有两个文件。
3339
- **index-START.html**:是提供给我们的初始文档,为了便于我们专注于 JavaScript 的编写,这个文档已经将基础的 HTML 和 CSS 部分写好,我们只需要在这个基础上编写 JavaScript 代码,实现特定的功能即可。
3440
- **index-FINISHED.html**:已经实现了最终效果的文档,可以查看效果和实现思路。
35-
36-
Wes Bos
3741

3842
## Plan
3943

4044
people different way
45+
4146
1. watch material and try to build the thing 先看完
4247
2. puzzle it
4348
3. build at the same time as we are going to the video
4449

4550
figure out what way you learn best
4651

47-
##
4852

4953
## 目录
5054

0 commit comments

Comments
 (0)