]> git.xn--bdkaa.com Git - xn--bdkaa.com.git/commitdiff
Update avatar
authorEvgenii Akentev <i@ak3n.com>
Fri, 7 Jul 2023 16:41:39 +0000 (20:41 +0400)
committerEvgenii Akentev <i@ak3n.com>
Fri, 7 Jul 2023 16:41:39 +0000 (20:41 +0400)
themes/theme/layouts/index.html
themes/theme/static/css/stylesheet.css
themes/theme/static/img/me_myself_and_i_tbilisi_2023.webp [new file with mode: 0644]
themes/theme/static/img/me_myself_i.jpg [deleted file]

index 31eda7c200919ada198a4323c7d7d40d4b0b2b7a..ffe0daaaa87feecd090e9227da9c6d954330cf83 100644 (file)
@@ -1,7 +1,8 @@
 {{ partial "header.html" . }}
 <section>
   <div class="center">
-    <img class="avatar" src="/img/me_myself_i.jpg" alt="Me, Myself, I"/>
+    <img class="avatar" src="/img/me_myself_and_i_tbilisi_2023.webp" alt="Me, Myself, and I, Tbilisi 2023"/>
+    <p class="about">Tbilisi, July, 2023</p>
   </div>
 
   <section id="info">
index a94cc91673003fdada2006569896d3dff722e753..a676028ff10964974962d629161fbccb8db81f03 100644 (file)
@@ -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 (file)
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 (file)
index fe87eea..0000000
Binary files a/themes/theme/static/img/me_myself_i.jpg and /dev/null differ