diff options
| author | Mark Otto <[email protected]> | 2012-07-12 21:40:25 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-12 21:40:25 -0700 |
| commit | f36060dab5872268456a84aa0479bbacb022b959 (patch) | |
| tree | 0aae279ef9e26d9aff2b61d930219582adf0b83d /docs | |
| parent | 9343e1e933c1a38ec4cc58024b01edda631863b0 (diff) | |
| download | bootstrap-f36060dab5872268456a84aa0479bbacb022b959.tar.xz bootstrap-f36060dab5872268456a84aa0479bbacb022b959.zip | |
remove getting started link from home, add to navbar, overhaul getting started docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/templates/pages/getting-started.mustache | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache index 46dccbd58..519b43e15 100644 --- a/docs/templates/pages/getting-started.mustache +++ b/docs/templates/pages/getting-started.mustache @@ -35,12 +35,12 @@ <div class="span4"> <h3>Download compiled</h3> <p><strong>Fastest way to get started:</strong> get the compiled and minified versions of our CSS, JS, and images. No docs or original source files.</p> - <a class="btn btn-large btn-primary">Download Bootstrap</a> + <p><a class="btn btn-large btn-primary" href="assets/bootstrap.zip" {{#production}}onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download compiled']);"{{/production}}>Download Bootstrap</a></p> </div> <div class="span4"> <h3>Download source</h3> <p>Get the original files for all CSS and Javasript, along with a local copy of the docs by downloading the latest version directly from GitHub.</p> - <a class="btn btn-large">Download Bootstrap source</a> + <p><a class="btn btn-large" href="https://github.com/twitter/bootstrap/zipball/master" {{#production}}onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download source']);"{{/production}}>Download Bootstrap source</a></p> </div> </div> </section> |
