mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Merge pull request #9389 from twbs/emphasize-git-HEAD
Emphasize git HEAD downloads
This commit is contained in:
commit
f25a4805ed
@ -13,7 +13,7 @@ port: 9001
|
|||||||
# Custom vars
|
# Custom vars
|
||||||
repo: https://github.com/twbs/bootstrap
|
repo: https://github.com/twbs/bootstrap
|
||||||
download: https://github.com/twbs/bootstrap/archive/3.0.0-wip.zip
|
download: https://github.com/twbs/bootstrap/archive/3.0.0-wip.zip
|
||||||
download_dist: http://getbootstrap.com/bs-v3.0.0-rc1-dist.zip
|
download_dist: http://getbootstrap.com/bs-v3.0.0-rc.2-dist.zip
|
||||||
|
|
||||||
examples: http://examples.getbootstrap.com
|
examples: http://examples.getbootstrap.com
|
||||||
examples_repo: https://github.com/twbs/bootstrap-examples
|
examples_repo: https://github.com/twbs/bootstrap-examples
|
||||||
@ -24,5 +24,5 @@ glyphicons_repo: https://github.com/twbs/bootstrap-glyphicons
|
|||||||
blog: http://blog.getbootstrap.com
|
blog: http://blog.getbootstrap.com
|
||||||
expo: http://expo.getbootstrap.com
|
expo: http://expo.getbootstrap.com
|
||||||
|
|
||||||
cdn_css: //netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/css/bootstrap.min.css
|
cdn_css: //netdna.bootstrapcdn.com/bootstrap/3.0.0-wip/css/bootstrap.min.css
|
||||||
cdn_js: //netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/js/bootstrap.min.js
|
cdn_js: //netdna.bootstrapcdn.com/bootstrap/3.0.0-wip/js/bootstrap.min.js
|
||||||
|
@ -15,9 +15,14 @@ base_url: "../"
|
|||||||
</div>
|
</div>
|
||||||
<p class="lead">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.</p>
|
<p class="lead">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.</p>
|
||||||
|
|
||||||
|
<h3>Download latest full source</h3>
|
||||||
|
<p class="lead">Until Bootstrap 3.0.0 is finalized, download the latest full source code (includes compiled and minified versions of our CSS and JavaScript under the <code>dist/</code> directory).</p>
|
||||||
|
<a href="{{ site.download }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download source']);">Download latest Bootstrap 3</a>
|
||||||
|
<!--
|
||||||
<h3>Download compiled CSS and JS</h3>
|
<h3>Download compiled CSS and JS</h3>
|
||||||
<p class="lead">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.</p>
|
<p class="lead">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.</p>
|
||||||
<p><a class="btn btn-lg btn-primary" href="{{ site.download_dist }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download compiled']);">Download Bootstrap</a></p>
|
<p><a class="btn btn-lg btn-primary" href="{{ site.download_dist }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download compiled']);">Download Bootstrap</a></p>
|
||||||
|
-->
|
||||||
|
|
||||||
<h3 id="download-options">More download options</h3>
|
<h3 id="download-options">More download options</h3>
|
||||||
<div class="bs-docs-dl-options">
|
<div class="bs-docs-dl-options">
|
||||||
|
Loading…
Reference in New Issue
Block a user