aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-26 19:32:15 -0700
committerMark Otto <[email protected]>2013-07-26 19:32:15 -0700
commite2d497c385261ee03b7f0ed6caf5cc466080eeb0 (patch)
tree62ccc27151e2c8e2648a62ea17a578a25b89386f /getting-started.html
parente3b8081b7ec12649f2a260dbff6fd6540773f52d (diff)
downloadbootstrap-e2d497c385261ee03b7f0ed6caf5cc466080eeb0.tar.xz
bootstrap-e2d497c385261ee03b7f0ed6caf5cc466080eeb0.zip
Update IDs on getting started page
Diffstat (limited to 'getting-started.html')
-rw-r--r--getting-started.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/getting-started.html b/getting-started.html
index d2aa08f26..78c4c8f57 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -8,9 +8,9 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex
<!-- Getting started
================================================== -->
- <div class="bs-docs-section" id="download">
+ <div class="bs-docs-section">
<div class="page-header">
- <h1>Download Bootstrap</h1>
+ <h1 id="download">Download Bootstrap</h1>
</div>
<p class="lead">There are a few easy ways to quickly get started with Bootstrap, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.</p>
@@ -59,9 +59,9 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex
<!-- File structure
================================================== -->
- <div class="bs-docs-section" id="whats-included">
+ <div class="bs-docs-section">
<div class="page-header">
- <h1>What's included</h1>
+ <h1 id="whats-included">What's included</h1>
</div>
<p class="lead">Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations.</p>
<p>Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap. You'll see something like this:</p>
@@ -87,9 +87,9 @@ bootstrap/
<!-- Template
================================================== -->
- <div class="bs-docs-section" id="template">
+ <div class="bs-docs-section">
<div class="page-header">
- <h1>Basic template</h1>
+ <h1 id="template">Basic template</h1>
</div>
<p class="lead">Make use of a super basic HTML template, or dive into a <a href="{{ site.examples }}">few examples</a> we've started for you. We encourage folks to iterate on these examples and not simply use them as an end result.</p>
@@ -125,9 +125,9 @@ bootstrap/
<!-- Browser compatibility
================================================== -->
- <div class="bs-docs-section" id="browsers">
+ <div class="bs-docs-section">
<div class="page-header">
- <h1>Browser compatibility</h1>
+ <h1 id="browsers">Browser compatibility</h1>
</div>
<p class="lead">Bootstrap is built to work best in the latest desktop and mobile browsers, meaning older and less advanced browsers might receive a less stylized, though fully functional, version of certain components.</p>
@@ -154,9 +154,9 @@ bootstrap/
<!-- License FAQs
================================================== -->
- <div class="bs-docs-section" id="license-faqs">
+ <div class="bs-docs-section">
<div class="page-header">
- <h1>License FAQs</h1>
+ <h1 id="license-faqs">License FAQs</h1>
</div>
<p class="lead">Bootstrap is released under the Apache 2 license and is copyright {{ site.time | date: "%Y" }} Twitter. Boiled down to smaller chunks, it can be described with the following conditions.</p>
@@ -199,9 +199,9 @@ bootstrap/
- <div class="bs-docs-section" id="customizing">
+ <div class="bs-docs-section">
<div class="page-header">
- <h1>Customizing Bootstrap</h1>
+ <h1 id="customizing">Customizing Bootstrap</h1>
</div>
<p class="lead">Customizing Bootstrap is best accomplished when you treat it as another dependency in your development stack. Doing so ensures future upgrades are as easy as possible while also familiarizing yourself to the intricacies of the framework.</p>