Skip to content
Closed
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
32 changes: 20 additions & 12 deletions pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,28 @@ <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>
<div class="project-tile six columns color secondary-green">
<a href="//jquerymobile.com" class="jquery-mobile small logo">jQuery Mobile</a>
</div>
<a href="//jqueryui.com">
<div class="project-tile six columns color secondary-orange">
<div class="jqueryui small logo"></div>
</div>
</a>
<a href="//jquerymobile.com">
<div class="project-tile six columns color secondary-green">
<div class="jquery-mobile small logo"></div>
</div>
</a>
</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>
<div class="project-tile six columns color sizzle-red">
<a href="//sizzlejs.com" class="sizzlejs small logo">Sizzle</a>
</div>
<a href="//qunitjs.com">
<div class="project-tile six columns color qunit-secondary-purple">
<div class="qunitjs small logo"></div>
</div>
</a>
<a href="//sizzlejs.com">
<div class="project-tile six columns color sizzle-red">
<div class="sizzlejs small logo"></div>
</div>
</a>
</section>
</section>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can't have a DIV inside of an A element.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rxaviers Don't link to HTML 4 specs. :) They may be seriously outdated, a lot of things changed in HTML5 (including this one AFAIK).

<aside class="four columns resources">
Expand Down