front-page new structure with module-gallery and content and footer logo-gallery
4 <!-- Meta, title, CSS, favicons, etc. -->
5 {% include header.html %}
7 <body class="bs-docs-home">
8 <a class="sr-only" href="#content">Skip to main content</a>
10 <!-- Docs master nav -->
11 {% include nav-main.html %}
13 <!-- Page content of course! -->
16 <footer class="container" role="contentinfo">
17 {% include ads.html %}
19 {% include social-buttons.html %}
21 <ul class="bs-masthead-links">
22 <li class="current-version">
23 Currently v{{ site.current_version }}
26 <a href="{{ page.base_url }}2.3.2/">Bootstrap 2.3.2 docs</a>
29 <a href="{{ site.repo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a>
32 <a href="{{ page.base_url }}getting-started/#examples" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a>
35 <a href="{{ site.expo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Expo</a>
38 <a href="{{ site.blog }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Blog']);">Blog</a>
43 <!-- JS and analytics only. -->
44 {% include footer.html %}