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-03-17 09:03:16 +00:00
|
|
|
<body class="bs-docs">
|
2014-02-10 18:46:17 +00:00
|
|
|
<a class="sr-only sr-only-focusable" href="#content">Skip to main content</a>
|
2013-02-12 20:16:32 +00:00
|
|
|
|
2014-03-17 09:03:16 +00:00
|
|
|
{% include nav/docs.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-11 03:14:44 +00: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-11 03:02:47 +00:00
|
|
|
{% elsif page.url contains "examples" %}
|
|
|
|
|
<h1>Examples</h1>
|
|
|
|
|
<p class="lead">Examples.</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>
|