summaryrefslogtreecommitdiffstats
path: root/docs/website/contribute.html
diff options
context:
space:
mode:
authorAngelo Compagnucci <angelo.compagnucci@gmail.com>2015-10-13 21:03:29 +0200
committerPeter Korsgaard <peter@korsgaard.com>2015-11-23 22:56:59 +0100
commit97ab48658d574ded87f8af799795ba7ed76f6ba4 (patch)
treeca69cbb45c1821c6a8fcfe9a220bae3021c1d4e1 /docs/website/contribute.html
parenta597e3c676948c6c1eb6440c82f19b7460f29192 (diff)
downloadbuildroot-97ab48658d574ded87f8af799795ba7ed76f6ba4.tar.gz
buildroot-97ab48658d574ded87f8af799795ba7ed76f6ba4.zip
docs/website: New website
This patch introduces a new buildroot website based on a modern flat layout inspired by material design. Each page of the old website is converted to the new css/layout, the big bump is in main page which is completely rewritten. Content of the old website is copied more or less verbatim, planning to add more content in the future. Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/website/contribute.html')
-rw-r--r--docs/website/contribute.html67
1 files changed, 36 insertions, 31 deletions
diff --git a/docs/website/contribute.html b/docs/website/contribute.html
index f9fdec6bd6..da5700c528 100644
--- a/docs/website/contribute.html
+++ b/docs/website/contribute.html
@@ -1,38 +1,43 @@
<!--#include file="header.html" -->
-<div class="row">
-<div class="col-sm-10 col-sm-offset-1">
-
-<h2>Contribute</h2>
-
-<p>Buildroot is an open source project and you are very welcome to contribute to
-it.<br />
-There are many different ways to contribute:</p>
-
-<ul>
-<li>Reproducing, analyzing and fixing bugs from our
- <a href="https://bugs.buildroot.org/">bug tracker</a></li>
-<li>Analyzing and fixing <a href="http://autobuild.buildroot.org/">
- autobuild failures</a></li>
-<li>Reviewing and testing patches sent by other developers. See the
- <a href="http://lists.buildroot.org/mailman/listinfo/buildroot">mailing list
- </a> or <a href="http://patchwork.ozlabs.org/project/buildroot/list/">
- patchwork</a>.</li>
-<li>Working on items from the
- <a href="http://www.elinux.org/Buildroot#Todo_list">TODO list</a></li>
-<li>Submitting your own patches through the
- <a href="http://lists.buildroot.org/mailman/listinfo/buildroot">mailing list
- </a></li>
-</ul>
-
-<p>For more details on these topics, check out the
-<a href="http://buildroot.org/manual.html#_contributing_to_buildroot">
-Contributing to buildroot</a> chapter in the Buildroot manual. Thanks for your help!</p>
-
-<p>If you need any support yourself, have a look at <a href="./support.html">
-Support</a>.</p>
+<div class="container">
+<div class="row nh">
+<div class="col-lg-10 col-lg-offset-1 col-md-12 col-sm-12 col-xs-12">
+
+ <div class="panel panel-primary">
+ <div class="panel-heading">Contribute</div>
+ <div class="panel-body">
+ <p>Buildroot is an open source project and you are very welcome to contribute to
+ it.<br />
+ There are many different ways to contribute:</p>
+
+ <ul>
+ <li>Reproducing, analyzing and fixing bugs from our
+ <a href="https://bugs.buildroot.org/">bug tracker</a></li>
+ <li>Analyzing and fixing <a href="http://autobuild.buildroot.org/">
+ autobuild failures</a></li>
+ <li>Reviewing and testing patches sent by other developers. See the
+ <a href="http://lists.buildroot.org/mailman/listinfo/buildroot">mailing list
+ </a> or <a href="http://patchwork.ozlabs.org/project/buildroot/list/">
+ patchwork</a>.</li>
+ <li>Working on items from the
+ <a href="http://www.elinux.org/Buildroot#Todo_list">TODO list</a></li>
+ <li>Submitting your own patches through the
+ <a href="http://lists.buildroot.org/mailman/listinfo/buildroot">mailing list
+ </a></li>
+ </ul>
+
+ <p>For more details on these topics, check out the
+ <a href="http://buildroot.org/manual.html#_contributing_to_buildroot">
+ Contributing to buildroot</a> chapter in the Buildroot manual. Thanks for your help!</p>
+
+ <p>If you need any support yourself, have a look at <a href="./support.html">
+ Support</a>.</p>
+ </div>
+ </div>
</div><!--/.col-sm-10 -->
</div><!--/.row -->
+</div>
<!--#include file="footer.html" -->
OpenPOWER on IntegriCloud