Skip to content
Snippets Groups Projects
Unverified Commit 059c49df authored by Tom Wiesing's avatar Tom Wiesing
Browse files

Layout for people pages

parent d2ed5f04
No related branches found
No related tags found
No related merge requests found
...@@ -2,14 +2,24 @@ ...@@ -2,14 +2,24 @@
layout: default layout: default
--- ---
<div class="page">
<h1 class="page-title">{{ page.fullname }}</h1>
{% if page.fulltitle %}<h2>{{ page.fulltitle }}</h2>{% endif %}
<h3>
<a href="https://kwarc.info/{{ page.account }}/publications.html">Pulibcations</a>
{% if page.cv %}&nbsp;<a href="/{{page.cv}}">Curriculum Vitae</a>{% endif %}
</h3>
<div class="row">
<div class="col s12 m5 right">
<div class="card">
<div class="card-image">
<img src="/{{page.pic}}" width="300"/> <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}} {{content}}
</p>
</div> </div>
\ No newline at end of file
--- ---
layout: person layout: person
menu_title: Michael Kohlhase menu_title: Michael Kohlhase
title: Michael Kohlhase
menu_order: 1 menu_order: 1
fullname: Prof. Dr. Michael Kohlhase fullname: Prof. Dr. Michael Kohlhase
fulltitle: Professur für Wissensrepräsentation und -verarbeitung fulltitle: Professur für Wissensrepräsentation und -verarbeitung
......
...@@ -10,7 +10,7 @@ header, main, .page-footer { ...@@ -10,7 +10,7 @@ header, main, .page-footer {
} }
} }
#body { p {
font-size: 1.25rem; font-size: 1.25rem;
font-weight: 300; font-weight: 300;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment