Skip to content

Commit 8651e55

Browse files
committed
footer-jquery.php: Fixed icons and markup.
1 parent 8fa24b9 commit 8651e55

File tree

1 file changed

+81
-82
lines changed

1 file changed

+81
-82
lines changed

themes/jquery/footer-jquery.php

+81-82
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,89 @@
1+
</div>
12
</div>
2-
<!-- /container -->
33

4-
<!-- footer -->
5-
<footer id="site-footer" class="clearfix">
4+
<footer class="clearfix simple">
5+
<div class="constrain">
6+
<div class="col7-3 col">
7+
<h3><span>Quick Access</span></h3>
8+
<div class="cdn">
9+
<strong>CDN</strong>
10+
<input value="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js">
11+
</div>
12+
<div class="download">
13+
<strong>Download jQuery 1.7.2:</strong>
14+
<span>
15+
<a href="http://code.jquery.com/jquery-1.7.2.min.js">Minified <em>(32KB)</em></a>
16+
<a href="http://code.jquery.com/jquery-1.7.2.js">Unminified <em>(247KB)</em></a>
17+
</span>
18+
</div>
19+
<ul class="footer-icon-links">
20+
<li><a class="icon-github" href="http://github.com/jquery/jquery">GitHub <small>jQuery <br>Source</small></a></li>
21+
<li><a class="icon-group" href="http://forum.jquery.com">Forum <small>Community <br>Support</small></a></li>
22+
<li><a class="icon-warning-sign" href="http://bugs.jquery.com">Bugs <small>Issue <br>Tracker</small></a></li>
23+
</ul>
24+
</div>
625

7-
<div class="constrain">
26+
<div class="col7-2 col">
27+
<h3><span>Presentations</span></h3>
28+
<ul class="presentations">
29+
<li>
30+
<a href="#">
31+
<span><img src="<?php echo get_template_directory_uri(); ?>/content/presentations/building-spas-jquerys-best-friends.jpg" alt="Building Single Page Applications With jQuery's Best Friends by Addy Osmoni" width="142" height="92" /></span>
32+
<strong>Building Single Page Applications With jQuery's Best Friends</strong><br />
33+
<cite>Addy Osmoni</cite>
34+
</a>
35+
</li>
36+
<li>
37+
<a href="#">
38+
<span><img src="<?php echo get_template_directory_uri(); ?>/content/presentations/addyosmani-2.jpg" alt="jQuery Performance Tips &amp; Tricks by Addy Osmoni" width="142" height="92" /></span>
39+
<strong>jQuery Performance<br />Tips &amp; Tricks</strong><br />
40+
<cite>Addy Osmoni</cite>
41+
</a>
42+
</li>
43+
</ul>
44+
</div>
845

9-
<?php // get_sidebar( 'footer' ); ?>
10-
11-
<div class="col7-3 col">
12-
<h3><span>Quick Access</span></h3>
13-
<div class="cdn">
14-
<strong>CDN</strong>
15-
<input value="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js">
16-
</div>
17-
<div class="download">
18-
<strong>Download jQuery 1.7.2:</strong>
19-
<span><a href="http://code.jquery.com/jquery-1.7.2.min.js">Minified <em>(32KB)</em></a>
20-
<a href="http://code.jquery.com/jquery-1.7.2.js">Unminified <em>(247KB)</em></a></span>
21-
</div>
22-
<ul class="footer-icon-links">
23-
<li class="footer-icon icon-github"><a href="http://github.com/jquery/jquery">GitHub <small>jQuery <br>Source</small></a></li>
24-
<li class="footer-icon icon-forum"><a href="http://forum.jquery.com">Forum <small>Community <br>Support</small></a></li>
25-
<li class="footer-icon icon-bugs"><a href="http://bugs.jquery.com">Bugs <small>Issue <br>Tracker</small></a></li>
26-
</ul>
27-
</div>
28-
29-
<div class="col7-2 col">
30-
<h3><span>Presentations</span></h3>
31-
<ul class="presentations">
32-
<li>
33-
<a href="#">
34-
<span><img src="<?php echo get_template_directory_uri(); ?>/content/presentations/building-spas-jquerys-best-friends.jpg" alt="Building Single Page Applications With jQuery's Best Friends by Addy Osmoni" width="142" height="92" /></span>
35-
<strong>Building Single Page Applications With jQuery's Best Friends</strong><br />
36-
<cite>Addy Osmoni</cite>
37-
</a>
38-
</li>
39-
<li>
40-
<a href="#">
41-
<span><img src="<?php echo get_template_directory_uri(); ?>/content/presentations/addyosmani-2.jpg" alt="jQuery Performance Tips &amp; Tricks by Addy Osmoni" width="142" height="92" /></span>
42-
<strong>jQuery Performance<br />Tips &amp; Tricks</strong><br />
43-
<cite>Addy Osmoni</cite>
44-
</a>
45-
</li>
46-
</ul>
47-
</div>
48-
49-
<div class="col7-2 col">
50-
<h3><span>Books</span></h3>
51-
<ul class="books">
52-
<li>
53-
<a href="http://link.packtpub.com/S3Fr9Q">
54-
<span class="bottom"><img src="<?php echo get_template_directory_uri(); ?>/content/books/learning-jquery-3rd-ed.jpg" alt="Learning jQuery 3rd Edition by Karl Swedberg and Jonathan Chaffer" width="92" height="114" /></span>
55-
<strong>Learning jQuery Third Edition</strong><br />
56-
<cite>Karl Swedberg and Jonathan Chaffer</cite>
57-
</a>
58-
</li>
59-
<li>
60-
<a href="http://www.manning.com/affiliate/idevaffiliate.php?id=648_176">
61-
<span><img src="<?php echo get_template_directory_uri(); ?>/content/books/jquery-in-action.jpg" alt="jQuery in Action by Bear Bibeault and Yehuda Katz" width="92" height="114" /></span>
62-
<strong>jQuery in Action</strong><br />
63-
<cite>Bear Bibeault and Yehuda Katz</cite>
64-
</a>
65-
</li>
66-
<li>
67-
<a href="http://jqueryenlightenment.com/">
68-
<span><img src="<?php echo get_template_directory_uri(); ?>/content/books/jquery-enlightenment.jpg" alt="jQuery Enlightenment by Cody Lindley" width="92" height="114" /></span>
69-
<strong>jQuery Enlightenment</strong><br />
70-
<cite>Cody Lindley</cite>
71-
</a>
72-
</li>
73-
</ul>
74-
</div>
75-
<div id="legal">
76-
<ul class="footer-site-links">
77-
<li class="icon-learning-center icon"><a href="http://learn.jquery.com/">Learning Center</a></li>
78-
<li class="icon-forum icon"><a href="http://forum.jquery.com/">Forum</a></li>
79-
<li class="icon-api icon"><a href="http://api.jquery.com/">API</a></li>
80-
<li class="icon-twitter icon"><a href="http://twitter.com/jquery">Twitter</a></li>
81-
<li class="icon-irc icon"><a href="http://irc.jquery.com/">IRC</a></li>
82-
</ul>
83-
<p class="copyright">Copyright <?php echo date('Y'); ?> <a href="http://jquery.org/team/">The jQuery Foundation</a>.<br /><span class="sponsor-line"><a href="http://mediatemple.net" rel="noindex,nofollow" class="mt-link">Web hosting by Media Temple</a> | <a href="http://jquery.org/sponsors/">View sponsors</a></span></p>
84-
</div>
85-
</div>
46+
<div class="col7-2 col">
47+
<h3><span>Books</span></h3>
48+
<ul class="books">
49+
<li>
50+
<a href="http://link.packtpub.com/S3Fr9Q">
51+
<span class="bottom"><img src="<?php echo get_template_directory_uri(); ?>/content/books/learning-jquery-3rd-ed.jpg" alt="Learning jQuery 3rd Edition by Karl Swedberg and Jonathan Chaffer" width="92" height="114" /></span>
52+
<strong>Learning jQuery Third Edition</strong><br />
53+
<cite>Karl Swedberg and Jonathan Chaffer</cite>
54+
</a>
55+
</li>
56+
<li>
57+
<a href="http://www.manning.com/affiliate/idevaffiliate.php?id=648_176">
58+
<span><img src="<?php echo get_template_directory_uri(); ?>/content/books/jquery-in-action.jpg" alt="jQuery in Action by Bear Bibeault and Yehuda Katz" width="92" height="114" /></span>
59+
<strong>jQuery in Action</strong><br />
60+
<cite>Bear Bibeault and Yehuda Katz</cite>
61+
</a>
62+
</li>
63+
<li>
64+
<a href="http://jqueryenlightenment.com/">
65+
<span><img src="<?php echo get_template_directory_uri(); ?>/content/books/jquery-enlightenment.jpg" alt="jQuery Enlightenment by Cody Lindley" width="92" height="114" /></span>
66+
<strong>jQuery Enlightenment</strong><br />
67+
<cite>Cody Lindley</cite>
68+
</a>
69+
</li>
70+
</ul>
71+
</div>
72+
<div id="legal">
73+
<ul class="footer-site-links">
74+
<li><a class="icon-pencil" href="http://learn.jquery.com/">Learning Center</a></li>
75+
<li><a class="icon-group" href="http://forum.jquery.com/">Forum</a></li>
76+
<li><a class="icon-wrench" href="http://api.jquery.com/">API</a></li>
77+
<li><a class="icon-twitter" href="http://twitter.com/jquery">Twitter</a></li>
78+
<li><a class="icon-comments" href="http://irc.jquery.com/">IRC</a></li>
79+
</ul>
80+
<p class="copyright">
81+
Copyright <?php echo date('Y'); ?> <a href="http://jquery.org/team/">The jQuery Foundation</a>.<br>
82+
<span class="sponsor-line"><a href="http://mediatemple.net" rel="noindex,nofollow" class="mt-link">Web hosting by Media Temple</a> | <a href="http://jquery.org/sponsors/">View sponsors</a></span>
83+
</p>
84+
</div>
85+
</div>
8686
</footer>
87-
<!-- /footer -->
8887

8988
<?php wp_footer(); ?>
9089

0 commit comments

Comments
 (0)