forked from rDrama/rDrama
1
0
Fork 0
rDrama/files/templates/events/fistmas/awards.html

25 lines
820 B
HTML
Raw Normal View History

2023-01-01 05:33:09 +00:00
<div class="awards-container">
2023-10-11 16:11:33 +00:00
{% for i in range(p.award_count("gingerbread", v)) %}
2023-10-11 16:15:54 +00:00
<div class="fall-gingerbread">
2023-12-01 20:07:15 +00:00
<img src="{{SITE_FULL_IMAGES}}/e/marseygingerbread2.webp" class="animate-spin" alt="animate marsey gingerbread icon">
2023-01-01 05:33:09 +00:00
</div>
{% endfor %}
{% if p.award_count("snow", v) %}
2023-04-25 15:59:16 +00:00
<script defer src="{{'events/fistmas/js/vendor/snow.js'|asset}}"></script>
2023-01-01 05:33:09 +00:00
{% endif %}
{% if p.award_count("frostbite", v) %}
<div class="frost"></div>
2023-09-28 23:58:09 +00:00
<link rel="stylesheet" href="{{('events/fistmas/css/frostbite.css') | asset}}">
2023-01-01 05:33:09 +00:00
{% endif %}
</div>
{% if p.award_count("lights", v) %}
2023-04-25 15:59:16 +00:00
<link rel="stylesheet" href="{{('events/fistmas/css/lights.css') | asset}}">
2023-01-01 05:33:09 +00:00
{% endif %}
{% if p.award_count("fireplace", v) %}
2023-04-25 15:59:16 +00:00
<link rel="stylesheet" href="{{('events/fistmas/css/fireplace.css') | asset}}">
2023-01-01 05:33:09 +00:00
{% endif %}