Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
www
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Richard Marcus
www
Commits
059c49df
Unverified
Commit
059c49df
authored
7 years ago
by
Tom Wiesing
Browse files
Options
Downloads
Patches
Plain Diff
Layout for people pages
parent
d2ed5f04
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
_layouts/person.html
+21
-11
21 additions, 11 deletions
_layouts/person.html
people/mkohlhase.md
+1
-0
1 addition, 0 deletions
people/mkohlhase.md
public/css/main.css
+1
-1
1 addition, 1 deletion
public/css/main.css
with
23 additions
and
12 deletions
_layouts/person.html
+
21
−
11
View file @
059c49df
...
...
@@ -2,14 +2,24 @@
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 %}
<a
href=
"/{{page.cv}}"
>
Curriculum Vitae
</a>
{% endif %}
</h3>
<img
src=
"/{{page.pic}}"
width=
"300"
/>
{{ content }}
</div>
<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 %}
<a
href=
"/{{page.cv}}"
>
Curriculum Vitae
</a>
{% endif %}
</div>
</div>
</div>
<p>
{{content}}
</p>
</div>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
people/mkohlhase.md
+
1
−
0
View file @
059c49df
---
layout
:
person
menu_title
:
Michael Kohlhase
title
:
Michael Kohlhase
menu_order
:
1
fullname
:
Prof. Dr. Michael Kohlhase
fulltitle
:
Professur für Wissensrepräsentation und -verarbeitung
...
...
This diff is collapsed.
Click to expand it.
public/css/main.css
+
1
−
1
View file @
059c49df
...
...
@@ -10,7 +10,7 @@ header, main, .page-footer {
}
}
#body
{
p
{
font-size
:
1.25rem
;
font-weight
:
300
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment