summaryrefslogtreecommitdiffstats
path: root/download
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2015-08-14 00:04:32 -0700
committerDavid Tolnay <dtolnay@gmail.com>2015-08-14 00:12:03 -0700
commit7ebc605f7c7e482bf47e25b8696e834ff693d068 (patch)
treecfec023d89d9a41d8d6fd31cfc9c9e3cb4521d4b /download
parentfd6311b23992a4dd0a57bb4e6dfa77b85862cd59 (diff)
Pick up minor changes
Diffstat (limited to 'download')
-rw-r--r--download/index.html106
1 files changed, 53 insertions, 53 deletions
diff --git a/download/index.html b/download/index.html
index e772e4e8..e18c3e50 100644
--- a/download/index.html
+++ b/download/index.html
@@ -1,60 +1,56 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <meta charset="utf-8">
- <title>Download jq</title>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <link rel="stylesheet" href="/jq/bootstrap/css/bootstrap.css" type="text/css">
- <link rel="stylesheet" href="/jq/css/base.css" type="text/css">
- <!--[if lt IE 9]>
- <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
- <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
- <![endif]-->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
- <script src="/jq/bootstrap/js/bootstrap.js"></script>
- <script src="/jq/js/bootstrap3-typeahead.js"></script>
-</head>
+ <meta charset="utf-8">
+ <title>Download jq</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+ <link rel="stylesheet" href="/jq/bootstrap/css/bootstrap.css" type="text/css">
+ <link rel="stylesheet" href="/jq/css/base.css" type="text/css">
+ <!--[if lt IE 9]>
+ <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+ <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+ <![endif]-->
+ </head>
<body id="download">
-
-<div class="navbar navbar-default navbar-fixed-top">
- <div class="container">
- <div class="navbar-header">
- <button aria-expanded="false" type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#nav-collapse">
- <span class="sr-only">Toggle navigation</span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- </button>
- <a class="navbar-brand" href="/jq/">jq</a>
+ <div class="navbar navbar-default navbar-fixed-top" role="navigation">
+ <div class="container">
+ <div class="navbar-header">
+ <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#nav-collapse">
+ <span class="sr-only">Toggle navigation</span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ </button>
+ <a class="navbar-brand" href="/jq/">jq</a>
+ </div>
+
+ <div class="navbar-collapse collapse" id="nav-collapse">
+ <ul class="nav navbar-nav">
+
+ <li >
+ <a href="/jq/tutorial/">Tutorial</a>
+ </li>
+
+ <li class="active" >
+ <a href="/jq/download/">Download</a>
+ </li>
+
+ <li >
+ <a href="/jq/manual/">Manual</a>
+ </li>
+
+ <li><a href="https://github.com/stedolan/jq/issues">Issues</a></li>
+ <li><a href="https://github.com/stedolan/jq">Source</a></li>
+ <li><a href="http://jqplay.org">Try online!</a></li>
+ <li><a href="https://raw.githubusercontent.com/stedolan/jq/master/NEWS">News</a></li>
+ </ul>
+ </div>
+ </div>
</div>
- <div style="height: 1px;" aria-expanded="false" class="navbar-collapse collapse" id="nav-collapse">
- <ul class="nav navbar-nav">
-
- <li >
- <a href="/jq/tutorial/">Tutorial</a>
- </li>
-
- <li class="active" >
- <a href="/jq/download/">Download</a>
- </li>
-
- <li >
- <a href="/jq/manual/">Manual</a>
- </li>
-
- <li><a href="https://github.com/stedolan/jq/issues">Issues</a></li>
- <li><a href="https://github.com/stedolan/jq">Source</a></li>
- <li><a href="http://jqplay.org">Try online!</a></li>
- <li><a href="https://raw.githubusercontent.com/stedolan/jq/master/NEWS">News</a></li>
- </ul>
- </div>
- </div>
-</div>
-
<div class="container">
<div class="row">
@@ -191,12 +187,16 @@ sudo make install</code></pre>
</div>
<footer>
- <div class="container">
- <p>This website is made with <a href='http://www.tinytree.info'>Bonsai</a> and <a href='http://twitter.github.com/bootstrap/'>Twitter Bootstrap</a>, themed with <a href='http://bootswatch.com'>Bootswatch</a>.</p>
+ <div class="container">
+ <p>This website is made with <a href='http://www.tinytree.info'>Bonsai</a> and <a href='http://twitter.github.com/bootstrap/'>Twitter Bootstrap</a>, themed with <a href='http://bootswatch.com'>Bootswatch</a>.</p>
<p>jq is licensed under the MIT license (code) and the <a href='http://creativecommons.org/licenses/by/3.0/'>CC-BY-3.0</a> license (docs).</p>
- </div>
-</footer>
+ </div>
+ </footer>
+
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+ <script src="/jq/bootstrap/js/bootstrap.min.js"></script>
+ <script src="/jq/js/bootstrap3-typeahead.js"></script>
</body>
</html>