Skip to content

Commit

Permalink
adding Inkling as an (amazing) example app.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Jun 13, 2012
1 parent adc81a1 commit d4d7fb9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Binary file added docs/images/inkling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@
<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-inkling">Inkling</a></li>
<li>– <a href="#examples-code-school">Code School</a></li>
<li>– <a href="#examples-cloudapp">CloudApp</a></li>
<li>– <a href="#examples-seatgeek">SeatGeek</a></li>
Expand Down Expand Up @@ -2880,6 +2881,30 @@ <h2 id="examples-pandora">Pandora</h2>
<img src="docs/images/pandora.png" alt="Pandora" class="example_image" />
</a>
</div>

<h2 id="examples-inkling">Inkling</h2>

<p>
<a href="http://inkling.com">Inkling</a> is a truly
cross-platform way to publish interactive learning content.<br />
<a href="https://www.inkling.com/read/">Inkling for Web</a> uses Backbone.js
to make hundreds of complex books &mdash; from textbooks to travel guides &mdash; more
engaging on the web. Beyond your average EPUB eReader, Inkling supports
WebGL-enabled 3D graphics, interactive assessments, seamless social sharing,
and even a music player, all within a single page Backbone-driven app.
Early on, the team decided to keep the site lightweight by using only
Backbone.js and raw JavaScript. The result? Complete source code weighing
in at a mere 350kb with feature-parity across the iPad, iPhone and web
clients. The
<a href="https://www.inkling.com/read/biology-neil-campbell-and-jane-reece-9th/chapter-1/overview-inquiring-about-life">free chapter</a>
in every book makes it easy for anyone to try it out and take a look.
</p>

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

<h2 id="examples-code-school">Code School</h2>

Expand Down

0 comments on commit d4d7fb9

Please sign in to comment.