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">
<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>
<nav>
@ -31,7 +31,7 @@
<li><a href="#usage">Usage</a></li>
<li><a href="#documentation">Documentation</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>
</nav>
</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>
</div>
<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>
</section>
@ -153,7 +153,7 @@
<div class="m_txt">
<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>
<nav>
@ -298,25 +298,25 @@
<h3 class="heading-l">gridster.<u>js</u></h3>
<dl>
<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>
<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>
<h3 class="heading-l">gridster.<u>css</u></h3>
<dl>
<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>
<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>
<h3 class="heading-l">or clone the repo from github</h3>
<dl>
<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>
<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>
@ -343,17 +343,16 @@
</div>
<footer role="footer">
<footer role="footer">
<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>
</div>
<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>
</footer>
<script type="text/javascript" src="libs/jquery/jquery.js"></script>
<script type="text/javascript" src="libs/jquery-ui/jquery-ui.js"></script>