Skip to content
Snippets Groups Projects
Commit 27d58f53 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Make sponsors configurable. Closes #5.

parent 75f5e247
No related branches found
No related tags found
No related merge requests found
static/img/logo-bareos.png

47.2 KiB

static/img/logo-speedpartner.png

26.7 KiB

static/img/logo_informatik-aktuell.png

5.83 KiB

......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment