update bootstrap to 3.0.0-rc2
[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     <a class="sr-only" href="#content">Skip navigation</a>
10
11     <!-- Docs master nav -->
12     {% include nav-main.html %}
13
14     <!-- Docs page layout -->
15     <div class="bs-header" id="content" role="banner">
16       <div class="container">
17         <h1>{{ page.title }}</h1>
18         <p>{{ page.lead }}</p>
19         {% include ads.html %}
20       </div>
21     </div>
22
23     <!-- Callout for the old docs link -->
24     {% include old-bs-docs.html %}
25
26     <div class="container bs-docs-container">
27       <div class="col-lg-12">
28         {{ content }}
29       </div>
30     </div>
31
32     <!-- Footer
33     ================================================== -->
34     <footer class="bs-footer">
35       {% include social-buttons.html %}
36
37       <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>
38       <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>
39       <ul class="footer-links">
40         <li><a href="{{ site.blog }}">Blog</a></li>
41         <li class="muted">&middot;</li>
42         <li><a href="{{ site.repo }}/issues?state=open">Issues</a></li>
43         <li class="muted">&middot;</li>
44         <li><a href="{{ site.repo }}/releases">Releases</a></li>
45       </ul>
46     </footer>
47
48     <!-- JS and analytics only. -->
49     {% include footer.html %}
50
51   </body>
52 </html>