mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-23 05:48:10 -05:00
Merge pull request #898 from ckorhonen/master
Documentation - Added Animoto to Examples Section
This commit is contained in:
BIN
docs/images/animoto.png
Normal file
BIN
docs/images/animoto.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 97 KiB |
13
index.html
13
index.html
@@ -2724,6 +2724,19 @@ 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">
|
||||
|
||||
Reference in New Issue
Block a user