bootstrap-source/bootstrap-3.0.3/_layouts/home.html
author Reimar Bauer <rb.proj AT googlemail DOT com>
Fri, 17 Jan 2014 11:59:43 +0100
branchlanding-page-2014
changeset 78 b28d5c14c5c2
parent 54 0ded9d7748b7
permissions -rwxr-xr-x
merged heads
     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>
Impressum Datenschutzerklärung