From: Evgenii Akentev Date: Fri, 7 Jul 2023 16:41:39 +0000 (+0400) Subject: Update avatar X-Git-Url: https://git.xn--bdkaa.com/?a=commitdiff_plain;h=615afcb5b683069b45d6965c1f44eeb044c8975b;p=xn--bdkaa.com.git Update avatar --- diff --git a/themes/theme/layouts/index.html b/themes/theme/layouts/index.html index 31eda7c..ffe0daa 100644 --- a/themes/theme/layouts/index.html +++ b/themes/theme/layouts/index.html @@ -1,7 +1,8 @@ {{ partial "header.html" . }}
- Me, Myself, I + Me, Myself, and I, Tbilisi 2023 +

Tbilisi, July, 2023

diff --git a/themes/theme/static/css/stylesheet.css b/themes/theme/static/css/stylesheet.css index a94cc91..a676028 100644 --- a/themes/theme/static/css/stylesheet.css +++ b/themes/theme/static/css/stylesheet.css @@ -150,6 +150,10 @@ h5:hover a { visibility: visible } img.avatar { margin-top: 2em; - border-radius: 50%; - width: 200px; + width: 100%; +} + +.about { + margin-top: 0.5em; + color: #9EA3AD; } \ No newline at end of file diff --git a/themes/theme/static/img/me_myself_and_i_tbilisi_2023.webp b/themes/theme/static/img/me_myself_and_i_tbilisi_2023.webp new file mode 100644 index 0000000..70fff60 Binary files /dev/null and b/themes/theme/static/img/me_myself_and_i_tbilisi_2023.webp differ diff --git a/themes/theme/static/img/me_myself_i.jpg b/themes/theme/static/img/me_myself_i.jpg deleted file mode 100644 index fe87eea..0000000 Binary files a/themes/theme/static/img/me_myself_i.jpg and /dev/null differ