Skip to content

Commit

Permalink
jquery#19 javascript fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashg1910 committed Mar 31, 2015
1 parent 1b73245 commit f8fae65
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pages/index.html
Expand Up @@ -62,19 +62,19 @@ <h2 class="block">Corporate Members</h2>

<h2 class="block">Other jQuery Foundation Projects</h2>
<section class="project-tiles row">
<div class="project-tile six columns color secondary-orange">
<a href="//jqueryui.com" class="jqueryui small logo">jQueryUI</a>
<div class="project-tile six columns color secondary-orange" onclick="location.href='//jqueryui.com';">
<a class="jqueryui small logo">jQueryUI</a>
</div>
<div class="project-tile six columns color secondary-green">
<a href="//jquerymobile.com" class="jquery-mobile small logo">jQuery Mobile</a>
<div class="project-tile six columns color secondary-green" onclick="location.href='//jquerymobile.com';">
<a class="jquery-mobile small logo">jQuery Mobile</a>
</div>
</section>
<section class="project-tiles row">
<div class="project-tile six columns color qunit-secondary-purple">
<a href="//qunitjs.com" class="qunitjs small logo">QUnit</a>
<div class="project-tile six columns color qunit-secondary-purple" onclick="location.href='//qunitjs.com';">
<a class="qunitjs small logo">QUnit</a>
</div>
<div class="project-tile six columns color sizzle-red">
<a href="//sizzlejs.com" class="sizzlejs small logo">Sizzle</a>
<div class="project-tile six columns color sizzle-red" onclick="location.href='//sizzlejs.com';">
<a class="sizzlejs small logo">Sizzle</a>
</div>
</section>
</section>
Expand Down

0 comments on commit f8fae65

Please sign in to comment.