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
info@54
     1
<!DOCTYPE html>
info@54
     2
<html lang="en">
info@54
     3
  <head>
info@54
     4
    <!-- Meta, title, CSS, favicons, etc. -->
info@54
     5
    {% include header.html %}
info@54
     6
  </head>
info@54
     7
  <body class="bs-docs-home">
info@54
     8
    <a class="sr-only" href="#content">Skip to main content</a>
info@54
     9
info@54
    10
    <!-- Docs master nav -->
info@54
    11
    {% include nav-main.html %}
info@54
    12
info@54
    13
    <!-- Page content of course! -->
info@54
    14
    {{ content }}
info@54
    15
info@54
    16
    <footer class="container" role="contentinfo">
info@54
    17
      {% include ads.html %}
info@54
    18
info@54
    19
      {% include social-buttons.html %}
info@54
    20
info@54
    21
      <ul class="bs-masthead-links">
info@54
    22
        <li class="current-version">
info@54
    23
          Currently v{{ site.current_version }}
info@54
    24
        </li>
info@54
    25
        <li>
info@54
    26
          <a href="{{ page.base_url }}2.3.2/">Bootstrap 2.3.2 docs</a>
info@54
    27
        </li>
info@54
    28
        <li>
info@54
    29
          <a href="{{ site.repo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a>
info@54
    30
        </li>
info@54
    31
        <li>
info@54
    32
          <a href="{{ page.base_url }}getting-started/#examples" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a>
info@54
    33
        </li>
info@54
    34
        <li>
info@54
    35
          <a href="{{ site.expo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Expo</a>
info@54
    36
        </li>
info@54
    37
        <li>
info@54
    38
          <a href="{{ site.blog }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Blog']);">Blog</a>
info@54
    39
        </li>
info@54
    40
      </ul>
info@54
    41
    </footer>
info@54
    42
info@54
    43
    <!-- JS and analytics only. -->
info@54
    44
    {% include footer.html %}
info@54
    45
info@54
    46
  </body>
info@54
    47
</html>
Impressum Datenschutzerklärung