From 305455a9b323f0dd43477055dae28b0d063c0880 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 26 Jul 2013 19:05:43 -0700 Subject: Use some vars for key urls for easier updating --- getting-started.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'getting-started.html') diff --git a/getting-started.html b/getting-started.html index 506a472b4..51909b66e 100644 --- a/getting-started.html +++ b/getting-started.html @@ -16,18 +16,18 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex

Download compiled CSS and JS

The fastest way to get started is to get the compiled and minified versions of our CSS and JavaScript. No documentation or original source files are included.

-

Download Bootstrap

+

Download Bootstrap


More download options

- Download latest source code + Download latest source code

Get the original files for all CSS and JavaScript by downloading the latest version directly from GitHub.

- Clone or fork via GitHub + Clone or fork via GitHub

Clone the entire project or fork your own version of Bootstrap to make it your own by visiting us on GitHub.

@@ -43,10 +43,10 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex

The folks over at NetDNA have graciously provided CDN support for Bootstrap's CSS and JavaScript. To use, swap your local instances for the Bootstrap CDN links listed below.

{% highlight html linenos %} - + - + {% endhighlight %}
-- cgit v1.2.3 From 71acb0c42bd120c61e2943f3d794a0b8a905644d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 26 Jul 2013 19:25:13 -0700 Subject: Tweak getting started section --- getting-started.html | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'getting-started.html') 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

The folks over at NetDNA have graciously provided CDN support for Bootstrap's CSS and JavaScript. To use, swap your local instances for the Bootstrap CDN links listed below.

{% highlight html linenos %} - + - + {% endhighlight %}
@@ -79,7 +79,7 @@ bootstrap/

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 (bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*). The image files are compressed using ImageOptim, a Mac app for compressing PNGs.

jQuery required

-

Please note that all JavaScript plugins require jQuery to be included, as shown in the starter template.

+

Please note that all JavaScript plugins require jQuery to be included, as shown in the starter template.

@@ -91,9 +91,8 @@ bootstrap/ -

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.

+

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.

-

HTML template

Copy and paste the HTML from below to get started with a bare bones Bootstrap document.

{% highlight html %} @@ -118,10 +117,8 @@ bootstrap/ {% endhighlight %} -
-

Looking for more example templates?

-

Check out the new Examples repository on GitHub, or view them in your browser. Included are over a dozen example templates for building with and extending Bootstrap.

+

Check out the new Examples repository on GitHub, or view them in your browser. Included are over a dozen example templates for building with and extending Bootstrap.

@@ -196,7 +193,7 @@ bootstrap/

-

The full Bootstrap license is located in the project repository for more information.

+

The full Bootstrap license is located in the project repository for more information.

-- cgit v1.2.3 From e2d497c385261ee03b7f0ed6caf5cc466080eeb0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 26 Jul 2013 19:32:15 -0700 Subject: Update IDs on getting started page --- getting-started.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'getting-started.html') 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 -
+

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.

@@ -59,9 +59,9 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex -
+

Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations.

Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap. You'll see something like this:

@@ -87,9 +87,9 @@ bootstrap/ -
+

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.

@@ -125,9 +125,9 @@ bootstrap/ -
+

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.

@@ -154,9 +154,9 @@ bootstrap/ -
+

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.

@@ -199,9 +199,9 @@ bootstrap/ -
+

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.

-- cgit v1.2.3