mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-12 07:09:10 +01:00
added game logo to footer
This commit is contained in:
parent
712cc6200d
commit
426d2419b9
2 changed files with 6 additions and 1 deletions
|
@ -10,8 +10,13 @@
|
||||||
<div class="footer-content">
|
<div class="footer-content">
|
||||||
<div class="footer-section">
|
<div class="footer-section">
|
||||||
<a href="https://hier-spielt-vielfalt.de/en/">
|
<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>
|
</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>
|
<script>
|
||||||
if (darkTheme)
|
if (darkTheme)
|
||||||
$("#hsv-image").attr("src", "/media/hsv_dark.png");
|
$("#hsv-image").attr("src", "/media/hsv_dark.png");
|
||||||
|
|
BIN
web/media/game.png
Normal file
BIN
web/media/game.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
Loading…
Reference in a new issue