Changeset e8cd830 in orbit
- Timestamp:
- 08/21/13 07:37:08 (9 years ago)
- Branches:
- master, Servo, Tab_Interface, pyramid
- Children:
- 066b060
- Parents:
- 9b2949b
- Location:
- iOS/Orbit/tutorial
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
iOS/Orbit/tutorial/index.html
r6d0d67b re8cd830 1 1 <!DOCTYPE html> 2 2 <html> 3 <head> 4 <meta name="viewport" content="width=device-width"> 5 <link rel="stylesheet" type="text/css" href="style.css"> 6 <title>Orbit Tutorial</title> 3 <head> 4 <meta name="viewport" content="width=device-width"> 5 <link rel="stylesheet" type="text/css" href="style.css"> 6 <title>Orbit Tutorial</title> 7 </head> 8 <body style="background-color: white;"> 9 10 <center> 11 12 <img src="puzzlebox_logo.pdf" width="240"> 13 14 Welcome to Puzzlebox Orbit 15 16 <p><img src="status_0@2x.png" height="160"><p> 17 18 <p>Please press "Next" to begin the tutorial</p> 19 20 <a class='next button' onclick="parent.changePage('step01.html');">Next »</a> 7 21 8 <body style="background-color: white;"> 9 10 <center> 11 <img src="puzzlebox_logo.pdf" width="240"> 12 13 Welcome to Puzzlebox Orbit 14 15 <p><img src="status_0@2x.png" height="160"><p> 16 17 <p>Please press "Next" to begin the tutorial</p> 18 19 <a class='next button' onclick="parent.changePage('step01.html');">Next »</a> 20 21 </center> 22 23 <!-- 24 <table class='table'> 25 <tbody> 26 <tr> 27 <td> 28 <center> 29 <img src="puzzlebox_logo.pdf" width="240"> 30 </center> 31 </td> 32 </tr> 33 34 <tr> 35 <td> 36 <center> 37 Welcome to Puzzlebox Orbit 38 </center> 39 </td> 40 </tr> 41 42 <tr> 43 <td> 44 <center> 45 <p><img src="status_0@2x.png" height="160"></p> 46 </center> 47 </td> 48 </tr> 49 50 <tr> 51 <td> 52 <center> 53 Please press "Next" to begin the tutorial 54 </center> 55 </td> 56 </tr> 57 58 </td> 59 <tr> 60 <td> 61 <a class='next button' href="step01.html">Next »</a> 62 </td> 63 </tr> 64 </tbody> 65 </table> 66 --> 67 </body> 22 </center> 23 24 <!-- 25 <table class='table'> 26 <tbody> 27 <tr> 28 <td> 29 <center> 30 <img src="puzzlebox_logo.pdf" width="240"> 31 </center> 32 </td> 33 </tr> 34 35 <tr> 36 <td> 37 <center> 38 Welcome to Puzzlebox Orbit 39 </center> 40 </td> 41 </tr> 42 43 <tr> 44 <td> 45 <center> 46 <p><img src="status_0@2x.png" height="160"></p> 47 </center> 48 </td> 49 </tr> 50 51 <tr> 52 <td> 53 <center> 54 Please press "Next" to begin the tutorial 55 </center> 56 </td> 57 </tr> 58 59 </td> 60 <tr> 61 <td> 62 <a class='next button' href="step01.html">Next »</a> 63 </td> 64 </tr> 65 </tbody> 66 </table> 67 --> 68 69 </body> 68 70 </html> -
iOS/Orbit/tutorial/step10.html
r6d0d67b re8cd830 19 19 <center> 20 20 <img src="tutorial-01-orbit.jpg" width="100%"> 21 21 </center> 22 22 23 23 </td>
Note: See TracChangeset
for help on using the changeset viewer.