Skip to content

Commit

Permalink
adding art.sy as an example app
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Apr 6, 2012
1 parent fb49233 commit 1bd9b7c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
Binary file added docs/images/artsy.png
Loading
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/attictv.png
Binary file not shown.
38 changes: 19 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@
<li><a href="#examples-airbnb">Airbnb Mobile</a></li>
<li><a href="#examples-diaspora">Diaspora</a></li>
<li><a href="#examples-soundcloud">SoundCloud Mobile</a></li>
<li>- <a href="#examples-artsy">Art.sy</a></li>
<li><a href="#examples-pandora">Pandora</a></li>
<li><a href="#examples-code-school">Code School</a></li>
<li><a href="#examples-cloudapp">CloudApp</a></li>
Expand All @@ -377,7 +378,6 @@
<li><a href="#examples-blossom">Blossom</a></li>
<li><a href="#examples-animoto">Animoto</a></li>
<li><a href="#examples-chaincal">ChainCal</a></li>
<li><a href="#examples-attictv">AtticTV</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>
Expand Down Expand Up @@ -2697,6 +2697,24 @@ <h2 id="examples-soundcloud">SoundCloud Mobile</h2>
<img src="docs/images/soundcloud.png" alt="SoundCloud" class="example_image" />
</a>
</div>

<h2 id="examples-artsy">Art.sy</h2>

<p>
<a href="http://art.sy">Art.sy</a> is a place to discover art you'll
love. Art.sy is built on Rails, using
<a href="https://github.com/intridea/grape">Grape</a> to serve a robust
<a href="http://art.sy/api">JSON API</a>. The main site is a single page
app written in Coffeescript and uses Backbone to provide structure around
this API. An admin panel and partner CMS have also been extracted into
their own API-consuming Backbone projects.
</p>

<div style="text-align: center;">
<a href="http://art.sy">
<img src="docs/images/artsy.png" alt="Art.sy" class="example_image" />
</a>
</div>

<h2 id="examples-pandora">Pandora</h2>

Expand Down Expand Up @@ -2922,24 +2940,6 @@ <h2 id="examples-chaincal">ChainCal</h2>
</a>
</div>

<h2 id="examples-attictv">AtticTV</h2>

<p>
<a href="http://attictv.com/">AtticTV</a> is MTV for the Youtube Generation:
kick back and relax while watching the best
music videos of your favorite genre. The videos are synced across the
world, so, you're never watching alone on AtticTV. AtticTV is served by
<a href="http://nodejs.org/">NodeJS</a> written in <a href="http://coffeescript.org/">CoffeeScript</a> with <a href="http://socket.io/">Socket.IO</a> as data transport. The
frontend is built with Backbone.js with pushstate support, <a href="http://jquery.com/">jQuery</a>, and
<a href="http://jade-lang.com/">Jade templates</a>.
</p>

<div style="text-align: center;">
<a href="http://attictv.com/">
<img src="docs/images/attictv.png" alt="AtticTV" class="example_image" />
</a>
</div>

<h2 id="examples-decide">Decide</h2>

<p>
Expand Down

0 comments on commit 1bd9b7c

Please sign in to comment.