Last active
November 20, 2015 18:32
-
-
Save bhubbard/c7c3a6c21ae39bf9487a to your computer and use it in GitHub Desktop.
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
<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