diff options
-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 %} |