Skip to content

Commit

Permalink
Updated Basecamp Mobile example to Basecamp Calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Oct 10, 2012
1 parent 4d80d88 commit 162a833
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
Binary file added docs/images/basecamp-calendar.jpg
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/basecamp-mobile.png
Binary file not shown.
19 changes: 10 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
<li><a href="#examples-spin">Spin</a></li>
<li><a href="#examples-walmart">Walmart Mobile</a></li>
<li><a href="#examples-groupon">Groupon Now!</a></li>
<li><a href="#examples-basecamp">Basecamp Mobile</a></li>
<li><a href="#examples-basecamp">Basecamp</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</a></li>
Expand Down Expand Up @@ -2846,19 +2846,20 @@ <h2 id="examples-groupon">Groupon Now!</h2>
</a>
</div>

<h2 id="examples-basecamp">Basecamp Mobile</h2>
<h2 id="examples-basecamp">Basecamp</h2>

<p>
<a href="http://37signals.com/">37Signals</a> used Backbone.js to create
<a href="http://basecamphq.com/mobile">Basecamp Mobile</a>, the mobile version
of their popular project management software. You can access all your Basecamp
projects, post new messages, and comment on milestones (all represented
internally as Backbone.js models).
<a href="http://37signals.com/">37Signals</a> chose Backbone.js to create
the <a href="http://basecamp.com/calendar">calendar feature</a> of its
popular project management software <a href="http://basecamp.com/">Basecamp</a>.
The Basecamp Calendar uses Backbone.js models and views in conjunction with the
<a href="https://github.com/sstephenson/eco">Eco</a> templating system to
present a polished, highly interactive group scheduling interface.
</p>

<div style="text-align: center;">
<a href="http://basecamphq.com/mobile">
<img width="530" height="350" data-original="docs/images/basecamp-mobile.png" alt="Basecamp Mobile" class="example_image" />
<a href="http://basecamp.com/calendar">
<img width="530" height="380" data-original="docs/images/basecamp-calendar.jpg" alt="Basecamp Calendar" class="example_image" />
</a>
</div>

Expand Down

0 comments on commit 162a833

Please sign in to comment.