Skip to content

Commit d573b46

Browse files
committed
Move the authors to the intro section
1 parent 9898e06 commit d573b46

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

doc/intro.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ of the language is strongly recommended in order to understand the topics covere
1111
in this guide. If you want to learn the language first, please head over to the
1212
excellent [Guide][1] on the Mozilla Developer Network.
1313

14+
JavaScript Garden also focuses on the 3rd Edition of the EcmaScript
15+
16+
### The authors
17+
18+
This guide is the work of two lovely Stackoverflow users, [Ivo Wetzel][6]
19+
(Writing) and [Zhang Yi Jiang][5] (Design).
20+
1421
### License
1522

1623
JavaScript Garden is published under the [MIT license][2] and hosted on
@@ -21,4 +28,6 @@ request on the repository.
2128
[2]: https://github.com/BonsaiDen/JavaScript-Garden/blob/next/LICENSE
2229
[3]: https://github.com/BonsaiDen/JavaScript-Garden/issues
2330
[4]: https://github.com/BonsaiDen/JavaScript-Garden
31+
[5]: http://stackoverflow.com/users/313758/yi-jiang
32+
[6]: http://stackoverflow.com/users/170224/ivo-wetzel
2433

html/template.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ <h1>{title}</h1>
2424
<footer>
2525
<p>
2626
Copyright &copy; 2011.
27-
Writing <a href="http://stackoverflow.com/users/170224/ivo-wetzel">Ivo Wetzel</a>.
28-
Design &amp; Fixes <a href="http://stackoverflow.com/users/313758/yi-jiang">Zhang Yi Jiang</a>.
2927
</p>
3028
</footer>
3129
</div>

0 commit comments

Comments
 (0)