forked from leongersen/noUiSlider
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
79fbfc2
commit 27289a7
Showing
1 changed file
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,32 @@ | ||
<?php | ||
$title = "noUiSlider - Download noUiSlider for free!"; | ||
$description = "Download the latest version of noUiSlider safely from gitHub. For free!"; | ||
$title = "noUiSlider - Download noUiSlider for free!"; | ||
$description = "Download the latest version of noUiSlider safely from gitHub. For free!"; | ||
?> | ||
|
||
<h1>Download noUiSlider</h1> | ||
|
||
<section> | ||
|
||
<div class="view"> | ||
<div class="view"> | ||
|
||
<p>noUiSlider is open source, and you can use it <strong>for free</strong> in any personal or commercial product. No attribution required. Both the uncompressed and compressed version of noUiSlider are available in a <code>.zip</code> release, which is hosted by Github and available over <code>https</code>.</p> | ||
<p>noUiSlider is open source (MIT), and you can use it <strong>for free</strong> in any personal or commercial | ||
product. No attribution required.</p> | ||
|
||
<a class="button" href="https://github.com/leongersen/noUiSlider/archive/<?php echo $version; ?>.zip" data-category="convert" data-action="download">Download noUiSlider from Github</a> | ||
|
||
</div> | ||
<a href="/nouislider/tests/slider.html">Run the unit tests!</a> | ||
</div> | ||
</section> | ||
|
||
<section> | ||
<h3>Install noUiSlider using a package manager:</h3> | ||
|
||
<pre><code class="language-console">npm <span class="token function">install</span> <span class="token keyword">nouislider</span></code></pre> | ||
<pre><code class="language-console">yarn <span class="token function">add</span> <span class="token keyword">nouislider</span></code></pre> | ||
|
||
</section> | ||
|
||
<section> | ||
<a href="/nouislider/contact/">Help and contact</a> | ||
<br> | ||
<a href="/nouislider/tests/slider.html">Run the unit tests!</a> | ||
<h3>Download noUiSlider</h3> | ||
|
||
<a class="button" href="https://github.com/leongersen/noUiSlider/releases" data-category="convert" data-action="download">Download noUiSlider from Github</a> | ||
|
||
</section> |