mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
97ab48658d
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>
53 lines
2.0 KiB
HTML
53 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="Buildroot" content="">
|
|
<meta name="angelo.compagnucci@gmail.com" content="">
|
|
<link rel="shortcut icon" href="images/favicon.png">
|
|
|
|
<title>Buildroot - Making Embedded Linux Easy</title>
|
|
|
|
<link href="https://oss.maxcdn.com/bootswatch/3.3.5/paper/bootstrap.min.css" rel="stylesheet">
|
|
<link href="css/main.css" rel="stylesheet">
|
|
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
|
|
<body>
|
|
<!-- Fixed navbar -->
|
|
<div class="navbar navbar-default navbar-fixed-top">
|
|
<div class="container">
|
|
<div class="navbar-header">
|
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
<a class="navbar-brand" href="/"><b>Buildroot</b></a>
|
|
</div>
|
|
<div class="navbar-collapse collapse">
|
|
<ul class="nav navbar-nav navbar-right">
|
|
<li><a href="/news.html">
|
|
<span class="glyphicon glyphicon-star"></span> News</a></li>
|
|
<li><a href="/docs.html">
|
|
<span class="glyphicon glyphicon-book"></span> Documentation</a></li>
|
|
<li><a href="/support.html">
|
|
<span class="glyphicon glyphicon-question-sign"></span> Support</a></li>
|
|
<li><a href="/contribute.html">
|
|
<span class="glyphicon glyphicon-share"></span> Contribute</a></li>
|
|
<li><a href="/sponsors.html">
|
|
<span class="glyphicon glyphicon-usd"></span> Sponsors</a></li>
|
|
<li><a id="menubutton" class="btn btn-success btn-shrink" href="/download.html">
|
|
<span class="glyphicon glyphicon-cloud-download"></span>
|
|
<span class="text-shrink" >Download</span></a></li>
|
|
</ul>
|
|
</div><!--/.nav-collapse -->
|
|
</div>
|
|
</div>
|