Skip to content
Snippets Groups Projects
person.html 636 B
Newer Older
  • Learn to ignore specific revisions
  • Michael Kohlhase's avatar
    new
    Michael Kohlhase committed
    ---
    layout: default
    ---
    
    
    Tom Wiesing's avatar
    Tom Wiesing committed
    
    <div class="row">
      <div class="col s12 m5 right">
        <div class="card">
          <div class="card-image">
            <img src="/{{page.pic}}" width="300"/>
          </div>
          <div class="card-content">
            <span class="card-title">{{ page.fullname }}</span>
            {% if page.fulltitle %}{{ page.fulltitle }}{% endif %}
          </div>
          <div class="card-action">
            <a href="https://kwarc.info/{{ page.account }}/publications.html">Publications</a>
            {% if page.cv %}&nbsp;<a href="/{{page.cv}}">Curriculum Vitae</a>{% endif %}
          </div>
        </div>
      </div>
      <p>
        {{content}}
      </p>
    </div>