diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-03-19 22:55:52 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-03-24 10:58:00 -0400 |
commit | abc63f20f3e91aebb1701aa4222382c5c05f2d21 (patch) | |
tree | 17229be43b4d1e3d51c52efe72e704e8a016d6aa /index.html | |
parent | c5e6ed908ba865a1db4e7627982e30bf01624929 (diff) |
add eloquent javascript book
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -659,16 +659,16 @@ <div class="preview"> <div class="image"> - <a onClick="_gaq.push(['_trackEvent', 'refs', 'amazon', 'lesscss']);" href="http://www.amazon.com/gp/product/178216376X/ref=as_li_tf_tl?ie=UTF8&tag=bootswatch-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=178216376X" target="_blank"><img class="img-responsive" src="assets/img/refs/lesscss.jpg" alt="Instant LESS CSS Preprocessor How-to, by Alex Libby"></a> + <a onClick="_gaq.push(['_trackEvent', 'refs', 'amazon', 'eloquentjavascript']);" href="http://www.amazon.com/gp/product/1593272820/ref=as_li_tf_tl?ie=UTF8&tag=bootswatch-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=1593272820" target="_blank"><img class="img-responsive" src="assets/img/refs/eloquentjavascript.png" alt="Eloquent JavaScript, by Marijn Haverbeke"></a> </div> <div class="options"> - <h3>Instant LESS</h3> - <p>Alex Libby</p> + <h3>Eloquent JavaScript</h3> + <p>Marijn Haverbeke</p> <div> - <img src="http://www.assoc-amazon.com/e/ir?t=bootswatch-20&l=as2&o=1&a=1449399029" width="1" height="1" alt="" style="border:none !important; margin:0px !important; height: 1px;" /> - <div class="btn-group"><a class="btn btn-info" onClick="_gaq.push(['_trackEvent', 'refs', 'amazon', 'lesscss']);" href="http://www.amazon.com/gp/product/178216376X/ref=as_li_tf_tl?ie=UTF8&tag=bootswatch-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=178216376X" target="_blank">Amazon</a></div> + <img src="http://www.assoc-amazon.com/e/ir?t=bootswatch-20&l=as2&o=1&a=1593272820" width="1" height="1" alt="" style="border:none !important; margin:0px !important; height: 1px;" /> + <div class="btn-group"><a class="btn btn-info" onClick="_gaq.push(['_trackEvent', 'refs', 'amazon', 'lesscss']);" href="http://www.amazon.com/gp/product/1593272820/ref=as_li_tf_tl?ie=UTF8&tag=bootswatch-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=1593272820" target="_blank">Amazon</a></div> </div> </div> </div> |