Files
bootstrap/docs/index.html
Arnold Daniels 4349ed86cd Typo fix in docs
2016-01-03 19:53:16 -04:00

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>