Change wording around downloads.

pull/56/head
Glen Cheney 10 years ago
parent 3e9125ef65
commit 3a7f13de3d

@ -1,6 +1,6 @@
<h2>Changes<a href="#changelog"></a></h2>
<ul>
<li><code>v3.0.0</code> 8/26/14 - Refactored with improvements, added unit tests, more documentation. Removed some triggered events.</li>
<li><code>v3.0.0</code> 10/06/14 - Refactored with improvements, added unit tests, more documentation. Removed some triggered events.</li>
<li><code>v2.1.2</code> 6/01/14 - Use <code>window.jQuery</code> instead of <code>window.$</code> to work better with noConflict. Fixed <a href="https://github.com/Vestride/Shuffle/issues/25">#25</a>.</li>
<li><code>v2.1.1</code> 4/16/14 - Fix items with zero opacity overlapping visible ones in IE&lt;10.</li>
<li><code>v2.1.0</code> 4/12/14 - Register with bower as <code>shufflejs</code>.</li>

@ -27,7 +27,7 @@
<div class="site-nav__band">
<div class="container-fluid">
<button class="js-nav-toggle pull-right" data-close-label="Close Nav">Open Nav</button>
<button class="js-nav-toggle pull-right" data-close-label="Close Menu">Open Menu</button>
</div>
</div>
</nav>

@ -6,13 +6,18 @@ extraJS: [ "demos/homepage.js" ]
includeHeader: true
prism: true
---
<section id="downloads">
<section id="install">
<div class="container-fluid">
<h2>Downloads<a href="#downloads"></a></h2>
<h2>Install<a href="#install"></a></h2>
<div class="row-fluid">
<div class="span12">
<pre><code class="language">bower install shufflejs</code></pre>
</div>
</div>
<div class="row-fluid">
<nav class="span6" role="secondary">
<a href="{{ site.baseurl }}/dist/jquery.shuffle.js">jquery.shuffle.js</a>
<a href="{{ site.baseurl }}/dist/jquery.shuffle.min.js">jquery.shuffle.min.js</a>
<a href="https://github.com/Vestride/Shuffle">View the GitHub repository</a>
<a href="https://github.com/Vestride/Shuffle/releases">See the latest releases</a>
</nav>
</div>
</div>

Loading…
Cancel
Save