Skip to content

Commit

Permalink
update moon read me
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-armour committed Oct 17, 2015
1 parent 7dc13c7 commit 8bc4653
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
13 changes: 8 additions & 5 deletions iframe-carousel-r2.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,18 @@
<body>
<script>

var interval = 15000;
var interval = 20000;
var timer;
var editor = 'http://exploratoria.github.io/lib/code-edit-view/code-edit-view.html#';
var sites = [

['Moon Voyager Gamer', editor + 'http://jaanga.github.io/moon/voyager/gamer/moon-voyager-gamer-r2-1.html' ],
['Moon Voyager Image Map', editor + 'http://jaanga.github.io/moon/voyager/image-map/moon-voyager-image-map-r1-2' ],
['Moon Voyager Shaded', editor + 'http://jaanga.github.io/moon/voyager/shaded/moon-voyager-shaded-r1-1' ],
['Moon Voyager Altitude', editor + 'http://jaanga.github.io/moon/voyager/altitude/moon-voyager-altitude-r1-1' ]
['Moon Voyager Image Map', editor + 'http://jaanga.github.io/moon/voyager/image-map/moon-voyager-image-map-r1-2.html' ],
['Moon Voyager Shaded', editor + 'http://jaanga.github.io/moon/voyager/shaded/moon-voyager-shaded-r1-1.html' ],
['Moon Voyager Altitude', editor + 'http://jaanga.github.io/moon/voyager/altitude/moon-voyager-altitude-r1-1.html' ],
['Moon Rover Mobile', editor + 'http://jaanga.github.io/moon/rover-mobile/moon-rover-mobile-r5-3.html' ],
['Moon Rover 64P', editor + 'http://jaanga.github.io/moon/rover-64p/moon-rover-64p-multi-tile-r2.html' ],
['Moon Rover 256P', editor + 'http://jaanga.github.io/moon/rover-256p/moon-rover-256p-multi-tile-r1.html' ]

]

Expand All @@ -35,7 +38,7 @@

var content = document.body.appendChild( document.createElement( 'div' ) );
content.innerHTML =
'<iframe id=ifr width=100% height=' + ( window.innerHeight - 40 ) + 'px ></iframe>' +
'<iframe id=ifr width=100% height=' + ( window.innerHeight - 50 ) + 'px ></iframe>' +
'<center><p id=buttons ></p></center>' +
'';

Expand Down
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
<span style=display:none; >[You are now in GitHub source code view - click this link to view Read Me file as a web page]( http://jaanga.github.io/moon/ "View file as a web page." ) </span>
<input type=button onclick=window.location.href='https://github.com/jaanga/moon/'; value='You are now in GitHub web page view - Click this button to view Read Me file as source code' >

<iframe id=ifr src="iframe-carousel-r2.html" width=100% height=600px ></iframe>
<iframe id=ifr src="iframe-carousel-r2.html" width=100% height=600px >_Sample Jaanga Moon scripts viewable in web page view only_</iframe>

_Sample Jaanga Moon scripts_

## Concept

Expand Down

0 comments on commit 8bc4653

Please sign in to comment.