added game logo to footer

This commit is contained in:
Ell 2024-08-14 13:21:50 +02:00
parent 712cc6200d
commit 426d2419b9
2 changed files with 6 additions and 1 deletions

View file

@ -10,8 +10,13 @@
<div class="footer-content">
<div class="footer-section">
<a href="https://hier-spielt-vielfalt.de/en/">
<img id="hsv-image" src="/media/hsv_light.png" alt="The #TeamDiversity logo" height="50">
<img id="hsv-image" src="/media/hsv_light.png" alt="The #TeamDiversity logo" width="150">
</a>
<br>
<a href="https://www.game.de/en/members/">
<img src="/media/game.png" alt="The German Games Industry Association logo" width="150">
</a>
<script>
if (darkTheme)
$("#hsv-image").attr("src", "/media/hsv_dark.png");

BIN
web/media/game.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB