summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Davis <thomasalwyndavis@gmail.com>2012-10-26 10:12:51 +0000
committerThomas Davis <thomasalwyndavis@gmail.com>2012-10-26 10:12:51 +0000
commitd7404c83671093c558df4bad76de83e2959916ba (patch)
treed63bdd4ce19510af5d9a36a34e1617ff89e114ed
parentbdcd4bac2ce2141e09be5be533da9d2d2d12c26c (diff)
downloadbackbonetutorials-d7404c83671093c558df4bad76de83e2959916ba.zip
backbonetutorials-d7404c83671093c558df4bad76de83e2959916ba.tar.gz
backbonetutorials-d7404c83671093c558df4bad76de83e2959916ba.tar.bz2
added image
-rw-r--r--_layouts/post.html3
-rw-r--r--index.html8
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>
diff --git a/index.html b/index.html
index a16a98c..760dd4b 100644
--- a/index.html
+++ b/index.html
@@ -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 %}