eff0cf72a7a273311d8ac5f550cc1a8a970afcda.svn-base 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {% if page.group == "getting-started" %}
  2. <h1>Getting started</h1>
  3. <p class="lead">
  4. An overview of Bootstrap, including how to download and use it, some basic templates and examples, and more.
  5. </p>
  6. {% elsif page.group == "layout" %}
  7. <h1>Layout</h1>
  8. <p class="lead">
  9. Options for structuring your pages with Bootstrap, including global styles, required scaffolding, grid system, and more.
  10. </p>
  11. {% elsif page.group == "content" %}
  12. <h1>Content</h1>
  13. <p class="lead">
  14. Styles for displaying content with some of the most commonly used HTML elements, including normalization, typography, images, tables, and more.
  15. </p>
  16. {% elsif page.group == "components" %}
  17. <h1>Components</h1>
  18. <p class="lead">
  19. Over a dozen reusable components built to provide iconography, dropdowns, input groups, navigation, alerts, and much more.
  20. </p>
  21. {% elsif page.group == "javascript" %}
  22. <h1>JavaScript plugins</h1>
  23. <p class="lead">
  24. Bring Bootstrap's components to life with over a dozen custom jQuery plugins. Easily include them all, or one by one.
  25. </p>
  26. {% elsif page.group == "about" %}
  27. <h1>About</h1>
  28. <p class="lead">
  29. Learn about the project's history, meet the maintaining teams, and find out how to use the Bootstrap brand.
  30. </p>
  31. {% elsif page.group == "migration" %}
  32. <h1>Migration</h1>
  33. <p class="lead">
  34. Guidance on how to upgrade from Bootstrap v3.x to v4.x with emphasis on major changes, what's new, and what's been removed.
  35. </p>
  36. {% endif %}