Skip to content

Commit

Permalink
adding Easel.io as an example site.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Jun 15, 2012
1 parent d4d7fb9 commit 45afea1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 21 deletions.
Binary file added docs/images/easel.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/editd.png
Binary file not shown.
40 changes: 19 additions & 21 deletions index.html
Expand Up @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -2960,6 +2960,24 @@ <h2 id="examples-seatgeek">SeatGeek</h2>
<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>

Expand Down Expand Up @@ -3135,26 +3153,6 @@ <h2 id="examples-decide">Decide</h2>
</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>
Expand Down

0 comments on commit 45afea1

Please sign in to comment.