Last active
August 29, 2015 14:13
Revisions
-
jasonnathan revised this gist
Jan 16, 2015 . 1 changed file with 8 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,6 +3,14 @@ www.scriptstreet.com/building-a-zoomable-user-interface-with-meteorjs-greensock --> <nav> <ul> <li><a href="#start" id="startMenu">Start</a></li> <li><a href="#contact" id="contactMenu">Contact</a></li> <li><a href="#works" id="worksMenu">Start</a></li> </ul> </nav> <div id="constrainContainer"> <div class="Page" id="start"></div> <div class="Page" id="contact"></div> -
jasonnathan revised this gist
Jan 16, 2015 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ --> <div id="constrainContainer"> <div class="Page" id="start"></div> <div class="Page" id="contact"></div> <div class="Page" id="works"></div> </div> -
jasonnathan created this gist
Jan 16, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ <!--The master layout for a zoomable user interface. See: www.scriptstreet.com/building-a-zoomable-user-interface-with-meteorjs-greensock --> <div id="constrainContainer"> <div class="Page" id="startPage"></div> <div class="Page" id="contactPage"></div> <div class="Page" id="worksPage"></div> </div>