From 562483b907860bc522fb34b3f76f96943d58ed85 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 9 May 2013 17:32:39 -0700 Subject: [PATCH] more nav twerks for getting started page --- docs/_includes/nav-getting-started.html | 24 ++++++++++++++++++++---- docs/getting-started.html | 10 +++++----- 2 files changed, 25 insertions(+), 9 deletions(-) diff --git a/docs/_includes/nav-getting-started.html b/docs/_includes/nav-getting-started.html index e7ebd88723..fd6f8c98b0 100644 --- a/docs/_includes/nav-getting-started.html +++ b/docs/_includes/nav-getting-started.html @@ -1,4 +1,20 @@ -
  • Downloading Bootstrap
  • -
  • What's included
  • -
  • Templates and examples
  • -
  • Customizing Bootstrap
  • \ No newline at end of file +
  • + Download Bootstrap + +
  • +
  • + What's included +
  • +
  • + Templates and examples + +
  • +
  • + Customizing Bootstrap +
  • \ No newline at end of file diff --git a/docs/getting-started.html b/docs/getting-started.html index a3f908c31d..cd84326900 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 -
    +

    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.

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

    Use the Bootstrap CDN

    +

    Use the Bootstrap CDN

    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 %} @@ -90,7 +90,7 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex

    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

    +

    HTML template

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

    {% highlight html %} @@ -115,7 +115,7 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex {% endhighlight %} -

    Examples

    +

    Examples