bootstrap-source/bootstrap-3.0.3/_layouts/default.html
branchlanding-page-2014
changeset 78 b28d5c14c5c2
parent 54 0ded9d7748b7
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bootstrap-source/bootstrap-3.0.3/_layouts/default.html	Fri Jan 17 11:59:43 2014 +0100
     1.3 @@ -0,0 +1,79 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html lang="en">
     1.6 +  <head>
     1.7 +    <!-- Meta, title, CSS, favicons, etc. -->
     1.8 +    {% include header.html %}
     1.9 +  </head>
    1.10 +  <body>
    1.11 +    <a class="sr-only" href="#content">Skip to main content</a>
    1.12 +
    1.13 +    <!-- Docs master nav -->
    1.14 +    {% include nav-main.html %}
    1.15 +
    1.16 +    <!-- Docs page layout -->
    1.17 +    <div class="bs-header" id="content">
    1.18 +      <div class="container">
    1.19 +        <h1>{{ page.title }}</h1>
    1.20 +        <p>{{ page.lead }}</p>
    1.21 +        {% include ads.html %}
    1.22 +      </div>
    1.23 +    </div>
    1.24 +
    1.25 +    <!-- Callout for the old docs link -->
    1.26 +    {% include old-bs-docs.html %}
    1.27 +
    1.28 +    <div class="container bs-docs-container">
    1.29 +      <div class="row">
    1.30 +        <div class="col-md-3">
    1.31 +          <div class="bs-sidebar hidden-print" role="complementary">
    1.32 +            <ul class="nav bs-sidenav">
    1.33 +              {% if page.slug == "getting-started" %}
    1.34 +                {% include nav-getting-started.html %}
    1.35 +              {% elsif page.slug == "css" %}
    1.36 +                {% include nav-css.html %}
    1.37 +              {% elsif page.slug == "components" %}
    1.38 +                {% include nav-components.html %}
    1.39 +              {% elsif page.slug == "js" %}
    1.40 +                {% include nav-javascript.html %}
    1.41 +              {% elsif page.slug == "customize" %}
    1.42 +                {% include nav-customize.html %}
    1.43 +              {% elsif page.slug == "about" %}
    1.44 +                {% include nav-about.html %}
    1.45 +              {% endif %}
    1.46 +            </ul>
    1.47 +          </div>
    1.48 +        </div>
    1.49 +        <div class="col-md-9" role="main">
    1.50 +          {{ content }}
    1.51 +        </div>
    1.52 +      </div>
    1.53 +
    1.54 +    </div>
    1.55 +
    1.56 +    <!-- Footer
    1.57 +    ================================================== -->
    1.58 +    <footer class="bs-footer" role="contentinfo">
    1.59 +      <div class="container">
    1.60 +        {% include social-buttons.html %}
    1.61 +
    1.62 +        <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>
    1.63 +        <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>
    1.64 +        <ul class="footer-links">
    1.65 +          <li>Currently v{{ site.current_version }}</li>
    1.66 +          <li class="muted">&middot;</li>
    1.67 +          <li><a href="{{ page.base_url }}2.3.2/">Bootstrap 2.3.2 docs</a></li>
    1.68 +          <li class="muted">&middot;</li>
    1.69 +          <li><a href="{{ site.blog }}">Blog</a></li>
    1.70 +          <li class="muted">&middot;</li>
    1.71 +          <li><a href="{{ site.repo }}/issues?state=open">Issues</a></li>
    1.72 +          <li class="muted">&middot;</li>
    1.73 +          <li><a href="{{ site.repo }}/releases">Releases</a></li>
    1.74 +        </ul>
    1.75 +      </div>
    1.76 +    </footer>
    1.77 +
    1.78 +    <!-- JS and analytics only. -->
    1.79 +    {% include footer.html %}
    1.80 +
    1.81 +  </body>
    1.82 +</html>
Impressum Datenschutzerklärung