Skip to content

Instantly share code, notes, and snippets.

@bridgestew
Last active December 23, 2015 07:59
Show Gist options
  • Save bridgestew/6604016 to your computer and use it in GitHub Desktop.
Save bridgestew/6604016 to your computer and use it in GitHub Desktop.
Early, nearly naked example for the FAQ and Archive HTML
<div id="faq">
<div>
<h3><a href="#">FAQ question</a></h3>
<div>
<p>FAQ answer</p>
</div>
</div>
<div>
<h3><a href="#">FAQ question</a></h3>
<div>
<p>FAQ answer</p>
</div>
</div>
</div>
<ul id="archive">
<li><a href="#">Month 1</a>
<ul>
<li><a href="#">Blog Post Title</a></li>
<li><a href="#">Blog Post title</a></li>
</ul>
</li>
<li><a href="#">Month 2</a>
<ul>
<li><a href="#">Blog Post title</a></li>
<li><a href="#">Blog Post title</a></li>
</ul>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment