Skip to content

Commit

Permalink
Earth. Merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Jan 16, 2014
1 parent 237486b commit 3be62f1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
Binary file removed docs/images/do.png
Binary file not shown.
Binary file added docs/images/earth.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 18 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2929,6 +2929,24 @@ <h2 id="examples-quartz">Quartz</h2>
</a>
</div>

<h2 id="examples-earth">Earth</h2>

<p>
<a href="http://earth.nullschool.net">Earth.nullschool.net</a> displays real-time weather
conditions on an interactive animated globe, and Backbone provides the
foundation upon which all of the site's components are built. Despite the
presence of several other javascript libraries, Backbone's non-opinionated
design made it effortless to mix-in the <a href="#Events">Events</a> functionality used for
distributing state changes throughout the page. When the decision was made
to switch to Backbone, large blocks of custom logic simply disappeared.
</p>

<div style="text-align: center;">
<a href="http://earth.nullschool.net">
<img width="545" height="583" data-original="docs/images/earth.jpg" alt="Earth" class="example_retina" />
</a>
</div>

<h2 id="examples-gawker">Gawker Media</h2>

<p>
Expand Down Expand Up @@ -3151,24 +3169,6 @@ <h2 id="examples-elife-lens">eLife Lens</h2>
</a>
</div>

<h2 id="examples-do">Do</h2>

<p>
<a href="http://do.com">Do</a> is a social productivity app that makes it
easy to work on tasks, track projects, and take notes with your team.
The <a href="http://do.com">Do.com</a> web application was built from the
ground up to work seamlessly on your smartphone, tablet and computer. The
team used Backbone, <a href="http://coffeescript.org/">CoffeeScript</a> and <a href="http://handlebarsjs.com/">Handlebars</a> to build a full-featured
app in record time and rolled their own extensions for complex navigation
and model sync support.
</p>

<div style="text-align: center;">
<a href="http://do.com">
<img width="550" height="425" data-original="docs/images/do.png" alt="Do" class="example_image" />
</a>
</div>

<h2 id="examples-irccloud">IRCCloud</h2>

<p>
Expand Down

0 comments on commit 3be62f1

Please sign in to comment.