2015-08-05 20:47:45 -04:00
|
|
|
{% if page.group == "getting-started" %}
|
|
|
|
<h1>Getting started</h1>
|
|
|
|
<p class="lead">
|
2015-08-10 01:49:52 -04:00
|
|
|
An overview of Bootstrap, including how to download and use it, some basic templates and examples, and more.
|
2015-08-05 20:47:45 -04:00
|
|
|
</p>
|
|
|
|
{% elsif page.group == "layout" %}
|
|
|
|
<h1>Layout</h1>
|
|
|
|
<p class="lead">
|
|
|
|
Options for structuring your pages with Bootstrap, including global styles, required scaffolding, grid system, and more.
|
|
|
|
</p>
|
2015-08-10 02:38:16 -04:00
|
|
|
{% elsif page.group == "content" %}
|
|
|
|
<h1>Content</h1>
|
|
|
|
<p class="lead">
|
|
|
|
Styles for displaying content with some of the most commonly used HTML elements, including normalization, typography, images, tables, and more.
|
|
|
|
</p>
|
2015-08-05 20:47:45 -04:00
|
|
|
{% elsif page.group == "components" %}
|
|
|
|
<h1>Components</h1>
|
|
|
|
<p class="lead">
|
2015-08-24 22:43:04 -04:00
|
|
|
Over a dozen reusable components built to provide buttons, dropdowns, input groups, navigation, alerts, and much more.
|
2015-08-05 20:47:45 -04:00
|
|
|
</p>
|
2016-09-09 00:48:17 -04:00
|
|
|
{% elsif page.group == "utilities" %}
|
|
|
|
<h1>Utilities</h1>
|
|
|
|
<p class="lead">
|
|
|
|
Bootstrap includes dozens of utilities—classes with a single purpose to reduce the frequency of highly repetitive declarations.
|
|
|
|
</p>
|
2015-08-05 20:47:45 -04:00
|
|
|
{% elsif page.group == "javascript" %}
|
|
|
|
<h1>JavaScript plugins</h1>
|
|
|
|
<p class="lead">
|
|
|
|
Bring Bootstrap's components to life with over a dozen custom jQuery plugins. Easily include them all, or one by one.
|
|
|
|
</p>
|
|
|
|
{% elsif page.group == "about" %}
|
|
|
|
<h1>About</h1>
|
|
|
|
<p class="lead">
|
|
|
|
Learn about the project's history, meet the maintaining teams, and find out how to use the Bootstrap brand.
|
|
|
|
</p>
|
|
|
|
{% elsif page.group == "migration" %}
|
|
|
|
<h1>Migration</h1>
|
|
|
|
<p class="lead">
|
|
|
|
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.
|
|
|
|
</p>
|
2015-08-20 18:41:18 -04:00
|
|
|
{% elsif page.group == "browser-bugs" %}
|
|
|
|
<h1>Wall of browser bugs</h1>
|
|
|
|
<p class="lead">
|
|
|
|
A list of the browser bugs that Bootstrap is currently grappling with.
|
|
|
|
</p>
|
2015-08-05 20:47:45 -04:00
|
|
|
{% endif %}
|