diff options
| author | Mark Otto <[email protected]> | 2013-05-09 17:32:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-09 17:32:39 -0700 |
| commit | 562483b907860bc522fb34b3f76f96943d58ed85 (patch) | |
| tree | 93f44860a6b3f9742f52a2fe8becb80d92ed0fd4 /docs/getting-started.html | |
| parent | dbbd48f7bcc476d7e7f4780d6b342f1bce581ff0 (diff) | |
| download | bootstrap-562483b907860bc522fb34b3f76f96943d58ed85.tar.xz bootstrap-562483b907860bc522fb34b3f76f96943d58ed85.zip | |
more nav twerks for getting started page
Diffstat (limited to 'docs/getting-started.html')
| -rw-r--r-- | docs/getting-started.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index a3f908c31..cd8432690 100644 --- a/docs/getting-started.html +++ b/docs/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="downloading"> + <div class="bs-docs-section" id="download"> <div class="page-header"> - <h1>Downloading Bootstrap</h1> + <h1>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> @@ -39,7 +39,7 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex <hr> - <h3 id="bootstrap-cdn">Use the Bootstrap CDN</h3> + <h3 id="download-cdn">Use the Bootstrap CDN</h3> <p>The folks over at <a href="https://www.netdna.com/">NetDNA</a> have graciously provided CDN support for Bootstrap's CSS and JavaScript. To use, swap your local instances for the <a href="http://www.bootstrapcdn.com/">Bootstrap CDN</a> links listed below.</p> {% highlight html linenos %} <!-- Latest compiled and minified CSS --> @@ -90,7 +90,7 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex </div> <p class="lead">Make use of a super basic HTML template, or dive into a few examples we've started for you. We encourage folks to iterate on these examples and not simply use them as an end result.</p> - <h3>HTML template</h3> + <h3 id="examples-template">HTML template</h3> <p>Copy and paste the HTML from below to get started with a bare bones Bootstrap document.</p> {% highlight html %} <!DOCTYPE html> @@ -115,7 +115,7 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex </html> {% endhighlight %} - <h3>Examples</h3> + <h3 id="examples-list">Examples</h3> <div class="row bs-examples"> <div class="col col-lg-4"> <a class="thumbnail" href="/examples/starter-template/" target="_blank"> |
