|
3 | 3 |
|
4 | 4 | <footer class="clearfix simple">
|
5 | 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> |
| 25 | + |
| 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 & Tricks by Addy Osmoni" width="142" height="92" /></span> |
| 39 | + <strong>jQuery Performance<br />Tips & Tricks</strong><br /> |
| 40 | + <cite>Addy Osmoni</cite> |
| 41 | + </a> |
| 42 | + </li> |
| 43 | + </ul> |
| 44 | + </div> |
| 45 | + |
| 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> |
6 | 72 | <div id="legal">
|
7 | 73 | <ul class="footer-site-links">
|
8 | 74 | <li><a class="icon-pencil" href="http://learn.jquery.com/">Learning Center</a></li>
|
|
12 | 78 | <li><a class="icon-comments" href="http://irc.jquery.com/">IRC</a></li>
|
13 | 79 | </ul>
|
14 | 80 | <p class="copyright">
|
15 |
| - Copyright 2012 <a href="http://jquery.org/team/">The jQuery Foundation</a>.<br> |
16 |
| - <span class="sponsor-line"><a href="http://mediatemple.net" rel="noindex,nofollow" class="mt-link">Web hosting by Media Temple</a> | <a href="http://dev.jquery.org/sponsors/">View sponsors</a></span> |
| 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> |
17 | 83 | </p>
|
18 | 84 | </div>
|
19 | 85 | </div>
|
|
0 commit comments