home.html 1.36 KB
Newer Older
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html lang="en">
  <head>
    <!-- Meta, title, CSS, favicons, etc. -->
    {% include header.html %}
    <!-- Place anything custom after this. -->
  </head>
  <body class="bs-docs-home">
9
    <a class="sr-only" href="#content">Skip navigation</a>
10

Mark Otto's avatar
Mark Otto committed
11
12
13
    <!-- Docs master nav -->
    {% include nav-main.html %}

14
15
16
    <!-- Page content of course! -->
    {{ content }}

Mark Otto's avatar
Mark Otto committed
17
18
19
    <!-- Callout for the old docs link -->
    {% include old-bs-docs.html %}

20
    <div class="container" role="contentinfo">
21
22
23
24
      {% include social-buttons.html %}

      <ul class="bs-masthead-links">
        <li>
25
          <a href="{{ site.repo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a>
26
27
        </li>
        <li>
Mark Otto's avatar
Mark Otto committed
28
          <a href="{{ site.examples }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a>
29
30
        </li>
        <li>
Mark Otto's avatar
Mark Otto committed
31
          <a href="{{ site.glyphicons }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Glyphicons']);">Glyphicons</a>
32
33
        </li>
        <li>
Mark Otto's avatar
Mark Otto committed
34
          <a href="{{ site.expo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Bootstrap Expo</a>
35
36
37
        </li>
      </ul>
    </div>
38
39
40
41
42
43

    <!-- JS and analytics only. -->
    {% include footer.html %}

  </body>
</html>