diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 33 |
1 files changed, 7 insertions, 26 deletions
@@ -3,26 +3,7 @@ layout: default title: --- -<div class="row"> - <div class="col-lg-4"> -<div class="panel panel-primary"> - <div class="panel-heading"> - <h3 class="panel-title">About</h3> - </div> - - <p>Backbone Tutorials is a collection of tutorials written by <a href="http://thomasdav.is">Thomas Davis</a>. Everything is open source and I try my best to keep the tutorials updated. Though I am busy and only work on this is my spare time so many <a href="https://github.com/thomasdavis/backbonetutorials/graphs/contributors">contributors</a> have also help me put this resource together.</p> - </div> - </div> - <div class="col-lg-8"> - <div class="panel "> - <div class="panel-heading"> - <h3 class="panel-title">Backbone.js Beginner Video Tutorial</h3> - </div> - <img src="/backbone.png" style="float: left;" /><p>I have put extra effort into making a very easy to understand Backbone.js video which is also free. It is 70mins long and covers everything you need to know when getting started.</p> - <a href="http://gum.co/backbone-beginner-screencast" class="btn btn-primary">Watch Video</a> - </div> - </div> -</div> + <div class="row" > @@ -84,6 +65,7 @@ title: <div class="list-group"> <a class="list-group-item" href="http://backboneboilerplate.com">Backbone Boilerplate - Using require.js with build system</a> + <a class="list-group-item" href="http://antoviaque.org/docs/tutorials/backbone-relational-tutorial/">Backbone-relational Tutorial - Nested Models With Backbone.js</a> <a class="list-group-item" target="_blank" href="http://thomasdavis.github.com/2011/02/01/backbone-introduction.html">Backbone.js Tutorial – by noob for noobs</a> </div> </div> @@ -94,12 +76,11 @@ title: <h3 class="panel-title">Example Apps</h3> </div> <div class="list-group"> - <a class="list-group-item" href="http://www.earbits.com">Earbits.com - Music streaming website built with Backbone.js - Great for programmers who listen to music when coding</a> - <a class="list-group-item" href="http://kaleistyleguide.com/">Kalei - A living CSS styleguide - Built with Backbone.js using these principles</a> - <a class="list-group-item" href="http://apiengine.io">ApiEngine.io (Beta) - Collaborativly build RESTful API's with automated testing and client mocking.</a> - <a class="list-group-item" href="https://github.com/alessioalex/ClientManager" alt="Sample application built with Backbone, RequireJS, Twitter Bootstrap on the client and Node.js (Express.js, Mongoose) on the server.">ClientManager - Sample application built with Backbone, RequireJS, Twitter Bootstrap on the client and Node.js (Express.js, Mongoose) on the server.</a> - <a class="list-group-item" href="http://antoviaque.org/docs/tutorials/backbone-relational-tutorial/">Backbone-relational Tutorial - Nested Models With Backbone.js</a> - <a class="list-group-item" href="http://www.clevertim.com">Clevertim CRM - A real life example of implementing a simple CRM with backbone.js (check the Quick Demo)</a> + <a class="list-group-item" href="http://www.earbits.com">Earbits.com - Music streaming website</a> + <a class="list-group-item" href="http://kaleistyleguide.com/">Kalei - A living CSS styleguide</a> + <a class="list-group-item" href="http://apiengine.io">ApiEngine.io - Collaborativly build RESTful API's.</a> + <a class="list-group-item" href="https://github.com/alessioalex/ClientManager" alt="Sample application built with Backbone, RequireJS, Twitter Bootstrap on the client and Node.js (Express.js, Mongoose) on the server.">ClientManager - Sample application</a> + <a class="list-group-item" href="http://www.clevertim.com">Clevertim CRM - A simple CRM</a> </div> </div> </div> |