Skip to content

Commit f425f64

Browse files
committed
Move "Other jQuery Foundation projects" section out of sidebar on home page
1 parent 2f86b3b commit f425f64

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

pages/index.html

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,8 @@ <h2 class="block">Who's Using jQuery</h2>
6060
<li class="three columns"><a class="backbone" href="http://backbonejs.org/">Backbone.js</a></li>
6161
<li class="three columns"><a class="wikipedia" href="http://www.wikipedia.org/">Wikipedia</a></li>
6262
</ul>
63-
</section>
64-
<aside id="sidebar" class="four columns">
65-
<h3>Resources</h3>
66-
<ul>
67-
<li><a href="http://api.jquery.com">jQuery Core API Documentation</a></li>
68-
<li><a href="http://learn.jquery.com">jQuery Learning Center</a></li>
69-
<li><a href="http://blog.jquery.com">jQuery Blog</a></li>
70-
<li><a href="http://contribute.jquery.com">Contribute to jQuery</a></li>
71-
<li><a href="http://jquery.org">About the jQuery Foundation</a></li>
72-
<li><a href="http://bugs.jquery.com">Browse or Submit jQuery Bugs</a></li>
73-
<li class="try-jquery"><a href="http://try.jquery.com">Try jQuery</a></li>
74-
</ul>
75-
<h3>Other jQuery Foundation Projects</h3>
63+
64+
<h2 class="block">Other jQuery Foundation Projects</h2>
7665
<section class="project-tiles row">
7766
<div class="project-tile six columns color secondary-orange">
7867
<a href="//jqueryui.com" class="jqueryui small logo">jQueryUI</a>
@@ -89,6 +78,18 @@ <h3>Other jQuery Foundation Projects</h3>
8978
<a href="//sizzlejs.com" class="sizzlejs small logo">Sizzle</a>
9079
</div>
9180
</section>
81+
</section>
82+
<aside id="sidebar" class="four columns">
83+
<h3>Resources</h3>
84+
<ul>
85+
<li><a href="http://api.jquery.com">jQuery Core API Documentation</a></li>
86+
<li><a href="http://learn.jquery.com">jQuery Learning Center</a></li>
87+
<li><a href="http://blog.jquery.com">jQuery Blog</a></li>
88+
<li><a href="http://contribute.jquery.com">Contribute to jQuery</a></li>
89+
<li><a href="http://jquery.org">About the jQuery Foundation</a></li>
90+
<li><a href="http://bugs.jquery.com">Browse or Submit jQuery Bugs</a></li>
91+
<li class="try-jquery"><a href="http://try.jquery.com">Try jQuery</a></li>
92+
</ul>
9293

9394
</aside>
9495
</div>

0 commit comments

Comments
 (0)