corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <!-- Meta, title, CSS, favicons, etc. -->
5 {% include header.html %}
6 </head>
7 <body>
8 <a class="sr-only" href="#content">Skip to main content</a>
9  
10 <!-- Docs master nav -->
11 {% include nav-main.html %}
12  
13 <!-- Docs page layout -->
14 <div class="bs-header" id="content">
15 <div class="container">
16 <h1>{{ page.title }}</h1>
17 <p>{{ page.lead }}</p>
18 {% include ads.html %}
19 </div>
20 </div>
21  
22 <div class="container bs-docs-container">
23 <div class="row">
24 <div class="col-md-3">
25 <div class="bs-sidebar hidden-print" role="complementary">
26 <ul class="nav bs-sidenav">
27 {% include nav-validator.html %}
28 </ul>
29 </div>
30 </div>
31 <div class="col-md-9" role="main">
32 {{ content }}
33 </div>
34 </div>
35  
36 </div>
37  
38 <!-- Footer
39 ================================================== -->
40 <footer class="bs-footer" role="contentinfo">
41 <div class="container">
42 {% include social-buttons.html %}
43  
44 <p>Built by <a href="http://twitter.com/1000hz" target="_blank">@1000hz</a> with all the love in the world for <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.</p>
45 <p>This project is not affiliated with Bootstrap in any official capacity.</p>
46 <p>This documentation page has been adapted from Bootstrap's official docs.</p>
47 <p>Code licensed under <a href="http://opensource.org/licenses/MIT" target="_blank">MIT License</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
48 </div>
49 </footer>
50  
51 <!-- JS and analytics only. -->
52 {% include footer.html %}
53  
54 </body>
55 </html>