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/index.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/index.html')
| -rw-r--r-- | docs/website/index.html | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/docs/website/index.html b/docs/website/index.html new file mode 100644 index 0000000000..36075bc278 --- /dev/null +++ b/docs/website/index.html @@ -0,0 +1,47 @@ +<!--#include file="header.html" --> +<div class="row"> + <div class="container" style="width:100%"> + <div class="col-sm-10 col-sm-offset-1 jumbotron"> + <div class="row"> + <div class="col-sm-9"> + <h1>Buildroot<br/><small>Making Embedded Linux Easy</small></h1> + <p>Buildroot is a simple, efficient and easy-to-use tool to generate + embedded Linux systems through cross-compilation.</p> + </div> + <div class="col-sm-3"> + <img src="images/logo.png" class="center-block" style="width:170px; heigth:170px;" + alt="Buildroot logo" /> + </div> + </div> + <div class="row"> + <div class="col-sm-offset-5 col-sm-7"> + <div class="col-sm-6" style="margin-top:1em; padding-left:0px;"> + <a class="btn btn-primary btn-lg" style="width:100%;" href="/about.html"><span class="glyphicon glyphicon-info-sign"></span> Learn more »</a> + </div> + <div class="col-sm-6" style="margin-top:1em; padding-left:0px;"> + <a class="btn btn-primary btn-lg" style="width:100%;"href="/download.html"><span class="glyphicon glyphicon-cloud-download"></span> Download »</a> + </div> + </div> + </div> + </div> + </div> +</div> + +<div class="row"> + <div class="col-sm-5 col-sm-offset-1"> + <div class="panel panel-default"> + <div class="panel-body" id="commit-activity"> + <a href="http://git.buildroot.net/buildroot"><h2>Recent commits</h2></a> + </div> + </div> + </div> + <div class="col-sm-5" > + <div class="panel panel-default" style="min-height: 22em;"> + <div class="panel-body" id="mailing-list-activity"> + <a href="http://dir.gmane.org/gmane.comp.lib.uclibc.buildroot"><h2>Recent discussions</h2></a> + </div> + </div> + </div> +</div> + +<!--#include file="footer.html" --> |

