unignore bower_components
[bootswatch] / bower_components / bootstrap / _layouts / customize.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 data-spy="scroll" data-target=".bs-sidebar">
9
10     <!-- Docs master nav -->
11     {% include nav-main.html %}
12
13     <!-- Docs page layout -->
14     <div class="bs-header">
15       <div class="container">
16         <h1>{{ page.title }}</h1>
17         <p>{{ page.lead }}</p>
18         {% include ads.html %}
19       </div>
20     </div>
21
22     <!-- Callout for the old docs link -->
23     {% include old-bs-docs.html %}
24
25     <div class="bs-customize-placeholder">
26       <div class="container bs-docs-container">
27         <p class="lead">Until RC2, the Bootstrap 3 customizer will be disabled. In the mean time, snag the <a href="{{ site.repo }}/releases">compiled CSS and JavaScript</a>. Hang tight!</p>
28       </div>
29     </div>
30
31     <!-- Footer
32     ================================================== -->
33     <footer class="bs-footer">
34       {% include social-buttons.html %}
35
36       <p>Designed and built with all the love in the world by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.</p>
37       <p>Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
38       <ul class="footer-links">
39         <li><a href="{{ site.blog }}">Blog</a></li>
40         <li class="muted">&middot;</li>
41         <li><a href="{{ site.repo }}/issues?state=open">Issues</a></li>
42         <li class="muted">&middot;</li>
43         <li><a href="{{ site.repo }}/releases">Releases</a></li>
44       </ul>
45     </footer>
46
47     <!-- JS and analytics only. -->
48     {% include footer.html %}
49
50   </body>
51 </html>