Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/ghazal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/about.html')
-rw-r--r--layouts/_default/about.html20
1 files changed, 16 insertions, 4 deletions
diff --git a/layouts/_default/about.html b/layouts/_default/about.html
index 493f455..3eae312 100644
--- a/layouts/_default/about.html
+++ b/layouts/_default/about.html
@@ -1,4 +1,5 @@
{{ define "main" }}
+{{ partial "social" . }}
<img
src="{{ .Params.profileImage }}"
style="
@@ -8,10 +9,21 @@
border-radius: 50%;
"
/>
-{{ partial "social" . }}
-<h1 style="border-bottom: solid 3px;">
- {{ .Params.prefix }} {{ .Params.name }}, {{ .Params.suffix }}
-</h1>
+
+<div
+ style="
+ display: flex;
+ justify-content: center;
+ flex-direction: column;
+ border-bottom: solid 3px;
+ "
+>
+ <h1 style="margin: 0.15em 0;">
+ {{ .Params.prefix }} {{ .Params.name }}, {{ .Params.suffix }}
+ </h1>
+ <h2 style="margin: 0.15em 0;">{{ .Params.jobTitle }}</h2>
+ <h3 style="margin: 0.15em 0;">{{ .Params.office }}, {{ .Params.location }}</h3>
+</div>
{{ .Content }}
{{ partial "about/education" . }}
{{ partial "about/publications" . }}