Skip to content

Commit

Permalink
Adding the bittorrent example app.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Apr 28, 2011
1 parent db68321 commit bbce120
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Binary file added docs/images/bittorrent.jpg
Loading
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
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@
<li><a href="#examples-soundcloud">Mobile SoundCloud</a></li>
<li><a href="#examples-tilemill">TileMill</a></li>
<li>- <a href="#examples-instagreat">Insta-great!</a></li>
<li>- <a href="#examples-bittorrent">BitTorrent</a></li>
<li>- <a href="#examples-quietwrite">QuietWrite</a></li>
<li>- <a href="#examples-tzigla">Tzigla</a></li>
<li>- <a href="#examples-substance">Substance</a></li>
Expand Down Expand Up @@ -1942,6 +1943,22 @@ <h2 id="examples">Examples</h2>
<img src="docs/images/instagreat.png" alt="instagre.at" class="example_image" />
</a>
</div>

<p id="examples-bittorrent">
<a href="http://www.bittorrent.com">BitTorrent</a> used Backbone to
completely rework an existing Win32 UI. Models normalize access to the
client's data and views rely heavily on the <tt>change</tt> events to keep
the UI state current. Using Backbone and SCSS,
<a href="http://www.bittorrent.com/chrysalis/">our new design</a> and UX
prototypes are considerably easier to iterate, test and work with than
the original Win32 UI.
</p>

<div style="text-align: center;">
<a href="http://www.bittorrent.com/chrysalis/">
<img src="docs/images/bittorrent.jpg" alt="BitTorrent" class="example_image" />
</a>
</div>

<p id="examples-quietwrite">
<a href="http://www.twitter.com/jamesjyu">James Yu</a> used Backbone.js to
Expand Down

0 comments on commit bbce120

Please sign in to comment.