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>
This commit is contained in:
Yann E. MORIN
2015-01-24 00:05:55 +01:00
committed by Thomas Petazzoni
parent b90fa707f3
commit 2ee00d0964
42 changed files with 1 additions and 1 deletions

47
docs/website/index.html Normal file
View File

@@ -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" -->