diff options
| author | Angelo Compagnucci <angelo.compagnucci@gmail.com> | 2014-10-31 16:50:51 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-11-01 14:37:51 +0100 |
| commit | da9ab5e2905723415157cfa8b0994d74a91d6098 (patch) | |
| tree | d572911ea4d60e687ef57ade65d0c6a52e23679b /docs/index.html | |
| parent | e40b9791d8c688ec5a1be71817edcc0d42543bad (diff) | |
| download | buildroot-da9ab5e2905723415157cfa8b0994d74a91d6098.tar.gz buildroot-da9ab5e2905723415157cfa8b0994d74a91d6098.zip | |
docs: responsive web design website
This patch migrate the layout to a responsive web design one.
* Fixing the layout of all pages to be fully responsive
* Adding panels around "Recent commints" and "Recent discussion"
* Adding fonts for glyphs in buttons
Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 55 |
1 files changed, 34 insertions, 21 deletions
diff --git a/docs/index.html b/docs/index.html index f5c0ea700e..36075bc278 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,33 +1,46 @@ <!--#include file="header.html" --> - -<div class="hero-unit"> - <div class="row-fluid"> - <img src="images/logo.png" height="170" width="170" style="float: right;" - alt="Buildroot logo" /> - <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 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="btn-group"> - <a class="btn btn-primary btn-large" href="/download.html">Download »</a> + <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" style="line-height: 17px;"> - <div class="span6" id="commit-activity"> - <a href="http://git.buildroot.net/buildroot"><h2>Recent commits</h2></a> +<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="span6" id="mailing-list-activity"> - <a href="http://dir.gmane.org/gmane.comp.lib.uclibc.buildroot"><h2>Recent discussions</h2></a> + <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> |

