From 9a348270a47042084da7f3a263efad86af1e8968 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 6 Dec 2020 21:40:29 +0100 Subject: Update profile picture --- resources/img/profile-300x300.png | Bin 157775 -> 0 bytes resources/img/profile.jpg | Bin 0 -> 81386 bytes resources/pug/finals/index.pug | 6 +++--- 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 resources/img/profile-300x300.png create mode 100644 resources/img/profile.jpg (limited to 'resources') diff --git a/resources/img/profile-300x300.png b/resources/img/profile-300x300.png deleted file mode 100644 index 1a0c0f1..0000000 Binary files a/resources/img/profile-300x300.png and /dev/null differ diff --git a/resources/img/profile.jpg b/resources/img/profile.jpg new file mode 100644 index 0000000..3f9b56c Binary files /dev/null and b/resources/img/profile.jpg differ diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index b50818c..5c53b48 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -7,8 +7,8 @@ block titleContainer block content div(style="display:table-row;") - img#profile(alt="Camil Staps", style="vertical-align:middle;", src="/assets/img/profile-300x300.png", width="170") - div#basicinfo(style="display:table-cell;vertical-align:middle;") + img#profile(alt="Camil Staps", style="vertical-align:bottom;", src="/assets/img/profile.jpg", width="170") + div#basicinfo(style="display:table-cell;vertical-align:bottom;") h1 Camil Staps p PhD candidate in Semitic linguistics p @@ -18,7 +18,7 @@ block content | amilst span dummy | aps.nl - p + p(style="margin-bottom:1em;") a(href="https://leidenuni.academia.edu/CamilStaps") i.ai.ai-lg.ai-academia(title="Academia.edu") |   -- cgit v1.2.3