|
|
|
@ -157,13 +157,13 @@ |
|
|
|
setInterval(fetchAndRenderBracket, 15000); |
|
|
|
setInterval(fetchAndRenderBracket, 15000); |
|
|
|
</script> |
|
|
|
</script> |
|
|
|
</body> |
|
|
|
</body> |
|
|
|
<footer style="position: fixed; bottom: 0; left: 0; right: 0; display: flex; justify-content: center; align-items: center; padding: 20px; z-index: 100;"> |
|
|
|
<footer class="footer-broadcast"> |
|
|
|
{% if tournament.event.images.exists %} |
|
|
|
{% if tournament.event.images.exists %} |
|
|
|
<div class="bubble" style="display: flex; align-items: center; justify-content: center; padding: 10px; margin: 0;"> |
|
|
|
<div class="bubble-footer"> |
|
|
|
<div style="display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; align-items: center;"> |
|
|
|
<div class="bubble-sponsor"> |
|
|
|
{% for image in tournament.event.images.all %} |
|
|
|
{% for image in tournament.event.images.all %} |
|
|
|
<img src="{{ image.image.url }}" alt="{{ image.title|default:'Sponsor' }}" |
|
|
|
<img src="{{ image.image.url }}" alt="{{ image.title|default:'Sponsor' }}" |
|
|
|
style="max-height: 100px; max-width: 100px; object-fit: contain;"> |
|
|
|
class="sponsor-logo-broadcast"> |
|
|
|
{% endfor %} |
|
|
|
{% endfor %} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|