Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save milohuang/3227886 to your computer and use it in GitHub Desktop.
Save milohuang/3227886 to your computer and use it in GitHub Desktop.
Foundation 3 Orbit Content Markup
<div id="featuredContent">
<div>
<h4>This is a content slider.</h4>
<p>Each slide holds arbitrary content, like text or actions.</p>
</div>
<div>
<h4>We can include text and buttons, like this!</h4>
<p>We take no responsibility for what happens if you click this button.</p>
<p><a href="http://www.youtube.com/watch?v=dQw4w9WgXcQ" class="button" target="_blank">Rock My World!</a></p>
</div>
<div>
<h4>What? You didn't click it?</h4>
<p>We'll give you the benefit of the doubt. Maybe you did, and now you're back!</p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment