Merge branch 'gh-pages'

This commit is contained in:
Jeremy Ashkenas
2011-06-14 13:27:10 -04:00
2 changed files with 17 additions and 0 deletions

BIN
docs/images/quoteroller.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

View File

@@ -283,6 +283,7 @@
<li> <a href="#examples-flow">Flow</a></li>
<li> <a href="#examples-cloudapp">CloudApp</a></li>
<li> <a href="#examples-soundcloud">Mobile SoundCloud</a></li>
<li> <a href="#examples-quoteroller">Quote Roller</a></li>
<li> <a href="#examples-tilemill">TileMill</a></li>
<li> <a href="#examples-menagerievet">Menagerie Whiteboard</a></li>
<li>- <a href="#examples-instagreat">Insta-great!</a></li>
@@ -2060,6 +2061,22 @@ var model = localBackbone.Model.extend(...);
</a>
</div>
<h2 id="examples-quoteroller">Quote Roller</h2>
<p>
<a href="http://www.codingstaff.com">Coding Staff</a> used Backbone.js to
create <a href="http://www.quoteroller.com">Quote Roller</a>, an application
that helps to create, send, organize and track business proposals with ease.
Backbone.js has been used to implement interactive parts of the
application like template builder, pricing table, file attachments manager.
</p>
<div style="text-align: center;">
<a href="http://www.quoteroller.com">
<img src="docs/images/quoteroller.png" alt="Quote Roller" class="example_image" />
</a>
</div>
<h2 id="examples-tilemill">TileMill</h2>
<p>