cec43a8f25
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>
34 lines
1.0 KiB
HTML
34 lines
1.0 KiB
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" -->
|