Skip to content

Commit

Permalink
Adding SeatGeek as an example
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Jul 25, 2011
1 parent 5271e7a commit 7723975
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Binary file added docs/images/seatgeek.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions index.html
Expand Up @@ -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>
Expand Down Expand Up @@ -2112,6 +2113,22 @@ <h2 id="examples-soundcloud">SoundCloud</h2>
</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>
Expand Down

0 comments on commit 7723975

Please sign in to comment.