Skip to content

Instantly share code, notes, and snippets.

@mrcampbell
Forked from planetoftheweb/speakerslist.html
Created August 25, 2016 21:17
Show Gist options
  • Save mrcampbell/8e10e51046779b2c9274a15a7525c20d to your computer and use it in GitHub Desktop.
Save mrcampbell/8e10e51046779b2c9274a15a7525c20d to your computer and use it in GitHub Desktop.
<article class="speakerslist">
<div class="container">
<div class="row">
<div class="col-sm-8">
<h3 class="speakerslist-title">title</h3>
<h5 class="speakerslist-name">with <a href="/speakers/shortname">name</a></h5>
<p class="speakerslist-info"><a href="/speakers/shortname">
<img class="speakerslist-img img-circle pull-left" src="/images/speakers/shortname_tn.jpg" alt="Photo of name"></a>
summary
</a></p>
</div>
</div><!-- row -->
</div><!-- container -->
</article>
@mrcampbell
Copy link
Author

Took off extra '>' off of the title text betwen the speakerslist-title header

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment