This repository was archived by the owner on Aug 2, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +29
-1
lines changed Expand file tree Collapse file tree 4 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1
1
</div>
2
2
</div>
3
-
4
3
<footer class="clearfix simple">
5
4
<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
+
6
34
<?php get_template_part ( 'footer ' , 'bottom ' ); ?>
7
35
</div>
8
36
</footer>
You can’t perform that action at this time.
0 commit comments