mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-11 15:38:08 -05:00
16 lines
659 B
HTML
16 lines
659 B
HTML
---
|
|
layout: home
|
|
title: Jasny Bootstrap
|
|
---
|
|
|
|
<main class="bs-masthead" id="content" role="main">
|
|
<div class="container">
|
|
<h1>{{ page.title }}</h1>
|
|
<p class="lead">The missing components for your favorite front-end framework.</p>
|
|
<p>
|
|
<a href="{{ site.download.dist }}" class="btn btn-outline-inverse btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}']);">Download</a>
|
|
or <a href="{{ site.download.source }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }} source']);">Download source</a>
|
|
</p>
|
|
</div>
|
|
</main>
|