Skip to content

Commit

Permalink
Adding battlefield as an example app.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Oct 4, 2011
1 parent 31d961b commit fa66a22
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
Binary file added docs/images/battlefield.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 9 additions & 12 deletions index.html
Expand Up @@ -290,7 +290,7 @@
<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-battlefield">Battlefield Play4Free</a></li>
<li><a href="#examples-salon">Salon.io</a></li>
<li><a href="#examples-quoteroller">Quote Roller</a></li>
<li><a href="#examples-tilemill">TileMill</a></li>
Expand Down Expand Up @@ -2276,22 +2276,19 @@ <h2 id="examples-shortmail">Shortmail</h2>
</a>
</div>

<h2 id="examples-hotel-tonight">Hotel Tonight</h2>
<h2 id="examples-battlefield">Battlefield Play4Free</h2>

<p>
<a href="http://www.hoteltonight.com/">Hotel Tonight</a> used Backbone.js,
<a href="http://coffeescript.org">CoffeeScript</a>,
<a href="http://documentcloud.github.com/jammit/">Jammit</a> and more to
create the
<a href="https://market.android.com/details?id=com.hoteltonight.android.prod">Android version</a>
of their app; a last-minute, mobile, hotel booking application. The app
leverages Backbone for the bulk of its architecture, with jQuery Mobile
coming in for visual presentation.
<a href="http://battlefield.play4free.com/">Battlefield Play4Free</a> is
the latest free-to-play first person shooter from the same team that
created Battlefield Heroes. The in-game HTML5 front-end for makes heavy use of
Backbone's views, models and collections to help keep the code modular
and structured.
</p>

<div style="text-align: center;">
<a href="http://www.hoteltonight.com">
<img src="docs/images/hotel-tonight.png" alt="Hotel Tonight" class="example_image" />
<a href="http://battlefield.play4free.com/">
<img src="docs/images/battlefield.png" alt="Battlefield Play4Free" class="example_image" />
</a>
</div>

Expand Down

0 comments on commit fa66a22

Please sign in to comment.