remove unused build-responsive.less
[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   </head>
7   <body class="bs-docs-home">
8     <a class="sr-only" href="#content">Skip to main content</a>
9
10     <!-- Docs master nav -->
11     {% include nav-main.html %}
12
13     <!-- Page content of course! -->
14     {{ content }}
15
16     <footer class="container" role="contentinfo">
17       {% include ads.html %}
18
19       {% include social-buttons.html %}
20
21       <ul class="bs-masthead-links">
22         <li class="current-version">
23           Currently v{{ site.current_version }}
24         </li>
25         <li>
26           <a href="{{ page.base_url }}2.3.2/">Bootstrap 2.3.2 docs</a>
27         </li>
28         <li>
29           <a href="{{ site.repo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a>
30         </li>
31         <li>
32           <a href="{{ page.base_url }}getting-started/#examples" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a>
33         </li>
34         <li>
35           <a href="{{ site.expo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Expo</a>
36         </li>
37         <li>
38           <a href="{{ site.blog }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Blog']);">Blog</a>
39         </li>
40       </ul>
41     </footer>
42
43     <!-- JS and analytics only. -->
44     {% include footer.html %}
45
46   </body>
47 </html>