diff options
author | isaacs <i@izs.me> | 2013-05-02 09:47:46 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-05-02 09:48:33 -0700 |
commit | 0e21d7b985954f80bdb6842da005fb438e8b9b34 (patch) | |
tree | 967f0cea21a74a91f90fe0e5f59fefdc1d639f0f /doc | |
parent | a32a243d5f954ddbb4e7d1eac0b1e88a403a445d (diff) | |
download | node-0e21d7b985954f80bdb6842da005fb438e8b9b34.tar.gz |
doc: link joyent logo in website footer
Diffstat (limited to 'doc')
-rw-r--r-- | doc/about/index.html | 1 | ||||
-rw-r--r-- | doc/api_assets/style.css | 10 | ||||
-rw-r--r-- | doc/blog.html | 1 | ||||
-rw-r--r-- | doc/changelog-foot.html | 1 | ||||
-rw-r--r-- | doc/community/index.html | 1 | ||||
-rw-r--r-- | doc/download/index.html | 35 | ||||
-rw-r--r-- | doc/index.html | 1 | ||||
-rw-r--r-- | doc/logos/index.html | 1 | ||||
-rw-r--r-- | doc/pipe.css | 10 | ||||
-rw-r--r-- | doc/template.html | 1 |
10 files changed, 61 insertions, 1 deletions
diff --git a/doc/about/index.html b/doc/about/index.html index ef2e4c52f..43422a662 100644 --- a/doc/about/index.html +++ b/doc/about/index.html @@ -111,6 +111,7 @@ console.log('Server running at http://127.0.0.1:1337/');</pre> </div> </div> <div id="footer"> + <a href="http://joyent.com" class="joyent-logo">Joyent</a> <ul class="clearfix"> <li><a href="/">Node.js</a></li> <li><a href="/#download">Download</a></li> diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index de3f07c58..3171b9c8e 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -466,6 +466,16 @@ a.anchor { padding: 0; } +#footer .joyent-logo { + display:block; + position:absolute; + overflow:hidden; + text-indent:-999em; + height:100px; + width:190px; + z-index:999; +} + #footer p { font-size: 11px; line-height: 1em; diff --git a/doc/blog.html b/doc/blog.html index 6a353cee3..4aa9d8de3 100644 --- a/doc/blog.html +++ b/doc/blog.html @@ -208,6 +208,7 @@ </div> <div id="footer"> + <a href="http://joyent.com" class="joyent-logo">Joyent</a> <ul class="clearfix"> <li><a href="http://nodejs.org/">Node.js</a></li> <li><a href="http://nodejs.org/download/">Download</a></li> diff --git a/doc/changelog-foot.html b/doc/changelog-foot.html index aca89c27a..427359c80 100644 --- a/doc/changelog-foot.html +++ b/doc/changelog-foot.html @@ -2,6 +2,7 @@ </div> </div> <div id="footer"> + <a href="http://joyent.com" class="joyent-logo">Joyent</a> <ul class="clearfix"> <li><a href="/">Node.js</a></li> <li><a href="/download/">Download</a></li> diff --git a/doc/community/index.html b/doc/community/index.html index 9fbbb9a28..42a414070 100644 --- a/doc/community/index.html +++ b/doc/community/index.html @@ -218,6 +218,7 @@ </div> <div id="footer"> + <a href="http://joyent.com" class="joyent-logo">Joyent</a> <ul class="clearfix"> <li><a href="/">Node.js</a></li> <li><a href="/download/">Download</a></li> diff --git a/doc/download/index.html b/doc/download/index.html index 3d8f3feac..a4559b620 100644 --- a/doc/download/index.html +++ b/doc/download/index.html @@ -155,5 +155,38 @@ </div> </div> </div> - </body> + + <div id="footer"> + <a href="http://joyent.com" class="joyent-logo">Joyent</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/api/">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 <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/__VERSION__/LICENSE">license</a>.</p> + </div> + + + <script src="sh_main.js"></script> + <script src="sh_javascript.min.js"></script> + <script>highlight(undefined, undefined, 'pre');</script> + + <script> + window._gaq = [['_setAccount', 'UA-10874194-2'], ['_trackPageview']]; + (function(d, t) { + var g = d.createElement(t), + s = d.getElementsByTagName(t)[0]; + g.src = '//www.google-analytics.com/ga.js'; + s.parentNode.insertBefore(g, s); + }(document, 'script')); + </script> + </body> </html> diff --git a/doc/index.html b/doc/index.html index 9368d5f5a..65f200910 100644 --- a/doc/index.html +++ b/doc/index.html @@ -129,6 +129,7 @@ server.listen(1337, '127.0.0.1');</pre> </div> <div id="footer"> + <a href="http://joyent.com" class="joyent-logo">Joyent</a> <ul class="clearfix"> <li><a href="/">Node.js</a></li> <li><a href="/download/">Download</a></li> diff --git a/doc/logos/index.html b/doc/logos/index.html index 92e749cf0..c07d4c7dd 100644 --- a/doc/logos/index.html +++ b/doc/logos/index.html @@ -63,6 +63,7 @@ </div> </div> <div id="footer"> + <a href="http://joyent.com" class="joyent-logo">Joyent</a> <ul class="clearfix"> <li><a href="/">Node.js</a></li> <li><a href="/#download">Download</a></li> diff --git a/doc/pipe.css b/doc/pipe.css index 01b441696..b03d82065 100644 --- a/doc/pipe.css +++ b/doc/pipe.css @@ -495,6 +495,16 @@ h1 a, h2 a, h3 a, h4 a { padding: 0; } +#footer .joyent-logo { + display:block; + position:absolute; + overflow:hidden; + text-indent:-999em; + height:100px; + width:190px; + z-index:999; +} + #footer p { font-size: 11px; line-height: 1em; diff --git a/doc/template.html b/doc/template.html index 65abc9ceb..709c8e823 100644 --- a/doc/template.html +++ b/doc/template.html @@ -53,6 +53,7 @@ </div> </div> <div id="footer"> + <a href="http://joyent.com" class="joyent-logo">Joyent</a> <ul class="clearfix"> <li><a href="/">Node.js</a></li> <li><a href="/download/">Download</a></li> |