rDrama/files/events/templates/banner_rDrama.html

21 lines
707 B
HTML
Raw Normal View History

{# <script src="{{'js/event/neko.js'|asset}}"></script> #}
<script src="{{'js/event/snow.js'|asset}}"></script>
2022-12-15 20:41:58 +00:00
2022-12-15 22:08:36 +00:00
{% set banner_img = EVENT_HEADER_ICONS | random %}
<style>
img#header--icon {
2022-12-15 22:13:40 +00:00
background-image: url({{banner_img}});
2022-12-16 00:44:09 +00:00
background-size: contain;
2022-12-15 22:13:40 +00:00
width: 44px;
padding-left: 44px;
2022-12-16 00:44:09 +00:00
background-repeat: no-repeat;
2022-12-15 22:08:36 +00:00
}
</style> {# there's gotta be a better way than this but whatever -jc #}
2022-12-15 21:48:20 +00:00
<a rel="nofollow noopener noreferrer" href="https://www.youtube.com/watch?v=BuKft9LpL_0" style="text-decoration: none !important">
2022-12-14 20:25:53 +00:00
<link rel="stylesheet" href="{{'css/event/banner.css' | asset}}">
{% include "event/banner_house2.svg" %}
{#<img src="/assets/images/event/banner_new.webp" />#}
</a>