[Pkg-javascript-commits] [backbone] 16/21: Adding SeatGeek as an example
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 17:01:06 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.5.2
in repository backbone.
commit 77239753e1b947c0813421218ba702b9c316b46c
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Mon Jul 25 16:52:24 2011 -0400
Adding SeatGeek as an example
---
docs/images/seatgeek.png | Bin 0 -> 271958 bytes
index.html | 17 +++++++++++++++++
2 files changed, 17 insertions(+)
diff --git a/docs/images/seatgeek.png b/docs/images/seatgeek.png
new file mode 100644
index 0000000..ba0dd5e
Binary files /dev/null and b/docs/images/seatgeek.png differ
diff --git a/index.html b/index.html
index e39a273..90612bb 100644
--- a/index.html
+++ b/index.html
@@ -283,6 +283,7 @@
<li>– <a href="#examples-trajectory">Trajectory</a></li>
<li>– <a href="#examples-cloudapp">CloudApp</a></li>
<li>– <a href="#examples-soundcloud">Mobile SoundCloud</a></li>
+ <li>– <a href="#examples-seatgeek">SeatGeek</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>
@@ -2112,6 +2113,22 @@ var model = localBackbone.Model.extend(...);
</a>
</div>
+ <h2 id="examples-seatgeek">SeatGeek</h2>
+
+ <p>
+ <a href="http://seatgeek.com">SeatGeek</a>'s stadium ticket maps were originally
+ developed with Prototype.js. Moving to Backbone.js and jQuery helped organize
+ a lot of the UI code, and the increased structure has made adding features
+ a lot easier. SeatGeek is also in the process of building a mobile
+ interface that will be Backbone.js from top to bottom.
+ </p>
+
+ <div style="text-align: center;">
+ <a href="http://seatgeek.com">
+ <img src="docs/images/seatgeek.png" alt="SeatGeek" class="example_image" />
+ </a>
+ </div>
+
<h2 id="examples-quoteroller">Quote Roller</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