Skip to content

Instantly share code, notes, and snippets.

@jasonnathan
Last active August 29, 2015 14:13
Show Gist options
  • Save jasonnathan/b060e7538baecc436abf to your computer and use it in GitHub Desktop.
Save jasonnathan/b060e7538baecc436abf to your computer and use it in GitHub Desktop.
HTML Layout for zoomable user interface
<!--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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment