Update IDs on getting started page

This commit is contained in:
Mark Otto 2013-07-26 19:32:15 -07:00
parent e3b8081b7e
commit e2d497c385
1 changed files with 12 additions and 12 deletions

View File

@ -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>