Skip to content

Instantly share code, notes, and snippets.

@bhubbard
Last active November 20, 2015 18:32
Show Gist options
  • Save bhubbard/c7c3a6c21ae39bf9487a to your computer and use it in GitHub Desktop.
Save bhubbard/c7c3a6c21ae39bf9487a to your computer and use it in GitHub Desktop.
<ul>
<li><a href="#a">A</a></li>
<li><a href="#b">B</a></li>
<li><a href="#c">C</a></li>
</ul>
<hr />
<h3 id="a">A</h3>
<ul>
<li><a href="#">A Community Link</a></li>
<li><a href="#"><img src="http://placehold.it/150x150" />Another Community Link but with Photo</a></li>
<ul>
<hr />
<h3 id="b">B</h3>
<ul>
<li><a href="#">B Community Link</a></li>
<li><a href="#"><img src="http://placehold.it/150x150" />B Community Link but with Photo</a></li>
<ul>
<hr />
<h3 id="c">C</h3>
<ul>
<li><a href="#">C Community Link</a></li>
<li><a href="#"><img src="http://placehold.it/150x150" />C Community Link but with Photo</a></li>
<ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment