update bootstrap to 3.0.0-rc2
[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     <!-- Callout for the old docs link -->
18     {% include old-bs-docs.html %}
19
20     <footer class="container" role="contentinfo">
21       {% include social-buttons.html %}
22
23       <ul class="bs-masthead-links">
24         <li>
25           <a href="{{ site.repo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a>
26         </li>
27         <li>
28           <a href="{{ page.base_url }}getting-started#examples" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a>
29         </li>
30         <li>
31           <a href="{{ site.glyphicons }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Glyphicons']);">Glyphicons</a>
32         </li>
33         <li>
34           <a href="{{ site.expo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Expo</a>
35         </li>
36       </ul>
37     </footer>
38
39     <!-- JS and analytics only. -->
40     {% include footer.html %}
41
42   </body>
43 </html>