|
1 | 1 | </div> |
2 | 2 | </div> |
3 | | - |
4 | 3 | <footer class="clearfix simple"> |
5 | 4 | <div class="constrain"> |
6 | 5 | <div class="row"> |
7 | | - <div class="eight columns"> |
8 | | - <h3><span>Quick Access</span></h3> |
9 | | - <div class="cdn"> |
10 | | - <strong>CDN <em>CSS</em></strong> |
11 | | - <input value="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css" readonly> |
12 | | - </div> |
13 | | - <div class="cdn"> |
14 | | - <strong>CDN <em>JS</em></strong> |
15 | | - <input value="//code.jquery.com/jquery-1.10.2.js" readonly> |
16 | | - </div> |
17 | | - <div class="cdn"> |
18 | | - <strong>CDN <em>JS</em></strong> |
19 | | - <input value="//code.jquery.com/ui/1.10.4/jquery-ui.js" readonly> |
20 | | - </div> |
21 | | - <div class="download"> |
22 | | - <div><strong>Download jQuery UI 1.10.4 (for jQuery 1.6+):</strong></div> |
23 | | - <span> |
24 | | - <a href="http://jqueryui.com/resources/download/jquery-ui-1.10.4.zip">Development Bundle</a> |
25 | | - <a href="http://jqueryui.com/resources/download/jquery-ui-themes-1.10.4.zip">Themes</a> |
26 | | - <a href="http://jqueryui.com/download/">Download Builder →</a> |
27 | | - </span> |
28 | | - </div> |
29 | | - <ul class="footer-icon-links"> |
30 | | - <li><a class="icon-github" href="http://github.com/jquery/jquery-ui">GitHub <small>jQuery UI <br>Source</small></a></li> |
31 | | - <li><a class="icon-group" href="http://forum.jquery.com/using-jquery-ui">Forum <small>Community <br>Support</small></a></li> |
32 | | - <li><a class="icon-warning-sign" href="http://bugs.jqueryui.com">Bugs <small>Issue <br>Tracker</small></a></li> |
33 | | - </ul> |
34 | | - </div> |
35 | | - |
36 | | - <div class="four columns"> |
| 6 | + <div class="six columns offset-by-three"> |
37 | 7 | <h3><span>Books</span></h3> |
38 | 8 | <ul class="books"> |
39 | | - <li> |
| 9 | + <!--<li> |
40 | 10 | <a href="http://link.packtpub.com/SHnqUf"> |
41 | | - <span class="bottom"><img src="<?php echo get_template_directory_uri(); ?>/content/books/jquery-ui-1.8.jpg" alt="jQuery UI 1.8: The User Interface Library for jQuery by Dan Wellman" width="92" height="114"></span> |
42 | | - <strong>jQuery UI 1.8: The User Interface Library for jQuery</strong><br> |
| 11 | + <img src="<?php echo get_template_directory_uri(); ?>/content/books/jquery-ui-1.8.jpg" alt="jQuery UI 1.8: The User Interface Library for jQuery by Dan Wellman" width="92" height="114"> |
| 12 | + <span class="book-title">jQuery UI 1.8: The User Interface Library for jQuery</span> |
43 | 13 | <cite>Dan Wellman</cite> |
44 | 14 | </a> |
| 15 | + </li>--> |
| 16 | + <li> |
| 17 | + <a href="http://www.manning.com/vantoll/"> |
| 18 | + <span><img src="<?php echo get_template_directory_uri(); ?>/content/books/jquery-ui-in-action.jpg" alt="jQuery UI in Action by TJ VanToll" width="92" height="114"></span> |
| 19 | + <strong>jQuery UI in Action</strong><br> |
| 20 | + <cite>TJ VanToll</cite> |
| 21 | + </a> |
45 | 22 | </li> |
46 | 23 | <li> |
47 | 24 | <a href="http://link.packtpub.com/PG9pAC"> |
48 | | - <span><img src="<?php echo get_template_directory_uri(); ?>/content/books/jquery-ui-themes.jpg" alt="jQuery UI Themes by Adam Boduch" width="92" height="114"></span> |
49 | | - <strong>jQuery UI Themes</strong><br> |
| 25 | + <img src="<?php echo get_template_directory_uri(); ?>/content/books/jquery-ui-themes.jpg" alt="jQuery UI Themes by Adam Boduch" width="92" height="114"> |
| 26 | + <span class="book-title">jQuery UI Themes</span> |
50 | 27 | <cite>Adam Boduch</cite> |
51 | 28 | </a> |
52 | 29 | </li> |
53 | 30 | <li> |
54 | 31 | <a href="http://www.packtpub.com/jquery-userinterface-cookbook/book"> |
55 | | - <span><img src="<?php echo get_template_directory_uri(); ?>/content/books/jquery-ui-cookbook.jpg" alt="jQuery UI Cookbook by Adam Boduch" width="92" height="114"></span> |
56 | | - <strong>jQuery UI Cookbook</strong><br> |
| 32 | + <img src="<?php echo get_template_directory_uri(); ?>/content/books/jquery-ui-cookbook.jpg" alt="jQuery UI Cookbook by Adam Boduch" width="92" height="114"> |
| 33 | + <span class="book-title">jQuery UI Cookbook</span> |
57 | 34 | <cite>Adam Boduch</cite> |
58 | 35 | </a> |
59 | 36 | </li> |
60 | 37 | </ul> |
61 | 38 | </div> |
62 | 39 | </div> |
63 | 40 |
|
64 | | - <div id="legal"> |
65 | | - <ul class="footer-site-links"> |
66 | | - <li><a class="icon-pencil" href="http://learn.jquery.com/">Learning Center</a></li> |
67 | | - <li><a class="icon-group" href="http://forum.jquery.com/using-jquery-ui/">Forum</a></li> |
68 | | - <li><a class="icon-wrench" href="http://api.jqueryui.com/">API</a></li> |
69 | | - <li><a class="icon-twitter" href="http://twitter.com/jqueryui">Twitter</a></li> |
70 | | - <li><a class="icon-comments" href="http://irc.jquery.org/">IRC</a></li> |
71 | | - </ul> |
72 | | - <p class="copyright"> |
73 | | - Copyright <?php echo date('Y'); ?> <a href="https://jquery.org/team/">The jQuery Foundation</a>.<br> |
74 | | - <span class="sponsor-line"><a href="http://mediatemple.net" rel="noindex,nofollow" class="mt-link">Web hosting by Media Temple</a> | <a href="http://www.maxcdn.com" rel="noindex,nofollow" class="mc-link">CDN by MaxCDN</a> | <a href="http://wordpress.org/" class="wp-link">Powered by WordPress</a> | Thanks: <a href="https://jquery.org/members/">Members</a>, <a href="https://jquery.org/sponsors/">Sponsors</a></span> |
75 | | - </p> |
76 | | - </div> |
| 41 | + <?php get_template_part( 'footer', 'bottom' ); ?> |
77 | 42 | </div> |
78 | 43 | </footer> |
79 | 44 |
|
|
0 commit comments