2013-07-27 09:18:12 +02:00
<!DOCTYPE html>
2013-02-12 21:16:32 +01:00
< html lang = "en" >
< head >
2013-02-14 08:37:08 +01:00
<!-- Meta, title, CSS, favicons, etc. -->
{% include header.html %}
2013-02-12 21:16:32 +01:00
< / head >
2014-10-27 09:35:10 +01:00
< body class = "bs-docs" data-spy = "scroll" data-target = ".bs-docs-sidenav" >
2014-02-10 19:46:17 +01:00
< a class = "sr-only sr-only-focusable" href = "#content" > Skip to main content< / a >
2013-02-12 21:16:32 +01:00
2014-07-12 11:25:07 +02:00
{% include docs-nav.html %}
2013-03-28 11:06:00 +01:00
2014-07-11 02:54:06 +02: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 10:30:32 +02: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-07-11 05:14:44 +02:00
{% elsif page.url contains "components" %}
< h1 > Components< / h1 >
< p class = "lead" >
Global styles for common HTML elements, as well as dozens of reusable components like dropdowns, input groups, navigation, alerts, and much more.
< / p >
2014-07-12 11:18:46 +02:00
{% elsif page.url contains "javascript" %}
< 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 05:02:47 +02:00
{% elsif page.url contains "examples" %}
< h1 > Examples< / h1 >
2014-12-02 01:51:48 +01: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 10:45:26 +02:00
{% elsif page.url contains "about" %}
2014-07-13 10:38:08 +02: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-07-11 02:54:06 +02:00
{% endif %}
{% include ads.html %}
< / div >
< / div >
2014-07-10 09:52:10 +02:00
< div class = "bs-docs-container bs-docs-content" >
2014-07-08 12:48:56 +02:00
{{ content }}
2013-05-09 06:56:08 +02:00
< / div >
2013-02-12 21:16:32 +01:00
2013-02-14 08:37:08 +01:00
{% include footer.html %}
2013-02-12 21:16:32 +01:00
< / body >
2013-02-26 09:37:59 +01:00
< / html >