Skip to content

Commit

Permalink
homepage download link
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyettinger committed Feb 15, 2012
1 parent 525fe52 commit 775d691
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
body { background: #fff; font: 14px/1.2 arial, helvetica, sans-serif; margin: 1% auto; width: 600px; padding: 20px; border-radius: 10px; border: 1px solid #000; box-shadow: 0px 3px 60px #000; }
p { margin: 10px auto; }
ol { margin-left: 40px; }
h2 { margin: 10px 0; }
#example { width: 400px; margin: 50px; }
footer { margin-top: 20px; }

Expand Down Expand Up @@ -44,16 +45,19 @@ <h1>jQuery.tabbed() navigation plugin</h1>

<p>View source to see examples.</p>
<p>Follow the project or read the documentation on <a href="https://github.com/chovy/tabbed-navigation">github.com/chovy/tabbed-navigation</a></p>

<h2>Files</h2>
<ol id="files">
<li>jquery.tabbed.js</li>
<li>jquery.tabbed.css</li>
<li>jquery.tabbed.ie.css</li>
<li>Download: <a href="http://">jquery.tabbed-v01.tar.gz</a>
</ol>
<p>Requirements:
<a href="http://jquery.com">jQuery</a> (tested with jQuery 1.4, 1.6.2, 1.7.1, Firefox 10, Safari 5.1, Chrome 17, Opera 11, IE 7/8/9)
</p>

<h2>Download</h2>
<p><a href="https://github.com/downloads/chovy/tabbed-navigation/jquery.tabbed-1.0.1.tgz">jquery.tabbed-1.0.1.tgz</a></p>

<h2>Requirements</h2>
<p><a href="http://jquery.com">jQuery</a>: Tested with jQuery 1.4, 1.6.2, 1.7.1, Firefox 10, Safari 5.1, Chrome 17, Opera 11, IE 7/8/9.</p>

<h2>Todo list</h2>
<ol id="todo">
Expand Down

0 comments on commit 775d691

Please sign in to comment.