diff options
author | Thomas Davis <thomasalwyndavis@gmail.com> | 2012-10-26 14:00:13 +0000 |
---|---|---|
committer | Thomas Davis <thomasalwyndavis@gmail.com> | 2012-10-26 14:00:13 +0000 |
commit | fb3bc4b0991641c81f327a3c8da721da9044e0e1 (patch) | |
tree | 8ee3a0a5a53a7e575c379ba129698a3391c3c589 | |
parent | 3f467f29de76284e94cad3ddb34eb415b52e6343 (diff) | |
download | backbonetutorials-fb3bc4b0991641c81f327a3c8da721da9044e0e1.zip backbonetutorials-fb3bc4b0991641c81f327a3c8da721da9044e0e1.tar.gz backbonetutorials-fb3bc4b0991641c81f327a3c8da721da9044e0e1.tar.bz2 |
added image
-rw-r--r-- | index.html | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -14,12 +14,6 @@ title: </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 Video Tutorial</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 Video</a> -<div style="clear: both;"></div> -</div> - <h2>Intermediate</h2> <ul class="tutorials"> {% for post in site.posts %} @@ -29,6 +23,15 @@ title: {% 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 Video Tutorial</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 Video</a> +<div style="clear: both;"></div> +</div> + + <h2>Seo Server - Need SEO?</h2> <p>I am working on a service that allows your website to be indexed by search engines and automatically generates sitemap.xml's for your Javascript application/website. You can join the beta testing group <a href="https://groups.google.com/forum/?fromgroups=#!forum/seoserver">here</a>.</p> <h2>Backbone Boilerplate</h2> |