adding Animoto.com as an example app.

This commit is contained in:
Jeremy Ashkenas
2012-01-30 10:13:42 -05:00
parent edafdebaab
commit 0bbff7defc

View File

@@ -345,7 +345,7 @@
<li> <a href="#examples-tilemill">TileMill</a></li>
<li> <a href="#examples-rround">rround.me</a></li>
<li>- <a href="#examples-blossom">Blossom</a></li>
<li>- <a href="#examples-instagreat">Insta-great!</a></li>
<li>- <a href="#examples-animoto">Animoto</a></li>
<li>- <a href="#examples-decide">Decide</a></li>
<li>- <a href="#examples-trello">Trello</a></li>
<li>- <a href="#examples-bittorrent">BitTorrent</a></li>
@@ -2570,22 +2570,20 @@ var model = localBackbone.Model.extend(...);
</a>
</div>
<h2 id="examples-instagreat">Insta-great!</h2>
<h2 id="examples-animoto">Animoto</h2>
<p>
<a href="http://twitter.com/elliottkember">Elliott Kember</a> and
<a href="http://twitter.com/dizzyup">Hector Simpson</a> built
<a href="http://instagre.at">Insta-great!</a>
- a fun way to explore popular photos and interact with
<a href="http://instagram.com/">Instagram</a> on the web.
Elliott says, "Backbone.js and Coffeescript were insanely useful for
writing clean, consistent UI code and keeping everything modular and
readable, even through several code refactors. I'm in love."
<a href="http://animoto.com">Animoto</a> is a web-based video creation
platform, where users can upload their own photos, video clips and music
and create beautifully orchestrated slideshows. The video editor app is
built with Backbone.js and jQuery and interfaces with a Ruby on Rails
backend. Backbone has provided structure which helps the Animoto team
iterate quickly on the codebase while reducing the risk of regressions.
</p>
<div style="text-align: center;">
<a href="http://instagre.at">
<img src="docs/images/instagreat.png" alt="instagre.at" class="example_image" />
<a href="http://www.animoto.com/">
<img src="docs/images/animoto.png" alt="Tzigla" class="Animoto Video Editor" />
</a>
</div>
@@ -2724,19 +2722,6 @@ var model = localBackbone.Model.extend(...);
</a>
</div>
<h2 id="examples-animoto">Animoto</h2>
<p>
<a href="http://animoto.com">Animoto</a> is a web-based video creation platform, where users can upload their own photos, video clips and music and create beautifully orchestrated slideshows. The video editor app is built using Backbone.js + jQuery and interfaces with a Ruby on Rails backend. Backbone has provided structure which helps us iterate quickly on the codebase whilst reducing the risk of regressions.
</p>
<div style="text-align: center;">
<a href="http://www.animoto.com/">
<img src="docs/images/animoto.png" alt="Tzigla" class="Animoto Video Editor" />
</a>
</div>
<h2 id="faq">F.A.Q.</h2>
<p id="FAQ-events">