Skip to content

Latest commit

 

History

History
55 lines (50 loc) · 1.38 KB

File metadata and controls

55 lines (50 loc) · 1.38 KB
layout profile
active true
bio This is a sample person's bio.
email sample@person.com
github sampleperson
image
url title alt attribution
assets/img/Revhead.jpg
Rev. Richard E. Baker
Rev REB
linkedin sampleperson
name Rev. Richard E. Baker
role Founder and CEO
short <a href="/team/sample-person">Sample Person</a> is the founder and CEO of the company.
twitter sampleperson
type employee
website http://sampleperson.com/

{% include JB/setup %}

{% if page.image %} {{ page.image.alt }} {% endif %}

{{ page.name }}
{{ page.role }}

{{ page.bio }}

<ul>
  {% if page.linkedin %}
    <li><a href="http://www.linkedin.com/in/{{ page.linkedin }}">Connect on LinkedIn</a></li>
  {% endif %}

  {% if page.twitter %}
    <li><a href="http://twitter.com/{{ page.twitter }}">Follow on Twitter</a></li>
  {% endif %}

  {% if page.github %}
    <li><a href="http://github.com/{{ page.github }}">Follow on GitHub</a></li>
  {% endif %}
</ul>