mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
some analytics tracking on getting started
This commit is contained in:
@@ -229,8 +229,8 @@
|
|||||||
|
|
||||||
<h2>What next?</h2>
|
<h2>What next?</h2>
|
||||||
<p class="lead">Head to the docs for information, examples, and code snippets, or take the next leap and customize Bootstrap for any upcoming project.</p>
|
<p class="lead">Head to the docs for information, examples, and code snippets, or take the next leap and customize Bootstrap for any upcoming project.</p>
|
||||||
<a class="btn btn-large" href="./scaffolding.html">Visit the Bootstrap docs</a>
|
<a class="btn btn-large" href="./scaffolding.html" >Visit the Bootstrap docs</a>
|
||||||
<a class="btn btn-large" href="./download.html" style="margin-left: 5px;">Customize Bootstrap</a>
|
<a class="btn btn-large" href="./download.html" style="margin-left: 5px;" >Customize Bootstrap</a>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -158,8 +158,8 @@
|
|||||||
|
|
||||||
<h2>What next?</h2>
|
<h2>What next?</h2>
|
||||||
<p class="lead">Head to the docs for information, examples, and code snippets, or take the next leap and customize Bootstrap for any upcoming project.</p>
|
<p class="lead">Head to the docs for information, examples, and code snippets, or take the next leap and customize Bootstrap for any upcoming project.</p>
|
||||||
<a class="btn btn-large" href="./scaffolding.html">Visit the Bootstrap docs</a>
|
<a class="btn btn-large" href="./scaffolding.html" {{#production}}onclick="_gaq.push(['_trackEvent', 'Getting started', 'Next steps', 'Visit docs']);"{{/production}}>Visit the Bootstrap docs</a>
|
||||||
<a class="btn btn-large" href="./download.html" style="margin-left: 5px;">Customize Bootstrap</a>
|
<a class="btn btn-large" href="./download.html" style="margin-left: 5px;" {{#production}}onclick="_gaq.push(['_trackEvent', 'Getting started', 'Next steps', 'Customize']);"{{/production}}>Customize Bootstrap</a>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user