Skip to content

Commit

Permalink
updating airbnb example
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Jul 16, 2012
1 parent b6f1d52 commit f663ba6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
Binary file removed docs/images/airbnb-mobile.png
Binary file not shown.
Binary file added docs/images/airbnb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 11 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@
<li><a href="#examples-basecamp">Basecamp Mobile</a></li>
<li><a href="#examples-slavery-footprint">Slavery Footprint</a></li>
<li><a href="#examples-stripe">Stripe</a></li>
<li><a href="#examples-airbnb">Airbnb Mobile</a></li>
<li><a href="#examples-airbnb">Airbnb</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>
Expand Down Expand Up @@ -2819,20 +2819,21 @@ <h2 id="examples-stripe">Stripe</h2>
</a>
</div>

<h2 id="examples-airbnb">Airbnb Mobile</h2>
<h2 id="examples-airbnb">Airbnb</h2>

<p>
<a href="http://airbnb.com">Airbnb</a> used Backbone.js and
<a href="http://coffeescript.org">CoffeeScript</a> to quickly build
<a href="http://m.airbnb.com">Airbnb Mobile</a>
in six weeks with a team of three. The mobile version of Airbnb lets you
discover and book rental spaces directly from your phone: from a private
apartment to a private island...
<p>
<a href="http://airbnb.com">Airbnb</a> uses Backbone in many of its products.
It started with <a href="http://m.airbnb.com">Airbnb Mobile Web</a>
(built in six weeks by a team of three) and has since grown to
<a href="https://www.airbnb.com/wishlists/popular">Wish Lists</a>,
<a href="http://www.airbnb.com/match">Match</a>,
<a href="http://www.airbnb.com/s/">Search</a>, Communities, Payments, and
Internal Tools.
</p>

<div style="text-align: center;">
<a href="http://m.airbnb.com/">
<img width="500" height="330" data-original="docs/images/airbnb-mobile.png" alt="Airbnb-Mobile" class="example_image" />
<img width="500" height="489" data-original="docs/images/airbnb.png" alt="Airbnb" class="example_image" />
</a>
</div>

Expand Down

0 comments on commit f663ba6

Please sign in to comment.