Skip to content

Commit 31f2023

Browse files
committed
Hope this works!
1 parent 9ee9197 commit 31f2023

File tree

12 files changed

+1765
-1195
lines changed

12 files changed

+1765
-1195
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
/html
1+
/site
2+
/doc
23
/build

css/garden.css

Lines changed: 0 additions & 331 deletions
This file was deleted.

de/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html><html lang="en"><head><title>JavaScript Garden</title><meta charset="utf-8"><meta name="description" content="Ein Guide über JavaScript's Ecken und Kanten."><link rel="stylesheet" href="../style/garden.css" media="all"><link rel="stylesheet" href="../style/print.css" media="print"><!--[if lt IE 9]>
2+
<script src="/javascript/html5.js"></script>
3+
<![endif]-->
4+
</head><body><!-- Navigation--><nav id="nav_main"><div><ul><li><a href="/JavaScript-Garden/" title="JavaScript Garden in English">en</a></li></ul></div><ul><li class="nav_intro"><h1><a href="#intro">Einführung</a></h1><ul><li><a href="#intro.authors">The Authors</a></li><li><a href="#intro.contributors">Contributors</a></li><li><a href="#intro.license">License</a></li></ul></li></ul></nav><!-- Mobile navigation--><nav id="nav_mobile"><a id="nav_prev_section" href="#">prev section<span class="nav_section_name">section name</span></a><a id="nav_next_section" href="#">next section<span class="nav_section_name">section name</span></a></nav><!-- Sections--><section id="intro"><!-- Introduction--><header id="intro.intro"><h1>Einführung</h1><div><p>Demnächst.</p></div></header><!-- Articles--><article id="intro.authors"><h2>The Authors</h2><div><p>This guide is the work of two lovely Stack Overflow users, <a href="http://stackoverflow.com/users/170224/ivo-wetzel">Ivo Wetzel</a>
5+
(Writing) and <a href="http://stackoverflow.com/users/313758/yi-jiang">Zhang Yi Jiang</a> (Design).</p></div></article><article id="intro.contributors"><h2>Contributors</h2><div><ul>
6+
<li><a href="https://github.com/caio">Caio Romão</a> (Spelling corrections)</li>
7+
<li><a href="https://github.com/blixt">Andreas Blixt</a> (Language corrections)</li>
8+
</ul></div></article><article id="intro.license"><h2>License</h2><div><p>JavaScript Garden is published under the <a href="https://github.com/BonsaiDen/JavaScript-Garden/blob/next/LICENSE">MIT license</a> and hosted on
9+
<a href="https://github.com/BonsaiDen/JavaScript-Garden">GitHub</a>. If you find errors or typos please <a href="https://github.com/BonsaiDen/JavaScript-Garden/issues">file an issue</a> or a pull
10+
request on the repository. You can also find us in the <a href="http://chat.stackoverflow.com/rooms/17/javascript">JavaScript room</a> on
11+
Stack Overflow chat. </p></div></article></section><!-- Footer--><footer><p>Copyright &copy; 2011. Built with
12+
<a href="http://nodejs.org/">Node.js
13+
14+
</a>using a
15+
<a href="https://github.com/visionmedia/jade/">jade
16+
17+
</a>template.
18+
</p></footer><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script><script src="javascript/prettify.js"></script><script src="javascript/plugin.js"></script><script src="javascript/garden.js"></script></body></html>

image/sidebar-icon.png

2.95 KB
Loading

0 commit comments

Comments
 (0)