links to downloads and others

This commit is contained in:
vieron
2012-07-18 19:07:59 +02:00
parent 257914ee99
commit f4a9ae80d8

View File

@@ -22,7 +22,7 @@
<header role="header"> <header role="header">
<div class="wrapper"> <div class="wrapper">
<a href="" class="logo">gridster.js</a> <a href="http://ducksboard.github.com/gridster.js/" class="logo">gridster.js</a>
<h1 class="claim">put a grid in your life</h1> <h1 class="claim">put a grid in your life</h1>
<nav> <nav>
@@ -31,7 +31,7 @@
<li><a href="#usage">Usage</a></li> <li><a href="#usage">Usage</a></li>
<li><a href="#documentation">Documentation</a></li> <li><a href="#documentation">Documentation</a></li>
<li><a href="#download">Download</a></li> <li><a href="#download">Download</a></li>
<li><a href="#">Issues</a></li> <li><a href="https://github.com/ducksboard/gridster.js/issues">Issues</a></li>
</ul> </ul>
</nav> </nav>
</div> </div>
@@ -46,7 +46,7 @@
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat.</p> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat.</p>
</div> </div>
<div class="ttr"> <div class="ttr">
<a href="" class="i_download"><span>Download now</span></a> <a href="https://github.com/ducksboard/gridster.js/zipball/master" class="i_download"><span>Download now</span></a>
</div> </div>
</section> </section>
@@ -153,7 +153,7 @@
<div class="m_txt"> <div class="m_txt">
<h3 class="heading-m">Methods</h3> <h3 class="heading-m">Methods</h3>
<p>The methods listed here are the most common. If this is never enough take a look to the <a href="">documentation generated from source</a>.</p> <p>The methods listed here are the most common. If this is never enough take a look to the <a href="http://ducksboard.github.com/gridster.js/docs/classes/Gridster.html">documentation generated from source</a>.</p>
</div> </div>
<nav> <nav>
@@ -298,25 +298,25 @@
<h3 class="heading-l">gridster.<u>js</u></h3> <h3 class="heading-l">gridster.<u>js</u></h3>
<dl> <dl>
<dt>Development version</dt> <dt>Development version</dt>
<dd><a href="">jquery.gridster.js</a></dd> <dd><a href="http://ducksboard.github.com/gridster.js/dist/jquery.gridster.js">jquery.gridster.js</a></dd>
<dt>Production version (minified)</dt> <dt>Production version (minified)</dt>
<dd><a href="">jquery.gridster.min.js</a></dd> <dd><a href="http://ducksboard.github.com/gridster.js/dist/jquery.gridster.min.js">jquery.gridster.min.js</a></dd>
</dl> </dl>
<h3 class="heading-l">gridster.<u>css</u></h3> <h3 class="heading-l">gridster.<u>css</u></h3>
<dl> <dl>
<dt>Development version</dt> <dt>Development version</dt>
<dd><a href="">jquery.gridster.css</a></dd> <dd><a href="http://ducksboard.github.com/gridster.js/dist/jquery.gridster.css">jquery.gridster.css</a></dd>
<dt>Production version (minified)</dt> <dt>Production version (minified)</dt>
<dd><a href="">jquery.gridster.min.css</a></dd> <dd><a href="http://ducksboard.github.com/gridster.js/dist/jquery.gridster.min.css">jquery.gridster.min.css</a></dd>
</dl> </dl>
<h3 class="heading-l">or clone the repo from github</h3> <h3 class="heading-l">or clone the repo from github</h3>
<dl> <dl>
<dt>Github project</dt> <dt>Github project</dt>
<dd><a href="">gridster.js</a></dd> <dd><a href="https://github.com/ducksboard/gridster.js">gridster.js</a></dd>
<dt>Download .zip</dt> <dt>Download .zip</dt>
<dd><a href="">gridster.js.zip</a></dd> <dd><a href="https://github.com/ducksboard/gridster.js/zipball/master">gridster.js.zip</a></dd>
</dl> </dl>
@@ -343,17 +343,16 @@
</div> </div>
<footer role="footer"> <footer role="footer">
<div class="wrapper"> <div class="wrapper">
<a href="#" class="logo-small">gridster.js</a> <a href="http://ducksboard.github.com/gridster.js" class="logo-small">gridster.js</a>
<p class="claim">put a grid in your life</p> <p class="claim">put a grid in your life</p>
</div> </div>
<p> <p>
A project by: <a href="#" class="ducksboard-logo">Ducksboard</a> A project by: <a href="http://ducksboard.com" class="ducksboard-logo">Ducksboard</a>
</p> </p>
</footer> </footer>
<script type="text/javascript" src="libs/jquery/jquery.js"></script> <script type="text/javascript" src="libs/jquery/jquery.js"></script>
<script type="text/javascript" src="libs/jquery-ui/jquery-ui.js"></script> <script type="text/javascript" src="libs/jquery-ui/jquery-ui.js"></script>