2013-03-28 09:08:14 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<!-- Meta, title, CSS, favicons, etc. -->
|
|
|
|
{% include header.html %}
|
|
|
|
</head>
|
|
|
|
<body class="bs-docs-home">
|
2013-09-25 03:02:10 +02:00
|
|
|
<a class="sr-only" href="#content">Skip to main content</a>
|
2013-03-28 09:08:14 +01:00
|
|
|
|
2013-05-09 06:56:08 +02:00
|
|
|
<!-- Docs master nav -->
|
|
|
|
{% include nav-main.html %}
|
|
|
|
|
2013-07-26 10:43:43 +02:00
|
|
|
<!-- Page content of course! -->
|
|
|
|
{{ content }}
|
|
|
|
|
2013-08-12 04:26:40 +02:00
|
|
|
<footer class="container" role="contentinfo">
|
2013-10-02 07:11:51 +02:00
|
|
|
{% include ads.html %}
|
|
|
|
|
2013-07-26 10:43:43 +02:00
|
|
|
{% include social-buttons.html %}
|
|
|
|
|
|
|
|
<ul class="bs-masthead-links">
|
2013-08-19 06:15:07 +02:00
|
|
|
<li class="current-version">
|
2013-08-24 07:38:51 +02:00
|
|
|
Currently v{{ site.current_version }}
|
2013-08-19 06:15:07 +02:00
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="{{ page.base_url }}2.3.2/">Bootstrap 2.3.2 docs</a>
|
|
|
|
</li>
|
2013-07-26 10:43:43 +02:00
|
|
|
<li>
|
2013-07-27 04:05:43 +02:00
|
|
|
<a href="{{ site.repo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a>
|
2013-07-26 10:43:43 +02:00
|
|
|
</li>
|
|
|
|
<li>
|
2013-08-18 21:06:56 +02:00
|
|
|
<a href="{{ page.base_url }}getting-started/#examples" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a>
|
2013-07-26 10:43:43 +02:00
|
|
|
</li>
|
|
|
|
<li>
|
2013-08-16 23:04:11 +02:00
|
|
|
<a href="{{ site.expo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Expo</a>
|
2013-07-26 10:43:43 +02:00
|
|
|
</li>
|
2013-08-23 08:18:45 +02:00
|
|
|
<li>
|
|
|
|
<a href="{{ site.blog }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Blog']);">Blog</a>
|
|
|
|
</li>
|
2013-07-26 10:43:43 +02:00
|
|
|
</ul>
|
2013-08-12 04:26:40 +02:00
|
|
|
</footer>
|
2013-03-28 09:08:14 +01:00
|
|
|
|
|
|
|
<!-- JS and analytics only. -->
|
|
|
|
{% include footer.html %}
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|