2013-03-28 04:08:14 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<!-- Meta, title, CSS, favicons, etc. -->
|
|
|
|
{% include header.html %}
|
|
|
|
<!-- Place anything custom after this. -->
|
|
|
|
</head>
|
|
|
|
<body class="bs-docs-home">
|
|
|
|
|
2013-05-09 00:56:08 -04:00
|
|
|
<!-- Docs master nav -->
|
|
|
|
{% include nav-main.html %}
|
|
|
|
|
2013-07-26 04:43:43 -04:00
|
|
|
<!-- Page content of course! -->
|
|
|
|
{{ content }}
|
|
|
|
|
2013-07-25 23:56:44 -04:00
|
|
|
<!-- Callout for the old docs link -->
|
|
|
|
{% include old-bs-docs.html %}
|
|
|
|
|
2013-07-26 04:43:43 -04:00
|
|
|
<div class="container">
|
|
|
|
{% include social-buttons.html %}
|
|
|
|
|
|
|
|
<ul class="bs-masthead-links">
|
|
|
|
<li>
|
2013-07-26 22:05:43 -04:00
|
|
|
<a href="{{ site.repo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a>
|
2013-07-26 04:43:43 -04:00
|
|
|
</li>
|
|
|
|
<li>
|
2013-07-26 22:24:59 -04:00
|
|
|
<a href="{{ site.examples }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a>
|
2013-07-26 04:43:43 -04:00
|
|
|
</li>
|
|
|
|
<li>
|
2013-07-26 22:24:59 -04:00
|
|
|
<a href="{{ site.glyphicons }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Glyphicons']);">Glyphicons</a>
|
2013-07-26 04:43:43 -04:00
|
|
|
</li>
|
|
|
|
<li>
|
2013-07-26 22:24:59 -04:00
|
|
|
<a href="{{ site.expo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Bootstrap Expo</a>
|
2013-07-26 04:43:43 -04:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2013-03-28 04:08:14 -04:00
|
|
|
|
|
|
|
<!-- JS and analytics only. -->
|
|
|
|
{% include footer.html %}
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|