]> git.ipfire.org Git - ipfire.org.git/blob - src/scss/bootstrap-4.0.0-alpha.6/docs/_includes/page-headers.html
.gitignore: Add .vscode
[ipfire.org.git] / src / scss / bootstrap-4.0.0-alpha.6 / docs / _includes / page-headers.html
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 buttons, dropdowns, input groups, navigation, alerts, and much more.
20 </p>
21 {% elsif page.group == "utilities" %}
22 <h1>Utilities</h1>
23 <p class="lead">
24 Bootstrap includes dozens of utilities—classes with a single purpose to reduce the frequency of highly repetitive declarations.
25 </p>
26 {% elsif page.group == "javascript" %}
27 <h1>JavaScript plugins</h1>
28 <p class="lead">
29 Bring Bootstrap's components to life with over a dozen custom jQuery plugins. Easily include them all, or one by one.
30 </p>
31 {% elsif page.group == "about" %}
32 <h1>About</h1>
33 <p class="lead">
34 Learn about the project's history, meet the maintaining teams, and find out how to use the Bootstrap brand.
35 </p>
36 {% elsif page.group == "migration" %}
37 <h1>Migration</h1>
38 <p class="lead">
39 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.
40 </p>
41 {% elsif page.group == "browser-bugs" %}
42 <h1>Wall of browser bugs</h1>
43 <p class="lead">
44 A list of the browser bugs that Bootstrap is currently grappling with.
45 </p>
46 {% endif %}