home.html 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. <!-- Docs master nav -->
  10. {% include nav-main.html %}
  11. <!-- Page content of course! -->
  12. {{ content }}
  13. <footer class="container" role="contentinfo">
  14. {% include ads.html %}
  15. {% include social-buttons.html %}
  16. <ul class="bs-masthead-links">
  17. <li class="current-version">
  18. Currently v{{ site.current_version }}
  19. </li>
  20. <li>
  21. <a href="{{ page.base_url }}2.3.2/">Bootstrap 2.3.2 docs</a>
  22. </li>
  23. <li>
  24. <a href="{{ site.repo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a>
  25. </li>
  26. <li>
  27. <a href="{{ page.base_url }}getting-started/#examples" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a>
  28. </li>
  29. <li>
  30. <a href="{{ site.expo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Expo</a>
  31. </li>
  32. <li>
  33. <a href="{{ site.blog }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Blog']);">Blog</a>
  34. </li>
  35. </ul>
  36. </footer>
  37. <!-- JS and analytics only. -->
  38. {% include footer.html %}
  39. </body>
  40. </html>