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