--- layout: page title: Members tagline: author: [chamerling, rstuehmer] ---

{% for auth in page.author %} {% assign author = site.authors[auth] %}

{% if author.gravatar %} {% else if author.avatar %} {% endif %}

{{author.name}}

{% if author.company %}
{{author.company}}
{% endif %} {% if author.webpage %}
  • Web
  • {% endif %} {% if author.github %}
  • Github
  • {% endif %} {% if author.twitter %}
  • Twitter
  • {% endif %}
    {% endfor %}