mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
18 lines
970 B
HTML
18 lines
970 B
HTML
---
|
|
layout: home
|
|
title: Bootstrap
|
|
base_url: "./"
|
|
---
|
|
|
|
<main class="bs-masthead" id="content" role="main">
|
|
<div class="container">
|
|
<span class="bs-booticon">B</span>
|
|
<h1>Bootstrap</h1>
|
|
<p class="lead">Bootstrap is a sleek and powerful mobile first front-end framework for faster and easier web development.</p>
|
|
<p class="lead">
|
|
<a href="{{ site.download_dist }}" class="btn btn-outline btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}']);" data-content="Quickly get started with Bootstrap's precompiled CSS, JavaScript, and fonts.">Download Bootstrap</a>
|
|
<a href="{{ site.download_source }}" class="btn btn-outline btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version source }}']);" data-content="Download Bootstrap's LESS, JavaScript, font, and documentation source code.">Download source</a>
|
|
</p>
|
|
</div>
|
|
</main>
|