add blair witch effigy

pull/216/head
Aevann 2023-10-17 22:17:08 +03:00
parent afd101abc9
commit fd5599d6cf
3 changed files with 19 additions and 0 deletions

View File

@ -742,3 +742,18 @@ body::after {
padding-top: calc(var(--safe-area-inset-top) + 65.8px) !important
}
}
#effigy {
position: absolute;
z-index: 1;
pointer-events: none;
width: 120px;
top: 230px;
}
@media (max-width: 768px) {
#effigy {
width: 80px;
top: 110px;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View File

@ -1,3 +1,7 @@
{% if range(1, 100)|random() == 1 %}
<img id="effigy" src="{{SITE_FULL_IMAGES}}/assets/events/homoween/images/effigy.webp">
{% endif %}
<a rel="nofollow noopener noreferrer" href="https://youtu.be/3l7X94GLqSQ?t=16" style="text-decoration: none !important">
{% set banner_day = datetime.datetime.today().day %}
<link rel="stylesheet" href="{{'events/homoween/css/banner.css' | asset}}">