Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit 4ab6dda

Browse files
committed
QUnit: Add relevant books in footer
Fixes qunitjs/qunitjs.com#65 Closes jquery#321
1 parent 646cd99 commit 4ab6dda

File tree

4 files changed

+29
-1
lines changed

4 files changed

+29
-1
lines changed
Loading
14.7 KB
Loading
Loading

themes/jquery/footer-qunit.php

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,36 @@
11
</div>
22
</div>
3-
43
<footer class="clearfix simple">
54
<div class="constrain">
5+
<div class="row">
6+
<div class="six columns offset-by-three">
7+
<h3><span>Books</span></h3>
8+
<ul class="books">
9+
<li>
10+
<a href="https://www.packtpub.com/application-development/instant-testing-qunit-instant">
11+
<img src="<?php echo get_template_directory_uri(); ?>/content/books/qunit-instant-testing.jpg" alt="Instant Testing with QUnit" width="91" height="114">
12+
<span class="book-title">Instant Testing with QUnit</span>
13+
<cite>Dmitry Sheiko</cite>
14+
</a>
15+
</li>
16+
<li>
17+
<a href="http://shop.oreilly.com/product/0636920024699.do">
18+
<img src="<?php echo get_template_directory_uri(); ?>/content/books/qunit-testable-javascript.gif" alt="Testable JavaScript" width="91" height="114">
19+
<span class="book-title">Testable JavaScript</span>
20+
<cite>Mark Ethan Trostler</cite>
21+
</a>
22+
</li>
23+
<li>
24+
<a href="http://tddjs.com/">
25+
<img src="<?php echo get_template_directory_uri(); ?>/content/books/qunit-tddjs.png" alt="Test-Driven JavaScript Development" width="91" height="114">
26+
<span class="book-title">Test-Driven JavaScript Development</span>
27+
<cite>Christian Johansen</cite>
28+
</a>
29+
</li>
30+
</ul>
31+
</div>
32+
</div>
33+
634
<?php get_template_part( 'footer', 'bottom' ); ?>
735
</div>
836
</footer>

0 commit comments

Comments
 (0)