[Pkg-javascript-commits] [backbone] 183/211: adding quoteroller

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 17:00:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.5.0
in repository backbone.

commit 6ca2dc614b1d030e3e59b3b05a5bd787f4009619
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Tue Jun 14 13:26:44 2011 -0400

    adding quoteroller
---
 docs/images/quoteroller.png | Bin 0 -> 112608 bytes
 index.html                  |  17 +++++++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/docs/images/quoteroller.png b/docs/images/quoteroller.png
new file mode 100644
index 0000000..ec1ab0c
Binary files /dev/null and b/docs/images/quoteroller.png differ
diff --git a/index.html b/index.html
index a92eddc..78b2b60 100644
--- a/index.html
+++ b/index.html
@@ -275,6 +275,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>
@@ -1923,6 +1924,22 @@ var DocumentView = Backbone.View.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>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git



More information about the Pkg-javascript-commits mailing list