feat: ovlach image
This commit is contained in:
parent
f49de1a9e7
commit
698ad09959
@ -10,7 +10,7 @@
|
|||||||
<div class="cover bg-image"><img src="{{ "images/header-background.jpg" | static(static_host = static_host) }}" />
|
<div class="cover bg-image"><img src="{{ "images/header-background.jpg" | static(static_host = static_host) }}" />
|
||||||
<div class="mask" style="background-color: rgba(0, 0, 0, 0.7);backdrop-filter: blur(2px);">
|
<div class="mask" style="background-color: rgba(0, 0, 0, 0.7);backdrop-filter: blur(2px);">
|
||||||
<div class="text-center p-5">
|
<div class="text-center p-5">
|
||||||
<div class="avatar p-1"><img class="img-thumbnail shadow-2-strong" src="{{ cv.person.email | gravatar_link }}" width="160" height="160"/></div>
|
<div class="avatar p-1"><img class="img-thumbnail shadow-2-strong" src="{{ "images/ovlach.png" | static(static_host = static_host) }}" width="160" height="160"/></div>
|
||||||
<div class="header-bio mt-3">
|
<div class="header-bio mt-3">
|
||||||
<div data-aos="zoom-in" data-aos-delay="0">
|
<div data-aos="zoom-in" data-aos-delay="0">
|
||||||
<h2 class="h1"> {{ cv.person.name }} {{ cv.person.surname }} </h2>
|
<h2 class="h1"> {{ cv.person.name }} {{ cv.person.surname }} </h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user