Skip to content

Commit

Permalink
Adding Gilt Groupe as an example app.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Oct 24, 2012
1 parent 094dab2 commit e0c30d6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 18 deletions.
Binary file added docs/images/gilt.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/kanogames.png
Binary file not shown.
38 changes: 20 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@
<li><a href="#examples-linkedin">LinkedIn Mobile</a></li>
<li><a href="#examples-hulu">Hulu</a></li>
<li><a href="#examples-flow">Flow</a></li>
<li><a href="#examples-gilt">Gilt Groupe</a></li>
<li><a href="#examples-wordpress">WordPress.com</a></li>
<li><a href="#examples-foursquare">Foursquare</a></li>
<li><a href="#examples-bitbucket">Bitbucket</a></li>
Expand All @@ -461,7 +462,6 @@
<li><a href="#examples-seatgeek">SeatGeek</a></li>
<li><a href="#examples-easel">Easel</a></li>
<li><a href="#examples-prose">Prose</a></li>
<li><a href="#examples-kanogames">KANO/GAMES</a></li>
<li><a href="#examples-shortmail">Shortmail</a></li>
<li><a href="#examples-scrollkit">scroll kit</a></li>
<li><a href="#examples-battlefield">Battlefield Play4Free</a></li>
Expand Down Expand Up @@ -2673,7 +2673,26 @@ <h2 id="examples-flow">Flow</h2>
<img width="550" height="416" data-original="docs/images/flow.png" alt="Flow" class="example_image" />
</a>
</div>

<h2 id="examples-gilt">Gilt Groupe</h2>

<p>
<a href="http://gilt.com">Gilt Groupe</a> uses Backbone.js to build multiple
applications across their family of sites.
<a href="http://m.gilt.com">Gilt's mobile website</a> uses Backbone and
<a href="http://zeptojs.com">Zepto.js</a> to create a blazing-fast
shopping experience for users on-the-go, while
<a href="http://live.gilt.com">Gilt Live</a> combines Backbone with
WebSockets to display the items that customers are buying in real-time. Gilt's search
functionality also uses Backbone to filter and sort products efficiently
by moving those actions to the client-side.
</p>

<div style="text-align: center;">
<a href="http://www.gilt.com/">
<img width="550" height="444" data-original="docs/images/gilt.jpg" alt="Gilt Groupe" class="example_image" />
</a>
</div>

<h2 id="examples-wordpress">WordPress.com</h2>

Expand Down Expand Up @@ -3133,23 +3152,6 @@ <h2 id="examples-prose">Prose</h2>
</a>
</div>

<h2 id="examples-kanogames">KANO/GAMES</h2>

<p>
<a href="http://www.kanoapps.com/">KANO/APPS</a> used Backbone.js to create
<a href="http://www.kanogames.com/">KANO/GAMES</a>, a social gaming website.
KANO/GAMES relies on Backbone.js for almost every aspect of the site:
for seamless page loading, to construct menus, game listings and game
canvases, to build interactive HTML5 avatars, and for
user and developer profiles, and live feeds.
</p>

<div style="text-align: center;">
<a href="http://www.kanogames.com/">
<img width="550" height="361" data-original="docs/images/kanogames.png" alt="KANO/GAMES" class="example_image" />
</a>
</div>

<h2 id="examples-shortmail">Shortmail</h2>

<p>
Expand Down

0 comments on commit e0c30d6

Please sign in to comment.