Created
January 11, 2014 03:06
-
-
Save lnickers2004/8366480 to your computer and use it in GitHub Desktop.
Bootstrap3: List Group Example: photo attributions on anchor tag
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
<!--list group example--> | |
<ul class="list-group"> | |
<li class="list-group-item"><span class="badge"><span class="glyphicon glyphicon-book">15</span></span> | |
<a href="http://www.flickr.com/photos/78011127@N00" property="cc:attributionName" rel="cc:attributionURL" target="_blank">ginnerobot</a> on <a href="http://www.flickr.com/photos/78011127@N00/3288988832" property="cc:attributionName" rel="cc:attributionURL" target="_blank">Flickr</a> | |
</li> | |
<li class="list-group-item active"> | |
<a href="http://www.flickr.com/photos/a4gpa" property="cc:attributionName" rel="cc:attributionURL" target="_blank">a4gpa</a> on <a href="http://www.flickr.com/photos/a4gpa/2311699407/" property="cc:attributionName" rel="cc:attributionURL" target="_blank">Flickr</a> | |
</li> | |
<li class="list-group-item"> | |
<a href="http://www.flickr.com/photos/wonderlane" property="cc:attributionName" rel="cc:attributionURL" target="_blank">Wonderlane</a> on <a href="http://www.flickr.com/photos/wonderlane/5365699031/" property="cc:attributionName" rel="cc:attributionURL" target="_blank">Flickr</a> | |
</li> | |
<li class="list-group-item"> | |
<a href="http://www.flickr.com/photos/cowbite" property="cc:attributionName" rel="cc:attributionURL" target="_blank">Cowbite</a> on <a href="http://www.flickr.com/photos/cowbite/3066000817/" property="cc:attributionName" rel="cc:attributionURL" target="_blank">Flickr</a> | |
</li> | |
<li class="list-group-item"> | |
<a href="http://en.wikipedia.org/wiki/File:Moore_and_Bridges_Lebowskifest.jpg" property="cc:attributionName" rel="cc:attributionURL" target="_blank">Wikipedia</a> | |
</li> | |
<li class="list-group-item"> | |
<a href="http://www.flickr.com/photos/stevensnodgrass" property="cc:attributionName" rel="cc:attributionURL" target="_blank">Steven Snodgrass</a> on <a href="http://www.flickr.com/photos/stevensnodgrass/8187375688" property="cc:attributionName" rel="cc:attributionURL" target="_blank">Flickr</a> | |
</li> | |
<li class="list-group-item"> | |
<a href="http://www.flickr.com/photos/66992990@N00" property="cc:attributionName" rel="cc:attributionURL" target="_blank">Joanna Bourne</a> on <a href="http://www.flickr.com/photos/66992990@N00/6715373883" property="cc:attributionName" rel="cc:attributionURL" target="_blank">Flickr</a> | |
</li> | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment