Skip to content

Instantly share code, notes, and snippets.

@mikekoro
Created August 16, 2013 16:45
Show Gist options
  • Save mikekoro/6251485 to your computer and use it in GitHub Desktop.
Save mikekoro/6251485 to your computer and use it in GitHub Desktop.
<div class="section-container accordion" data-section="accordion">
<section>
<p class="title" data-section-title><a href="#">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="#">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