diff options
| author | Maxime Hadjinlian <maxime.hadjinlian@gmail.com> | 2014-03-02 19:04:24 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-03 21:40:50 +0100 |
| commit | cec43a8f2544532642bb2c5d48bf95eac8606ba7 (patch) | |
| tree | 4675ddcbdeee4ffee42b51061c140ae95171464e /docs/index.html | |
| parent | 39b26d71715b0f2fb416bba42fdcfebb531a98a4 (diff) | |
| download | buildroot-cec43a8f2544532642bb2c5d48bf95eac8606ba7.tar.gz buildroot-cec43a8f2544532642bb2c5d48bf95eac8606ba7.zip | |
website: new website !
A new menu and logo for the website, also some of the contents has been
reworked.
This patch also removes files that are no longer used, like the old
stylesheet and a few pages. The content of theses pages has mostly been
merged in other pages or was redudant with the manual.
[Thomas: integrate a few typo fixes noticed by Thomas De
Schampheleire]
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 82d5792b12..a569bee1e6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1 +1,33 @@ -<!--#include file="about.html" --> +<!--#include file="header.html" --> + +<div class="hero-unit"> + <div class="row-fluid"> + <img src="images/logo.png" height="170" width="170" style="float: right;"/> + <div class="span8"> + <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="button_column pull-right"> + <div class="btn-group btn-group-justified"> + <div class="btn-group"> + <a class="btn btn-primary btn-large" href="/about.html">Learn more »</a> + </div> + <div class="btn-group"> + <a class="btn btn-primary btn-large" href="/download.html">Download »</a> + </div> + </div> + </div> + </div> +</div> + +<div class="row" style="line-height: 17px;"> + <div class="span6" id="commit-activity"> + <h2>Recent commits</h2> + </div> + <div class="span6" id="mailing-list-activity"> + <h2>Recent discussions</h2> + </div> +</div> + +<!--#include file="footer.html" --> |

