diff options
author | Thomas Davis <thomasalwyndavis@gmail.com> | 2012-10-26 10:12:51 +0000 |
---|---|---|
committer | Thomas Davis <thomasalwyndavis@gmail.com> | 2012-10-26 10:12:51 +0000 |
commit | d7404c83671093c558df4bad76de83e2959916ba (patch) | |
tree | d63bdd4ce19510af5d9a36a34e1617ff89e114ed | |
parent | bdcd4bac2ce2141e09be5be533da9d2d2d12c26c (diff) | |
download | backbonetutorials-d7404c83671093c558df4bad76de83e2959916ba.zip backbonetutorials-d7404c83671093c558df4bad76de83e2959916ba.tar.gz backbonetutorials-d7404c83671093c558df4bad76de83e2959916ba.tar.bz2 |
added image
-rw-r--r-- | _layouts/post.html | 3 | ||||
-rw-r--r-- | index.html | 8 |
2 files changed, 10 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index a0a55e2..ca67999 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -5,9 +5,10 @@ layout: default {{ content }} </div> -<div style="border: 1px solid #ccc; box-shadow: 0 0 10px #ccc; margin-top: 15px; margin-bottom: 15px;padding: 15px;"> +<div style="border: 1px solid #ccc; box-shadow: 0 0 10px #ccc; margin-top: 15px; margin-bottom: 20px;padding: 15px;"> <h3 style="margin-bottom:15 px;">Backbone.js Beginner Screencast</h3><img src="/backbone.png" style="float: left;" /><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 style="clear: both;"></div> </div> <a class="FlattrButton" style="display:none;" href="http://backbonetutorials.com/"></a> @@ -12,6 +12,14 @@ title: {% endif %} {% endfor %} </ul> + + +<div style="border: 1px solid #ccc; box-shadow: 0 0 10px #ccc; margin-top: 15px; margin-bottom: 20px;padding: 15px;"> +<h3 style="margin-bottom:15 px;">Backbone.js Beginner Screencast</h3><img src="/backbone.png" style="float: left;" /><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 style="clear: both;"></div> +</div> + <h2>Intermediate</h2> <ul class="tutorials"> {% for post in site.posts %} |