Skip to content

Instantly share code, notes, and snippets.

@shackep
Last active June 10, 2016 15:04
Show Gist options
  • Save shackep/3f0b2cc1268aef07da23cc9c60fabfef to your computer and use it in GitHub Desktop.
Save shackep/3f0b2cc1268aef07da23cc9c60fabfef to your computer and use it in GitHub Desktop.
<a href="{{ link }}">
{# Add Responsive Image #}
{% include 'components/image.html' %}
</a>
<div class="plain-panel">
<div>
<h3><a class="person-name" href="{{ link }}">{{ name }}</a></h3>
<p class="job-title">{{ title}}</p>
<ul>
<li>
<strong>
{% include 'components/email.html' %}
</strong>
</li>
<li><strong>{% include 'components/twitter.html' %}</strong></li>
</ul>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment