Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Fitzsimmons <matt@joyent.com>2012-01-22 08:02:16 +0400
committerisaacs <i@izs.me>2012-01-24 01:11:32 +0400
commit831c8199f66fee18c68fcc56c96767cca5591e61 (patch)
treebffb35fbd2d19a6148c9e0e2715bc99a63800405 /doc/index.html
parent6c0c00a2052ec613503a0322dcbabb6fcf41dab0 (diff)
Nodejs.org design refresh.
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html18
1 files changed, 16 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html
index 3769002f911..7b4bc68748a 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -31,6 +31,7 @@
<a href="#download" class="button" id="downloadbutton">Download</a>
<a href="http://nodejs.org/docs/latest/api/index.html" class="button" id="docsbutton">Docs</a>
+ <p class="version">v0.6.6</p>
</div>
<div id="quotes" class="clearfix">
<h2>Node.js in the Industry</h2>
@@ -197,10 +198,23 @@ server.listen(1337, "127.0.0.1");</pre>
</div>
<div id="footer">
- <p>Copyright <a href="http://joyent.com">Joyent, Inc</a>, Node.js
- is a <a href="trademark-policy.pdf">trademark of Joyent, Inc</a>.
+ <ul class="clearfix">
+ <li><a href="/">Node.js</a></li>
+ <li><a href="/#download">Download</a></li>
+ <li><a href="/about/">About</a></li>
+ <li><a href="http://search.npmjs.org/">npm Registry</a></li>
+ <li><a href="http://nodejs.org/docs/latest/api/index.html">Docs</a></li>
+ <li><a href="http://blog.nodejs.org">Blog</a></li>
+ <li><a href="/community/">Community</a></li>
+ <li><a href="/logos/">Logos</a></li>
+ <li><a href="http://jobs.nodejs.org/">Jobs</a></li>
+ <li><a hrfe="http://twitter.com/nodejs" class="twitter">@nodejs</a></li>
+ </ul>
+
+ <p>Copyright 2010 <a href="http://joyent.com">Joyent, Inc</a>, Node.js is a <a href="trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/v0.6.8/LICENSE">license</a>.</p>
</div>
+
<script src="sh_main.js"></script>
<script src="sh_javascript.min.js"></script>
<script>highlight(undefined, undefined, 'pre');</script>