1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/bootstrap-source/bootstrap-3.0.3/_layouts/home.html Fri Jan 17 11:59:43 2014 +0100
1.3 @@ -0,0 +1,47 @@
1.4 +<!DOCTYPE html>
1.5 +<html lang="en">
1.6 + <head>
1.7 + <!-- Meta, title, CSS, favicons, etc. -->
1.8 + {% include header.html %}
1.9 + </head>
1.10 + <body class="bs-docs-home">
1.11 + <a class="sr-only" href="#content">Skip to main content</a>
1.12 +
1.13 + <!-- Docs master nav -->
1.14 + {% include nav-main.html %}
1.15 +
1.16 + <!-- Page content of course! -->
1.17 + {{ content }}
1.18 +
1.19 + <footer class="container" role="contentinfo">
1.20 + {% include ads.html %}
1.21 +
1.22 + {% include social-buttons.html %}
1.23 +
1.24 + <ul class="bs-masthead-links">
1.25 + <li class="current-version">
1.26 + Currently v{{ site.current_version }}
1.27 + </li>
1.28 + <li>
1.29 + <a href="{{ page.base_url }}2.3.2/">Bootstrap 2.3.2 docs</a>
1.30 + </li>
1.31 + <li>
1.32 + <a href="{{ site.repo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a>
1.33 + </li>
1.34 + <li>
1.35 + <a href="{{ page.base_url }}getting-started/#examples" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a>
1.36 + </li>
1.37 + <li>
1.38 + <a href="{{ site.expo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Expo</a>
1.39 + </li>
1.40 + <li>
1.41 + <a href="{{ site.blog }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Blog']);">Blog</a>
1.42 + </li>
1.43 + </ul>
1.44 + </footer>
1.45 +
1.46 + <!-- JS and analytics only. -->
1.47 + {% include footer.html %}
1.48 +
1.49 + </body>
1.50 +</html>