diff options
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" --> |