index.html 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. <!--#include file="header.html" -->
  2. <div class="hero-unit">
  3. <div class="row-fluid">
  4. <img src="images/logo.png" height="170" width="170" style="float: right;"
  5. alt="Buildroot logo" />
  6. <div class="span8">
  7. <h1>Buildroot<br/><small>Making Embedded Linux Easy</small></h1>
  8. <p>Buildroot is a simple, efficient and easy-to-use tool to generate
  9. embedded Linux systems through cross-compilation.</p>
  10. </div>
  11. <div class="button_column pull-right">
  12. <div class="btn-group btn-group-justified">
  13. <div class="btn-group">
  14. <a class="btn btn-primary btn-large" href="/about.html">Learn more &raquo;</a>
  15. </div>
  16. <div class="btn-group">
  17. <a class="btn btn-primary btn-large" href="/download.html">Download &raquo;</a>
  18. </div>
  19. </div>
  20. </div>
  21. </div>
  22. </div>
  23. <div class="row" style="line-height: 17px;">
  24. <div class="span6" id="commit-activity">
  25. <a href="http://git.buildroot.net/buildroot"><h2>Recent commits</h2></a>
  26. </div>
  27. <div class="span6" id="mailing-list-activity">
  28. <a href="http://dir.gmane.org/gmane.comp.lib.uclibc.buildroot"><h2>Recent discussions</h2></a>
  29. </div>
  30. </div>
  31. <!--#include file="footer.html" -->