Skip to content

Commit

Permalink
adding KANO/GAMES as an example app
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Apr 23, 2012
1 parent b536b13 commit c986ae2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
Binary file added docs/images/kanogames.png
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/kicksend.png
Binary file not shown.
20 changes: 11 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
<li><a href="#examples-cloudapp">CloudApp</a></li>
<li><a href="#examples-seatgeek">SeatGeek</a></li>
<li><a href="#examples-grove">Grove.io</a></li>
<li><a href="#examples-kicksend">Kicksend</a></li>
<li><a href="#examples-kanogames">KANO/GAMES</a></li>
<li><a href="#examples-shortmail">Shortmail</a></li>
<li><a href="#examples-battlefield">Battlefield Play4Free</a></li>
<li><a href="#examples-salon">Salon.io</a></li>
Expand Down Expand Up @@ -2860,19 +2860,21 @@ <h2 id="examples-grove">Grove.io</h2>
<img src="docs/images/grove.png" alt="Grove.io" class="example_image" />
</a>
</div>

<h2 id="examples-kicksend">Kicksend</h2>
<h2 id="examples-kanogames">KANO/GAMES</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.
<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://kicksend.com">
<img src="docs/images/kicksend.png" alt="Kicksend" class="example_image" />
<a href="http://www.kanogames.com/">
<img src="docs/images/kanogames.png" alt="KANO/GAMES" class="example_image" />
</a>
</div>

Expand Down

0 comments on commit c986ae2

Please sign in to comment.