diff --git a/static/img/logo-bareos.png b/static/img/logo-bareos.png deleted file mode 100644 index 9729aa9afcfb2ce33c9596f6bc53dea2a43fab9d..0000000000000000000000000000000000000000 Binary files a/static/img/logo-bareos.png and /dev/null differ diff --git a/static/img/logo-speedpartner.png b/static/img/logo-speedpartner.png deleted file mode 100644 index 54feb2e1c75a0dba1e72dcbf1a02cfdad92a979f..0000000000000000000000000000000000000000 Binary files a/static/img/logo-speedpartner.png and /dev/null differ diff --git a/static/img/logo_informatik-aktuell.png b/static/img/logo_informatik-aktuell.png deleted file mode 100644 index b139234038dda4aefb8c988677dd4197c697c7a5..0000000000000000000000000000000000000000 Binary files a/static/img/logo_informatik-aktuell.png and /dev/null differ diff --git a/templates/base.html b/templates/base.html index 7b11a49e5abecdfd445bd0fe972d293e0d452b78..f14499db2fdcb8478dd7e0471f3045402368b257 100644 --- a/templates/base.html +++ b/templates/base.html @@ -109,9 +109,9 @@ <div class="col s12"> <h3 id='sponsorheading' class="black-text">Sponsoren</h3> <p id="sponsortext" class="black-text">Wir bedanken uns bei unseren Sponsoren für die Unterstützung unserer Vereinsarbeit. Außerdem freuen wir uns immer über weitere Sponsoren, die ihr Engagement mit ihrem Logo hier bewerben möchten!</p> - <a href="https://www.bareos.com"><img src="/{{ THEME_STATIC_DIR }}/img/logo-bareos.png" href="https://www.bareos.com/" alt="Bareos-Logo" class="sponsorslogo" /></a> - <a href="https://www.speedpartner.de/"><img src="/{{ THEME_STATIC_DIR }}/img/logo-speedpartner.png" alt="Speedpartner-Logo" class="sponsorslogo" /></a> - <a href="https://www.informatik-aktuell.de/"><img src="/{{ THEME_STATIC_DIR }}/img/logo_informatik-aktuell.png" alt="Informatik-Aktuell-Logo" class="sponsorslogo" /></a> + {% for image, url in SPONSOR_LOGOS %} + <a href="{{ url }}"><img src="{{ image }}" href="{{ url }}" alt="{{ url }}" class="sponsorslogo" /></a> + {% endfor %} </div> </div> </div>