[Pkg-javascript-commits] [backbone] 22/281: Adding Kicksend as an example app.
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 17:01:52 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.9.0
in repository backbone.
commit e8519f7a8e2c25760cd8904247e705619caf8984
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Wed Sep 14 09:36:20 2011 -0400
Adding Kicksend as an example app.
---
docs/images/kicksend.png | Bin 0 -> 69627 bytes
index.html | 16 ++++++++++++++++
2 files changed, 16 insertions(+)
diff --git a/docs/images/kicksend.png b/docs/images/kicksend.png
new file mode 100644
index 0000000..5b56590
Binary files /dev/null and b/docs/images/kicksend.png differ
diff --git a/index.html b/index.html
index 3836db5..892360e 100644
--- a/index.html
+++ b/index.html
@@ -288,6 +288,7 @@
<li>– <a href="#examples-cloudapp">CloudApp</a></li>
<li>– <a href="#examples-seatgeek">SeatGeek</a></li>
<li>– <a href="#examples-tpm">Talking Points Memo</a></li>
+ <li>– <a href="#examples-kicksend">Kicksend</a></li>
<li>– <a href="#examples-shortmail">Shortmail</a></li>
<li>– <a href="#examples-hotel-tonight">Hotel Tonight</a></li>
<li>– <a href="#examples-salon">Salon.io</a></li>
@@ -2235,6 +2236,21 @@ var model = localBackbone.Model.extend(...);
</a>
</div>
+ <h2 id="examples-kicksend">Kicksend</h2>
+
+ <p>
+ <a href="http://kicksend.com">Kicksend</a> is a real-time file sharing
+ platform that helps everyday people send and receive files of any size
+ with their friends and family. Kicksend's web application makes extensive
+ use of Backbone.js to model files, friends, lists and activity streams.
+ </p>
+
+ <div style="text-align: center;">
+ <a href="http://kicksend.com">
+ <img src="docs/images/kicksend.png" alt="Kicksend" class="example_image" />
+ </a>
+ </div>
+
<h2 id="examples-shortmail">Shortmail</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