[Pkg-javascript-commits] [backbone] 08/28: Adding Hotel Tonight as a Backbone example.
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 17:01:24 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.5.3
in repository backbone.
commit f7c23e494e7914e30a165c0fc48abf343813dd6b
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Wed Jul 27 15:23:55 2011 -0400
Adding Hotel Tonight as a Backbone example.
---
docs/images/hotel-tonight.png | Bin 0 -> 188145 bytes
index.html | 20 ++++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/docs/images/hotel-tonight.png b/docs/images/hotel-tonight.png
new file mode 100644
index 0000000..24d2f1c
Binary files /dev/null and b/docs/images/hotel-tonight.png differ
diff --git a/index.html b/index.html
index 588cd52..c2927bb 100644
--- a/index.html
+++ b/index.html
@@ -286,6 +286,7 @@
<li>– <a href="#examples-soundcloud">Mobile SoundCloud</a></li>
<li>– <a href="#examples-seatgeek">SeatGeek</a></li>
<li>– <a href="#examples-quoteroller">Quote Roller</a></li>
+ <li>– <a href="#examples-hotel-tonight">Hotel Tonight</a></li>
<li>– <a href="#examples-tilemill">TileMill</a></li>
<li>– <a href="#examples-menagerievet">Menagerie Whiteboard</a></li>
<li>- <a href="#examples-blossom">Blossom</a></li>
@@ -2149,6 +2150,25 @@ var model = localBackbone.Model.extend(...);
</a>
</div>
+ <h2 id="examples-hotel-tonight">Hotel Tonight</h2>
+
+ <p>
+ <a href="http://www.hoteltonight.com/">Hotel Tonight</a> used Backbone.js,
+ <a href="http://coffeescript.org">CoffeeScript</a>,
+ <a href="http://documentcloud.github.com/jammit/">Jammit</a> and more to
+ create the
+ <a href="https://market.android.com/details?id=com.hoteltonight.android.prod">Android version</a>
+ of their app; a last-minute, mobile, hotel booking application. The app
+ leverages Backbone for the bulk of its architecture, with jQuery Mobile
+ coming in for visual presentation.
+ </p>
+
+ <div style="text-align: center;">
+ <a href="http://www.hoteltonight.com">
+ <img src="docs/images/hotel-tonight.png" alt="Hotel Tonight" class="example_image" />
+ </a>
+ </div>
+
<h2 id="examples-quoteroller">Quote Roller</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