summaryrefslogtreecommitdiff
path: root/doc/about
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-12-12 14:19:14 -0800
committerRyan Dahl <ry@tinyclouds.org>2011-12-12 14:28:49 -0800
commit93188918ea7e64e0572f0aeae12b277208b514f8 (patch)
treecf3a17eabd4f088f3c7ed4077933b9aa9cdbc691 /doc/about
parent8295c806181654fc6bbc8845c727b7378a196304 (diff)
downloadnode-93188918ea7e64e0572f0aeae12b277208b514f8.tar.gz
Website js/css tweaks
Remove jquery Use HTML5 doctype Simpler clearfix implementation Close download dialog with <Esc> key
Diffstat (limited to 'doc/about')
-rw-r--r--doc/about/index.html29
1 files changed, 15 insertions, 14 deletions
diff --git a/doc/about/index.html b/doc/about/index.html
index 3282755d0..68759de08 100644
--- a/doc/about/index.html
+++ b/doc/about/index.html
@@ -1,5 +1,5 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!doctype html>
+<html>
<head>
<style type="text/css">
ul {
@@ -7,23 +7,20 @@
margin: 0;
}
</style>
- <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js?ver=3.1.3'></script>
- <script type="text/javascript" src="../sh_main.js"></script>
- <script type="text/javascript" src="../sh_javascript.min.js"></script>
- <link type="image/x-icon" rel="icon" href="../favicon.ico" />
- <link type="image/x-icon" rel="shortcut icon" href="../favicon.ico" />
- <link type="text/css" rel="stylesheet" href="../pipe.css" />
- <link type="text/css" rel="stylesheet" href="../sh_vim-dark.css" />
+ <link type="image/x-icon" rel="icon" href="../favicon.ico">
+ <link type="image/x-icon" rel="shortcut icon" href="../favicon.ico">
+ <link type="text/css" rel="stylesheet" href="../pipe.css">
+ <link type="text/css" rel="stylesheet" href="../sh_vim-dark.css">
<link rel="alternate"
type="application/rss+xml"
title="node blog"
- href="http://feeds.feedburner.com/nodejs/123123123"/>
- <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+ href="http://feeds.feedburner.com/nodejs/123123123">
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>node.js</title>
</head>
<body>
<div id="intro">
- <img id="logo" src="../logo.png" alt="node.js"/>
+ <img id="logo" src="../logo.png" alt="node.js">
</div>
<div id="content" class="clearfix">
<div id="column1" class="interior">
@@ -110,6 +107,10 @@ console.log('Server running at http://127.0.0.1:1337/');</pre>
is a <a href="trademark-policy.pdf">trademark of Joyent, Inc</a>.
</div>
+ <script type="text/javascript" src="../sh_main.js"></script>
+ <script type="text/javascript" src="../sh_javascript.min.js"></script>
+ <script type="text/javascript">highlight(undefined, undefined, 'pre');</script>
+
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ?
"https://ssl." : "http://www.");
@@ -119,7 +120,7 @@ console.log('Server running at http://127.0.0.1:1337/');</pre>
try {
var pageTracker = _gat._getTracker("UA-10874194-2");
pageTracker._trackPageview();
- } catch(err) {}</script>
- <script type="text/javascript">highlight(undefined, undefined, 'pre');</script>
+ } catch(err) {}
+ </script>
</body>
</html>