Commit fae691c3 authored by Mark Otto's avatar Mark Otto

some analytics tracking on getting started

parent f22b0609
......@@ -229,8 +229,8 @@
<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>
<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="./scaffolding.html" >Visit the Bootstrap docs</a>
<a class="btn btn-large" href="./download.html" style="margin-left: 5px;" >Customize Bootstrap</a>
</section>
......
......@@ -158,8 +158,8 @@
<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>
<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="./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;" {{#production}}onclick="_gaq.push(['_trackEvent', 'Getting started', 'Next steps', 'Customize']);"{{/production}}>Customize Bootstrap</a>
</section>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment