Skip to content

Remove both functional and non-functional links to Tutorials page #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 19, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ <h2><span class="jq-jquery"><span>jQuery</span></span> is a new kind of JavaScri
<p>jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. <strong>jQuery is designed to change the way that you write JavaScript.</strong></p>
<ul class="jq-checkpoints jq-clearfix">
<li>
<a href="http://docs.jquery.com/Tutorials" title="Lightweight Footprint" class="jq-thickbox">Lightweight Footprint</a>
<a href="http://api.jquery.com" title="Lightweight Footprint" class="jq-thickbox">Lightweight Footprint</a>
<div class="jq-checkpointSubhead">
<p>About 31KB in size <em>(Minified and Gzipped)</em></p>
</div>
</li>
<li>
<a href="http://docs.jquery.com/Tutorials" title="CSS3 Compliant" class="jq-thickbox">CSS3 Compliant</a>
<a href="http://api.jquery.com" title="CSS3 Compliant" class="jq-thickbox">CSS3 Compliant</a>
<div class="jq-checkpointSubhead">
<p>Supports CSS 1-3 selectors and more!</p>
</div>
</li>
<li>
<a href="http://docs.jquery.com/Tutorials" title="Cross-browser" class="jq-thickbox">Cross-browser</a>
<a href="http://api.jquery.com" title="Cross-browser" class="jq-thickbox">Cross-browser</a>
<div class="jq-checkpointSubhead">
<p>IE 6.0+, FF 10+, Safari 5.0+, Opera, Chrome</p>
</div>
Expand Down Expand Up @@ -121,7 +121,7 @@ <h2>Learn <span class="jq-jquery"><span>jQuery</span></span> Now!</h2>
<pre>
<code>$("p.neat").addClass("ohmy").show("slow");</code>
</pre>
<a href="http://docs.jquery.com/Tutorials" class="jq-runCode">Run Code</a>
<a href="http://api.jquery.com" class="jq-runCode">Run Code</a>
<p class="neat"><strong>Congratulations!</strong> You just ran a snippet of jQuery code. Wasn't that easy? There's lots of example code throughout the <strong><a href="http://docs.jquery.com/">documentation</a></strong> on this site. Be sure to give all the code a test run to see what happens.</p>
</div>
</div>
Expand All @@ -135,14 +135,11 @@ <h3>Getting Started With jQuery</h3>
<a href="http://docs.jquery.com/How_jQuery_Works">How jQuery Works</a>
</li>
<li>
<a href="http://docs.jquery.com/Tutorials">Tutorials</a>
<a href="http://api.jquery.com/">jQuery API Documentation</a>
</li>
<li>
<a href="http://docs.jquery.com/Using_jQuery_with_Other_Libraries">Using jQuery with other libraries</a>
</li>
<li>
<a href="http://docs.jquery.com/">jQuery Documentation</a>
</li>
</ul>
</div>
<div class="jq-devResources">
Expand Down