[Pkg-javascript-commits] [backbone] 04/281: Adding LinkedIn Mobile as an example app.
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 17:01:50 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.9.0
in repository backbone.
commit 467dd146ce741616d44f0bc23a8a1649898a0984
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Wed Aug 17 11:09:15 2011 -0400
Adding LinkedIn Mobile as an example app.
---
docs/images/linkedin-mobile.png | Bin 0 -> 388746 bytes
index.html | 38 +++++++++++++++++++++++++++++---------
2 files changed, 29 insertions(+), 9 deletions(-)
diff --git a/docs/images/linkedin-mobile.png b/docs/images/linkedin-mobile.png
new file mode 100644
index 0000000..8fa63e8
Binary files /dev/null and b/docs/images/linkedin-mobile.png differ
diff --git a/index.html b/index.html
index 16585a5..9fb031c 100644
--- a/index.html
+++ b/index.html
@@ -278,8 +278,9 @@
<ul class="toc_section">
<li>– <a href="#examples-todos">Todos</a></li>
<li>– <a href="#examples-documentcloud">DocumentCloud</a></li>
- <li>– <a href="#examples-basecamp">Basecamp Mobile</a></li>
+ <li>– <a href="#examples-linkedin">LinkedIn Mobile</a></li>
<li>– <a href="#examples-flow">Flow</a></li>
+ <li>– <a href="#examples-basecamp">Basecamp Mobile</a></li>
<li>– <a href="#examples-groupon">Groupon Now!</a></li>
<li>– <a href="#examples-trajectory">Trajectory</a></li>
<li>– <a href="#examples-soundcloud">SoundCloud Mobile</a></li>
@@ -2045,19 +2046,22 @@ var model = localBackbone.Model.extend(...);
</a>
</div>
- <h2 id="examples-basecamp">Basecamp Mobile</h2>
+ <h2 id="examples-linkedin">LinkedIn Mobile</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://www.linkedin.com/">LinkedIn</a> used Backbone.js to create
+ its <a href="http://www.linkedin.com/static?key=mobile">next-generation HTML5 mobile web app</a>.
+ Backbone made it easy to keep the app modular, organized and extensible so
+ that it was possible to program the complexities of LinkedIn's user experience.
+ The app also uses <a href="http://zeptojs.com/">Zepto</a>,
+ <a href="http://documentcloud.github.com/underscore/">Underscore.js</a>,
+ <a href="http://sass-lang.com/">SASS</a>, <a href="http://cubiq.org/iscroll">iScroll</a>,
+ HTML5 LocalStorage and Canvas.
</p>
<div style="text-align: center;">
- <a href="http://basecamphq.com/mobile">
- <img src="docs/images/basecamp-mobile.png" alt="Basecamp Mobile" class="example_image" />
+ <a href="http://www.linkedin.com/static?key=mobile">
+ <img src="docs/images/linkedin-mobile.png" alt="LinkedIn Mobile" class="example_image" />
</a>
</div>
@@ -2076,6 +2080,22 @@ var model = localBackbone.Model.extend(...);
</a>
</div>
+ <h2 id="examples-basecamp">Basecamp Mobile</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).
+ </p>
+
+ <div style="text-align: center;">
+ <a href="http://basecamphq.com/mobile">
+ <img src="docs/images/basecamp-mobile.png" alt="Basecamp Mobile" class="example_image" />
+ </a>
+ </div>
+
<h2 id="examples-groupon">Groupon Now!</h2>
<p>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git
More information about the Pkg-javascript-commits
mailing list