summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Davis <thomasalwyndavis@gmail.com>2013-03-28 02:06:36 -0700
committerThomas Davis <thomasalwyndavis@gmail.com>2013-03-28 02:06:36 -0700
commitc98fdecdfdcba8f6fd80315c4359345a7342a3fb (patch)
tree9ad1229f4855faa33ffdf1e86593a02b99f4cc03
parent46dea964a757c2410bc7d87a45780df0a9d5e92b (diff)
parent4c0be3dea7861822a6a73e41946002297ee14e62 (diff)
downloadbackbonetutorials-c98fdecdfdcba8f6fd80315c4359345a7342a3fb.zip
backbonetutorials-c98fdecdfdcba8f6fd80315c4359345a7342a3fb.tar.gz
backbonetutorials-c98fdecdfdcba8f6fd80315c4359345a7342a3fb.tar.bz2
Merge pull request #78 from mikesperanza/gh-pages
Add a link to Clevertim.com as a real life demo app using backbone.js
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 4f022fa..8d37ae9 100644
--- a/index.html
+++ b/index.html
@@ -38,6 +38,7 @@ title:
</ul>
<h2>Demo apps!</h2>
<ul class="tutorials">
+<li><a href="http://www.clevertim.com">Clevertim CRM - A real life example of implementing a simple CRM with backbone.js (check the Quick Demo)</a></li>
<li><a href="http://www.earbits.com">Earbits.com - Music streaming website built with Backbone.js - Great for programmers who listen to music when coding</a></li>
<li><a href="http://kaleistyleguide.com/">Kalei - A living CSS styleguide - Built with Backbone.js using these principles</a></li>
<li><a href="http://apiengine.io">ApiEngine.io</a> (Beta) - Collaborativly build RESTful API's with automated testing and client mocking.</li>