Created
June 21, 2011 22:14
-
-
Save jgable/1039060 to your computer and use it in GitHub Desktop.
Transition Page Content example
This file contains 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 characters
<body> | |
<div id="container"> | |
<header> | |
<h1>Best Site Evar</h1> | |
<nav> | |
<ul> | |
<li class="first selected"><a href="index.html" transition-link="" transition-name="slide">Home</a></li> | |
<li><a href="about.html" transition-link="" transition-name="slide">About</a></li> | |
<li><a href="contact.html" transition-link="" transition-name="slide">Contact</a></li> | |
</ul> | |
</nav> | |
</header> | |
<div id="main" role="main"> | |
<h2>Home Is Where The Heart Is</h2> | |
<p> | |
Some Lorem Ipsum Text.... | |
</p> | |
</div> | |
</div> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment