From e842ce3bdca5460f2dcca253e8882b5509f8a478 Mon Sep 17 00:00:00 2001 From: John Mayhew Date: Thu, 9 Feb 2012 09:29:31 -0800 Subject: Updated fav icon to the final image --- images/favicon.png | Bin 1085 -> 564 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/images/favicon.png b/images/favicon.png index b578b2bf..dba96b25 100644 Binary files a/images/favicon.png and b/images/favicon.png differ -- cgit v1.2.3 From 937fcd971085d53e3c44eb9554a2e8597c168f74 Mon Sep 17 00:00:00 2001 From: John Mayhew Date: Thu, 9 Feb 2012 09:30:06 -0800 Subject: fixed error with initializing and accessing the ninja version object from the main reel --- js/ninja.reel/ninja.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/ninja.reel/ninja.js b/js/ninja.reel/ninja.js index 90015f5a..469d38f7 100644 --- a/js/ninja.reel/ninja.js +++ b/js/ninja.reel/ninja.js @@ -14,7 +14,7 @@ exports.Ninja = Montage.create(Component, { _preload: { value: false }, ninjaVersion: { - value: window.ninjaVersion.ninja.version + value: null }, toolsData: { value: null }, @@ -34,6 +34,7 @@ exports.Ninja = Montage.create(Component, { templateDidLoad: { value: function() { + this.ninjaVersion = window.ninjaVersion.ninja.version; this.eventManager.addEventListener( "preloadFinish", this, false); } }, -- cgit v1.2.3 From 5708e1728b92c750b9cbdf1b2ff10a8e0e46253c Mon Sep 17 00:00:00 2001 From: John Mayhew Date: Thu, 9 Feb 2012 09:30:42 -0800 Subject: Implemented final splash screen, the credits page and the license page --- credits.html | Bin 0 -> 5692 bytes index.html | 291 ++++++++++++----------------------------------------------- license.html | 52 +++++++++++ 3 files changed, 111 insertions(+), 232 deletions(-) create mode 100644 credits.html create mode 100644 license.html diff --git a/credits.html b/credits.html new file mode 100644 index 00000000..4c7060b4 Binary files /dev/null and b/credits.html differ diff --git a/index.html b/index.html index 53bd6605..306906c2 100644 --- a/index.html +++ b/index.html @@ -8,20 +8,19 @@
-Version: 0.0.0.0
+Copyright © 2012 Motorola Mobility, Inc. All rights reserved.
+The Ninja application is made possible by the Ninja open source project and other open source software.
+Ninja is available under BSD License.
+