summaryrefslogtreecommitdiffstats
path: root/index.html
blob: 7b95745b75de047ed9a7820407336e60c50e4d0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
layout: default
title: 
---
<h2>Beginner</h2>
<ul class="tutorials">
    {% for post in site.posts %}
        {% if post.type == "beginner" %}
      <li><a href="{{ post.url }}">{{ post.title }}</a> &raquo; <a href="http://thomasdavis.github.com">Thomas Davis</a></li>
        {% endif %}
    {% endfor %}
</ul>
<!-- -->
<h2>Intermediate</h2>
<ul class="tutorials">
<!--    {% for post in site.posts %}
        {% if post.type == "intermediate" %}
      <li><a href="{{ post.url }}">{{ post.title }}</a> &raquo; <a href="http://thomasdavis.github.com">Thomas Davis</a></li>
        {% endif %}
    {% endfor %}
-->
<li>Coming soon - less then a week!</li>
</ul>

<h2>Advanced</h2>
<ul class="tutorials">
    <li>Coming Soon</li>
</ul>
<br /><br /><br />
<h2>External Tutorials</h2>
<ul class="tutorials">
    <li><a target="_blank" href="http://thomasdavis.github.com/2011/02/01/backbone-introduction.html">Backbone.js Tutorial – by noob for noobs</a></li>
    <li><a target="_blank" href="http://jvcustomdesigns.com/139/backbone-tutorial-1/">Backbone Tutorial #1 | JV Custom Designs</a></li>
</ul>