diff options
| author | Yann E. MORIN <yann.morin.1998@free.fr> | 2015-01-24 00:05:55 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-01-25 18:17:09 +0100 |
| commit | 2ee00d0964dddf364c195e656ab938c721b50569 (patch) | |
| tree | f867da552a44e6beec69e1374028dbc16395bb56 /docs/website/header.html | |
| parent | b90fa707f3a3d43d54944e7b80ad6423f2f93667 (diff) | |
| download | buildroot-2ee00d0964dddf364c195e656ab938c721b50569.tar.gz buildroot-2ee00d0964dddf364c195e656ab938c721b50569.zip | |
docs: really move the website
Now that the automated scripts that deply our website have been updated,
really move the website to its final location.
We still keep a symlink for the images, as they are used both for the
website, and for the manual.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/website/header.html')
| -rw-r--r-- | docs/website/header.html | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/docs/website/header.html b/docs/website/header.html new file mode 100644 index 0000000000..98f6ec5bf1 --- /dev/null +++ b/docs/website/header.html @@ -0,0 +1,49 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>Buildroot: making embedded Linux easy</title> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="author" content="The Buildroot developers"> + <link rel="shortcut icon" href="favicon.ico"> + <link href="css/bootstrap.min.css" rel="stylesheet"> + <link href="css/buildroot.css" rel="stylesheet"> + + <style type="text/css"> + </style> + + <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> + <!--[if lt IE 9]> + <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <![endif]--> + </head> + <body> + <nav class="navbar navbar-default navbar-fixed-top"> + <div class="row"> + <div class="col-sm-10 col-sm-offset-1"> + <div class="navbar-header"> + <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#buildroot-navbar-collapse-1"> + <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="/">Buildroot</a> + </div> + <div class="collapse navbar-collapse" id="buildroot-navbar-collapse-1"> + <ul class="nav navbar-nav"> + <li><a href="/news.html">News</a></li> + <li><a href="/about.html">About</a></li> + <li><a href="/download.html">Download</a></li> + <li><a href="/docs.html">Documentation</a></li> + <li><a href="/support.html">Support</a></li> + <li><a href="/contribute.html">Contribute</a></li> + <li><a href="/sponsors.html">Sponsors</a></li> + </ul> + <a class="gplus" href="https://plus.google.com/100084591154899263420/posts"> + <img src="images/gplus.png" height="28" width="28" alt="Google+" /></a> + </div><!--/.nav-collapse --> + </div> + </div> + </nav> + <div class="container-fluid"> |

