diff options
author | Thomas Davis <thomasalwyndavis@gmail.com> | 2012-10-26 09:51:10 +0000 |
---|---|---|
committer | Thomas Davis <thomasalwyndavis@gmail.com> | 2012-10-26 09:51:10 +0000 |
commit | dd43ff3f02d17a4d2db74e17a1f3ed9566d90d14 (patch) | |
tree | d34e63432f3fcb6522dd0f97a45db51cb99a9c69 | |
parent | 12eae2bbdcec622a1417f732bc91163a21561bd4 (diff) | |
download | backbonetutorials-dd43ff3f02d17a4d2db74e17a1f3ed9566d90d14.zip backbonetutorials-dd43ff3f02d17a4d2db74e17a1f3ed9566d90d14.tar.gz backbonetutorials-dd43ff3f02d17a4d2db74e17a1f3ed9566d90d14.tar.bz2 |
pooey
-rw-r--r-- | _layouts/post.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 783519d..7e8151d 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -5,8 +5,10 @@ layout: default {{ content }} </div> -<p>Leave a comment or question and I will try my very hardest to get back to you!</p> - +<div style="border: 1px solid #ccc; box-shadow: 0 0 10px #ccc; margin-top: 15px; margin-bottom: 15px;padding: 15px;"> +<img src="backbonepng" style="float: left;" /><h3>Backbone.js Beginner Screencast</h3><p>Check out the 70min screen cast which covers models, collections, views and routers.</p> +<a href="http://gum.co/backbone-beginner-screencast" class="btn btn-primary">Watch screencast</a> +</div> <a class="FlattrButton" style="display:none;" href="http://backbonetutorials.com/"></a> <noscript><a href="http://flattr.com/thing/176986/Backbone-js-Tutorials" target="_blank"> |