Last active
December 23, 2015 07:59
-
-
Save bridgestew/6604016 to your computer and use it in GitHub Desktop.
Early, nearly naked example for the FAQ and Archive HTML
This file contains hidden or 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
<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