Skip to content

Instantly share code, notes, and snippets.

@mikekoro
Created August 16, 2013 16:41
Show Gist options
  • Save mikekoro/6251468 to your computer and use it in GitHub Desktop.
Save mikekoro/6251468 to your computer and use it in GitHub Desktop.
<div class="section-container auto" data-section>
<section>
<p class="title" data-section-title><a href="#panel1">Section 1</a></p>
<div class="content" data-section-content>
<p>Content of section 1.</p>
</div>
</section>
<section>
<p class="title" data-section-title><a href="#panel2">Section 2</a></p>
<div class="content" data-section-content>
<p>Content of section 2.</p>
</div>
</section>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment