2013-07-27 07:18:12 +00:00
<!DOCTYPE html>
2013-02-12 20:16:32 +00:00
< html lang = "en" >
< head >
2013-02-14 07:37:08 +00:00
<!-- Meta, title, CSS, favicons, etc. -->
{% include header.html %}
2013-02-12 20:16:32 +00:00
< / head >
2014-10-27 08:35:10 +00:00
< body class = "bs-docs" data-spy = "scroll" data-target = ".bs-docs-sidenav" >
2015-01-04 04:08:58 +00:00
< a id = "skippy" class = "sr-only sr-only-focusable" href = "#content" >
< div class = "container" >
< span class = "skiplink-text" > Skip to main content< / span >
< / div >
< / a >
2013-02-12 20:16:32 +00:00
2014-07-12 09:25:07 +00:00
{% include docs-nav.html %}
2013-03-28 10:06:00 +00:00
2014-07-11 00:54:06 +00:00
< div class = "bs-docs-header" id = "content" >
< div class = "bs-docs-container" >
{% if page.url contains "getting-started" %}
< h1 > Getting started< / h1 >
< p class = "lead" > Learn how to quickly start a new project with Bootstrap with downloads, basic templates and examples, and more.< / p >
2014-07-13 08:30:32 +00:00
{% elsif page.url contains "layout" %}
< h1 > Layout< / h1 >
< p class = "lead" > Grid system, containers, media object, and responsive utilities for organization pages.< / p >
2014-12-24 11:26:51 +00:00
{% elsif page.url contains "content" %}
2014-07-11 03:14:44 +00:00
< h1 > Components< / h1 >
< p class = "lead" >
2014-12-24 11:26:51 +00:00
Styles and patterns for common HTML elements like typography, tables, forms, and more.
2014-07-11 03:14:44 +00:00
< / p >
2014-12-24 11:26:51 +00:00
{% elsif page.url contains "components" %}
< h1 > Components< / h1 >
< p class = "lead" >
Custom design patterns built as reusable components, including dropdowns, input groups, navigation, alerts, and more.
< / p >
{% elsif page.url contains "javascript" %}
2014-07-12 09:18:46 +00:00
< h1 > JavaScript< / 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 >
2014-07-11 03:02:47 +00:00
{% elsif page.url contains "examples" %}
< h1 > Examples< / h1 >
2014-12-02 00:51:48 +00:00
< p class = "lead" > Build on the basic template above with Bootstrap's many components. Customize and adapt Bootstrap to suit your individual project's needs.< / p >
2014-07-13 08:45:26 +00:00
{% elsif page.url contains "about" %}
2014-07-13 08:38:08 +00:00
< 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 >
2014-12-19 06:35:37 +00:00
{% elsif page.url contains "migration" %}
< h1 > Migration< / h1 >
< p class = "lead" > Bootstrap 4 is not backwards compatible with v3.x.x. Use this section as a general guide to upgrading from v3.x.x to v4.0.0.< / p >
2014-07-11 00:54:06 +00:00
{% endif %}
{% include ads.html %}
< / div >
< / div >
2014-07-10 07:52:10 +00:00
< div class = "bs-docs-container bs-docs-content" >
2014-07-08 10:48:56 +00:00
{{ content }}
2013-05-09 04:56:08 +00:00
< / div >
2013-02-12 20:16:32 +00:00
2013-02-14 07:37:08 +00:00
{% include footer.html %}
2013-02-12 20:16:32 +00:00
< / body >
2013-02-26 08:37:59 +00:00
< / html >