Skip to content

Commit

Permalink
Adding Disqus as an example app.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Jun 21, 2012
1 parent f3039b6 commit 2d7aa99
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Binary file added docs/images/disqus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@
<li><a href="#examples-audiovroom">AudioVroom</a></li>
<li><a href="#examples-foursquare">Foursquare</a></li>
<li><a href="#examples-wunderkit">Wunderkit</a></li>
<li><a href="#examples-disqus">Disqus</a></li>
<li><a href="#examples-khan-academy">Khan Academy</a></li>
<li><a href="#examples-do">Do</a></li>
<li><a href="#examples-pitchfork">Pitchfork</a></li>
Expand Down Expand Up @@ -2647,6 +2648,22 @@ <h2 id="examples-wunderkit">Wunderkit</h2>
<img width="543" height="525" data-original="docs/images/wunderkit.png" alt="Wunderkit" class="example_image" />
</a>
</div>

<h2 id="examples-disqus">Disqus</h2>

<p>
<a href="http://www.disqus.com">Disqus</a> chose Backbone.js to power the
latest version of their commenting widget. Backbone&rsquo;s small
footprint and easy extensibility made it the right choice for Disqus&rsquo;
distributed web application, which is hosted entirely inside an iframe and
served on thousands of large web properties, including IGN, Wired, CNN, MLB, and more.
</p>

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

<h2 id="examples-khan-academy">Khan Academy</h2>

Expand Down

0 comments on commit 2d7aa99

Please sign in to comment.