unignore bower_components
[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
10     <!-- Docs master nav -->
11     {% include nav-main.html %}
12
13     <!-- Page content of course! -->
14     {{ content }}
15
16     <!-- Callout for the old docs link -->
17     {% include old-bs-docs.html %}
18
19     <div class="container">
20       {% include social-buttons.html %}
21
22       <ul class="bs-masthead-links">
23         <li>
24           <a href="{{ site.repo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a>
25         </li>
26         <li>
27           <a href="{{ site.examples }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a>
28         </li>
29         <li>
30           <a href="{{ site.glyphicons }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Glyphicons']);">Glyphicons</a>
31         </li>
32         <li>
33           <a href="{{ site.expo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Bootstrap Expo</a>
34         </li>
35       </ul>
36     </div>
37
38     <!-- JS and analytics only. -->
39     {% include footer.html %}
40
41   </body>
42 </html>