@@ -43,10 +43,10 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex
...
@@ -43,10 +43,10 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex
<p>The folks over at <ahref="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 <ahref="http://www.bootstrapcdn.com/">Bootstrap CDN</a> links listed below.</p>
<p>The folks over at <ahref="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 <ahref="http://www.bootstrapcdn.com/">Bootstrap CDN</a> links listed below.</p>
<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 <ahref="http://imageoptim.com/">ImageOptim</a>, a Mac app for compressing PNGs.</p>
<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 <ahref="http://imageoptim.com/">ImageOptim</a>, a Mac app for compressing PNGs.</p>
<divclass="bs-callout bs-callout-danger">
<divclass="bs-callout bs-callout-danger">
<h4>jQuery required</h4>
<h4>jQuery required</h4>
<p>Please note that <strong>all JavaScript plugins require jQuery</strong> to be included, as shown in the <ahref="#examples">starter template</a>.</p>
<p>Please note that <strong>all JavaScript plugins require jQuery</strong> to be included, as shown in the <ahref="#template">starter template</a>.</p>
</div>
</div>
</div>
</div>
...
@@ -91,9 +91,8 @@ bootstrap/
...
@@ -91,9 +91,8 @@ bootstrap/
<divclass="page-header">
<divclass="page-header">
<h1>Basic template</h1>
<h1>Basic template</h1>
</div>
</div>
<pclass="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>
<pclass="lead">Make use of a super basic HTML template, or dive into a <ahref="{{ 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>
<h3id="examples-template">HTML template</h3>
<p>Copy and paste the HTML from below to get started with a bare bones Bootstrap document.</p>
<p>Copy and paste the HTML from below to get started with a bare bones Bootstrap document.</p>
{% highlight html %}
{% highlight html %}
<!DOCTYPE html>
<!DOCTYPE html>
...
@@ -118,10 +117,8 @@ bootstrap/
...
@@ -118,10 +117,8 @@ bootstrap/
</html>
</html>
{% endhighlight %}
{% endhighlight %}
<hr>
<h3>Looking for more example templates?</h3>
<h3>Looking for more example templates?</h3>
<p>Check out the new <ahref="https://github.com/twbs/bootstrap-examples">Examples repository on GitHub</a>, or <ahref="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 <ahref="{{ site.examples_repo }}">Examples repository on GitHub</a>, or <ahref="{{ site.examples }}">view them in your browser</a>. Included are over a dozen example templates for building with and extending Bootstrap.</p>
</div>
</div>
...
@@ -196,7 +193,7 @@ bootstrap/
...
@@ -196,7 +193,7 @@ bootstrap/
</ul>
</ul>
</div>
</div>
</div>
</div>
<p>The full Bootstrap license is located <ahref="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 <ahref="{{ site.repo }}/blob/master/README.md">in the project repository</a> for more information.</p>