mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
rework downloads to simplify and add sass
This commit is contained in:
+1
-4
@@ -9,10 +9,7 @@ base_url: "./"
|
||||
<span class="bs-booticon bs-booticon-lg">B</span>
|
||||
<h1>Bootstrap</h1>
|
||||
<p class="lead">The most popular front-end framework for designing and building on the web.</p>
|
||||
<p class="lead">
|
||||
<a href="{{ site.download_dist }}" class="btn btn-outline btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}']);" data-content="Quickly get started with Bootstrap's precompiled CSS, JavaScript, and fonts.">Download Bootstrap</a>
|
||||
<a href="{{ site.download_source }}" class="btn btn-outline btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version source }}']);" data-content="Download Bootstrap's LESS, JavaScript, font, and documentation source code.">Download source</a>
|
||||
</p>
|
||||
<p class="lead"><a href="{{ page.base_url }}getting-started#download" class="btn btn-outline btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}']);">Download Bootstrap</a></p>
|
||||
{% include ads.html %}
|
||||
</div>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user