2013-07-27 00:18:12 -07:00
<!DOCTYPE html>
2013-02-12 12:16:32 -08:00
< html lang = "en" >
< head >
2013-02-13 23:37:08 -08:00
<!-- Meta, title, CSS, favicons, etc. -->
{% include header.html %}
2013-02-12 12:16:32 -08:00
< / head >
2014-10-27 01:35:10 -07:00
< body class = "bs-docs" data-spy = "scroll" data-target = ".bs-docs-sidenav" >
2015-01-03 20:08:58 -08: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 12:16:32 -08:00
2015-01-19 15:25:49 -08:00
{% include nav-docs.html %}
2013-03-28 03:06:00 -07:00
2014-07-10 17:54:06 -07: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 01:30:32 -07: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 03:26:51 -08:00
{% elsif page.url contains "content" %}
2014-07-10 20:14:44 -07:00
< h1 > Components< / h1 >
< p class = "lead" >
2014-12-24 03:26:51 -08:00
Styles and patterns for common HTML elements like typography, tables, forms, and more.
2014-07-10 20:14:44 -07:00
< / p >
2014-12-24 03:26:51 -08: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 02:18:46 -07: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-10 20:02:47 -07:00
{% elsif page.url contains "examples" %}
< h1 > Examples< / h1 >
2014-12-01 16:51:48 -08: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 01:45:26 -07:00
{% elsif page.url contains "about" %}
2014-07-13 01:38:08 -07: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-18 22:35:37 -08: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-10 17:54:06 -07:00
{% endif %}
{% include ads.html %}
< / div >
< / div >
2014-07-10 00:52:10 -07:00
< div class = "bs-docs-container bs-docs-content" >
2014-07-08 03:48:56 -07:00
{{ content }}
2013-05-08 21:56:08 -07:00
< / div >
2013-02-12 12:16:32 -08:00
2013-02-13 23:37:08 -08:00
{% include footer.html %}
2013-02-12 12:16:32 -08:00
< / body >
2013-02-26 00:37:59 -08:00
< / html >