update bootstrap to 3.0.0 final
[bootswatch] / bower_components / bootstrap / _layouts / home.html
1 <!DOCTYPE html>
2 <html lang="en">
3   <head>
4     <!-- Meta, title, CSS, favicons, etc. -->
5     {% include header.html %}
6     <!-- Place anything custom after this. -->
7   </head>
8   <body class="bs-docs-home">
9     <a class="sr-only" href="#content">Skip navigation</a>
10
11     <!-- Docs master nav -->
12     {% include nav-main.html %}
13
14     <!-- Page content of course! -->
15     {{ content }}
16
17     <footer class="container" role="contentinfo">
18       {% include social-buttons.html %}
19
20       <ul class="bs-masthead-links">
21         <li class="current-version">
22           Currently v3.0.0
23         </li>
24         <li>
25           <a href="{{ page.base_url }}2.3.2/">Bootstrap 2.3.2 docs</a>
26         </li>
27         <li>
28           <a href="{{ site.repo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a>
29         </li>
30         <li>
31           <a href="{{ page.base_url }}getting-started/#examples" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a>
32         </li>
33         <li>
34           <a href="{{ page.base_url }}components/#glyphicons" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Glyphicons']);">Glyphicons</a>
35         </li>
36         <li>
37           <a href="{{ site.expo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Expo</a>
38         </li>
39       </ul>
40     </footer>
41
42     <!-- JS and analytics only. -->
43     {% include footer.html %}
44
45   </body>
46 </html>