diff options
| author | Mark Otto <[email protected]> | 2013-07-26 19:25:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 19:25:13 -0700 |
| commit | 71acb0c42bd120c61e2943f3d794a0b8a905644d (patch) | |
| tree | ada93f3e996d9fd69e7fa34abddf03ba865b82d4 /getting-started.html | |
| parent | 259ff8b6a49a76231c46d922bdfdf114f1e8f8ea (diff) | |
| download | bootstrap-71acb0c42bd120c61e2943f3d794a0b8a905644d.tar.xz bootstrap-71acb0c42bd120c61e2943f3d794a0b8a905644d.zip | |
Tweak getting started section
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/getting-started.html b/getting-started.html index 51909b66e..d2aa08f26 100644 --- a/getting-started.html +++ b/getting-started.html @@ -43,10 +43,10 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex <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 --> -<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/css/bootstrap.min.css"> +<link href="{{ site.cdn_css }}"> <!-- Latest compiled and minified JavaScript --> -<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/js/bootstrap.min.js"></script> +<script src="{{ site.cdn_js }}"></script> {% endhighlight %} <div class="bs-callout bs-callout-warning" id="callout-less-compilation"> @@ -79,7 +79,7 @@ bootstrap/ <p>This is the most basic form of Bootstrap: compiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (<code>bootstrap.*</code>), as well as compiled and minified CSS and JS (<code>bootstrap.min.*</code>). The image files are compressed using <a href="http://imageoptim.com/">ImageOptim</a>, a Mac app for compressing PNGs.</p> <div class="bs-callout bs-callout-danger"> <h4>jQuery required</h4> - <p>Please note that <strong>all JavaScript plugins require jQuery</strong> to be included, as shown in the <a href="#examples">starter template</a>.</p> + <p>Please note that <strong>all JavaScript plugins require jQuery</strong> to be included, as shown in the <a href="#template">starter template</a>.</p> </div> </div> @@ -91,9 +91,8 @@ bootstrap/ <div class="page-header"> <h1>Basic template</h1> </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> + <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> - <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> @@ -118,10 +117,8 @@ bootstrap/ </html> {% endhighlight %} - <hr> - <h3>Looking for more example templates?</h3> - <p>Check out the new <a href="https://github.com/twbs/bootstrap-examples">Examples repository on GitHub</a>, or <a href="http://examples.getbootstrap.com">view them in your browser</a>. Included are over a dozen example templates for building with and extending Bootstrap.</p> + <p>Check out the new <a href="{{ site.examples_repo }}">Examples repository on GitHub</a>, or <a href="{{ site.examples }}">view them in your browser</a>. Included are over a dozen example templates for building with and extending Bootstrap.</p> </div> @@ -196,7 +193,7 @@ bootstrap/ </ul> </div> </div> - <p>The full Bootstrap license is located <a href="https://github.com/twbs/bootstrap/blob/master/README.md">in the project repository</a> for more information.</p> + <p>The full Bootstrap license is located <a href="{{ site.repo }}/blob/master/README.md">in the project repository</a> for more information.</p> </div><!-- /.bs-docs-section --> |
