mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-30 03:00:06 -04:00
adding Easel.io as an example site.
This commit is contained in:
BIN
docs/images/easel.png
Normal file
BIN
docs/images/easel.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 65 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 143 KiB |
40
index.html
40
index.html
@@ -428,6 +428,7 @@
|
||||
<li>– <a href="#examples-code-school">Code School</a></li>
|
||||
<li>– <a href="#examples-cloudapp">CloudApp</a></li>
|
||||
<li>– <a href="#examples-seatgeek">SeatGeek</a></li>
|
||||
<li>– <a href="#examples-easel">Easel</a></li>
|
||||
<li>– <a href="#examples-grove">Grove.io</a></li>
|
||||
<li>– <a href="#examples-kanogames">KANO/GAMES</a></li>
|
||||
<li>– <a href="#examples-shortmail">Shortmail</a></li>
|
||||
@@ -438,7 +439,6 @@
|
||||
<li>– <a href="#examples-blossom">Blossom</a></li>
|
||||
<li>– <a href="#examples-animoto">Animoto</a></li>
|
||||
<li>– <a href="#examples-decide">Decide</a></li>
|
||||
<li>– <a href="#examples-editd">EDITD</a></li>
|
||||
<li>– <a href="#examples-trello">Trello</a></li>
|
||||
<li>– <a href="#examples-ducksboard">Ducksboard</a></li>
|
||||
<li>– <a href="#examples-quietwrite">QuietWrite</a></li>
|
||||
@@ -2960,6 +2960,24 @@ var model = localBackbone.Model.extend(...);
|
||||
<img src="docs/images/seatgeek.png" alt="SeatGeek" class="example_image" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<h2 id="examples-easel">Easel</h2>
|
||||
|
||||
<p>
|
||||
<a href="http://easel.io">Easel</a> is an in-browser, high fidelity web
|
||||
design tool that integrates with your design and development
|
||||
process. The Easel team uses CoffeeScript, Underscore.js and Backbone.js for
|
||||
their <a href="http://easel.io/demo">rich visual editor</a> as well as other
|
||||
management functions throughout the site. The structure of Backbone allowed
|
||||
the team to break the complex problem of building a visual editor into
|
||||
manageable components and still move quickly.
|
||||
</p>
|
||||
|
||||
<div style="text-align: center;">
|
||||
<a href="http://easel.io">
|
||||
<img src="docs/images/easel.png" alt="Easel" class="example_image" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<h2 id="examples-grove">Grove.io</h2>
|
||||
|
||||
@@ -3135,26 +3153,6 @@ var model = localBackbone.Model.extend(...);
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<h2 id="examples-editd">EDITD</h2>
|
||||
|
||||
<p>
|
||||
<a href="http://editd.com">EDITD</a> aims to disrupt the fashion
|
||||
industry with big data. The next generation of their web application
|
||||
is based on a custom JavaScript framework that builds on top of
|
||||
Backbone. The back end is
|
||||
<a href="https://www.djangoproject.com/">Django</a> +
|
||||
<a href="http://www.elasticsearch.org/">Elastic Search</a>,
|
||||
<a href="http://handlebarsjs.com/">Handlebars.js</a> is used for templating,
|
||||
<a href="http://code.google.com/p/js-test-driver/">jsTestDriver</a> for testing, and
|
||||
<a href="http://jashkenas.github.com/docco/">Docco</a> for quick documentation.
|
||||
</p>
|
||||
|
||||
<div style="text-align: center;">
|
||||
<a href="http://editd.com">
|
||||
<img src="docs/images/editd.png" alt="EDITD" class="example_image" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<h2 id="examples-trello">Trello</h2>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user