- Timestamp:
- 08/29/13 03:06:50 (9 years ago)
- Branches:
- master, Servo, Tab_Interface, pyramid
- Children:
- 4a56cfb
- Parents:
- b9c0cef
- Location:
- iOS/Orbit
- Files:
-
- 1 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
iOS/Orbit/orbit.xcodeproj/project.pbxproj
rb9c0cef rbafff7e 56 56 5270752F17CE777300476875 /* step08-3.html in Resources */ = {isa = PBXBuildFile; fileRef = 5270752D17CE777200476875 /* step08-3.html */; }; 57 57 5270753017CE777300476875 /* step08-5.html in Resources */ = {isa = PBXBuildFile; fileRef = 5270752E17CE777300476875 /* step08-5.html */; }; 58 5270753217CEB76300476875 /* welcome-icons.png in Resources */ = {isa = PBXBuildFile; fileRef = 5270753117CEB76300476875 /* welcome-icons.png */; }; 58 59 5286861517CAA8E800956FA9 /* step05-2.html in Resources */ = {isa = PBXBuildFile; fileRef = 5286861417CAA8E800956FA9 /* step05-2.html */; }; 59 60 5286861B17CAB03100956FA9 /* tutorial-02-charging-usb-lit.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 5286861617CAB03100956FA9 /* tutorial-02-charging-usb-lit.jpg */; }; … … 168 169 5270752D17CE777200476875 /* step08-3.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = "step08-3.html"; path = "tutorial/step08-3.html"; sourceTree = "<group>"; }; 169 170 5270752E17CE777300476875 /* step08-5.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = "step08-5.html"; path = "tutorial/step08-5.html"; sourceTree = "<group>"; }; 171 5270753117CEB76300476875 /* welcome-icons.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "welcome-icons.png"; path = "tutorial/images/welcome-icons.png"; sourceTree = "<group>"; }; 170 172 5286861417CAA8E800956FA9 /* step05-2.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = "step05-2.html"; path = "tutorial/step05-2.html"; sourceTree = "<group>"; }; 171 173 5286861617CAB03100956FA9 /* tutorial-02-charging-usb-lit.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "tutorial-02-charging-usb-lit.jpg"; sourceTree = "<group>"; }; … … 459 461 2843FE871790205900C79D56 /* status_4.png */, 460 462 2843FE881790205900C79D56 /* status_4@2x.png */, 463 5270753117CEB76300476875 /* welcome-icons.png */, 461 464 ); 462 465 name = Images; … … 704 707 5270752F17CE777300476875 /* step08-3.html in Resources */, 705 708 5270753017CE777300476875 /* step08-5.html in Resources */, 709 5270753217CEB76300476875 /* welcome-icons.png in Resources */, 706 710 ); 707 711 runOnlyForDeploymentPostprocessing = 0; -
iOS/Orbit/tutorial/index.html
rdc22931 rbafff7e 13 13 14 14 Welcome to Puzzlebox Orbit 15 16 <p><img src="status_0@2x.png" height="160"><p> 15 16 <p><img src="welcome-icons.png" width="100%"><p> 17 18 <p><img src="tutorial-08-meters-attention.gif" width="100%"><p> 17 19 18 20 <p>Press the arrow button to begin the tutorial</p> -
iOS/Orbit/tutorial/style.css
rf0e53f9 rbafff7e 4 4 font-size: 1.6em; 5 5 color: #000; 6 background-color:#aeaeae; 6 7 font-weight: bold; 7 8 text-decoration: none; … … 17 18 font-size: 1.6em; 18 19 color: #000; 20 background-color:#eaeaea; 19 21 font-weight: bold; 20 22 text-decoration: none;
Note: See TracChangeset
for help on using the changeset viewer.