Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
fixed startup page links, closes #390
Browse files Browse the repository at this point in the history
  • Loading branch information
maltezacharias authored and feeds committed Apr 8, 2020
1 parent eea32a5 commit d79c301
Showing 1 changed file with 51 additions and 26 deletions.
77 changes: 51 additions & 26 deletions backend/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,32 +156,57 @@ <h2 style="text-align:center; font-size: 1.3rem; margin-bottom: 15px; ">{% bloc
<div class="col-lg-12 logos-home" style="text-align: center; margin: 0 auto; margin-bottom: 45px;">
<h2 style="text-align:center; font-size: 1.3rem; margin-bottom: 15px;">{% blocktrans %}Mit Unterstützung von{% endblocktrans %}</h2>

<a href="https://www.marburger-bund.de" target="_blank"><img src="{% static 'img/logo-mb.png' %}" height="70px"></a>

<a href="https://www.bundesaerztekammer.de" target="_blank"><img src="{% static 'img/BAEK.png' %}"
height="60px"></a>

<a href="https://www.kbv.de/html/" target="_blank"><img src="{% static 'img/KBV-logo.png' %}" height="80px"></a>

<a href="https://hashtag-gesundheit.de" target="_blank"><img src="{% static 'img/Hashtag-Gesundheit.png' %}"
height="110px"></a>

<a href="https://buendnisjungeaerzte.org" target="_blank"><img src="{% static 'img/Budndnisjunger.jpg' %}"
height="140px"></a>

<a href="https://www.aerzteblatt.de" target="_blank"><img src="{% static 'img/aerzteblatt_logo.svg' %}"
height="20px"></a> <img
src="{% static 'img/bissfest.png' %}" height="120px">

<a href="https://www.thieme.de/de/index.htm" target="_blank"><img src="{% static 'img/thieme.png' %}"
height="100px"></a>

<img src="{% static 'img/oeh-wien.svg' %}" height="60px" style="margin-left:20px;">
<img src="{% static 'img/oeh-graz.svg' %}" height="70px" style="margin-left:20px;">
<img src="{% static 'img/oeh-linz.svg' %}" height="50px" style="margin-left:20px;">
<img src="{% static 'img/oeh-ibk.svg' %}" height="65px" style="margin-left:20px;">
<img src="{% static 'img/oeh-sfu.jpg' %}" height="30px" style="margin-left:20px; margin-right:20px;">

<a href="https://www.marburger-bund.de" target="_blank">
<img src="{% static 'img/logo-mb.png' %}" height="70px">
</a>

<a href="https://www.bundesaerztekammer.de" target="_blank">
<img src="{% static 'img/BAEK.png' %}" height="60px">
</a>

<a href="https://www.kbv.de/html/" target="_blank">
<img src="{% static 'img/KBV-logo.png' %}" height="80px">
</a>

<a href="https://hashtag-gesundheit.de" target="_blank">
<img src="{% static 'img/Hashtag-Gesundheit.png' %}" height="110px">
</a>

<a href="https://buendnisjungeaerzte.org" target="_blank">
<img src="{% static 'img/Budndnisjunger.jpg' %}" height="140px">
</a>

<a href="https://www.aerzteblatt.de" target="_blank">
<img src="{% static 'img/aerzteblatt_logo.svg' %}" height="20px">
</a>

<a href="https://biss-fest.com" target="_blank">
<img src="{% static 'img/bissfest.png' %}" height="120px">
</a>

<a href="https://www.thieme.de/de/index.htm" target="_blank">
<img src="{% static 'img/thieme.png' %}" height="100px">
</a>

<a href="https://oehmedwien.at/" target="_blank">
<img src="{% static 'img/oeh-wien.svg' %}" height="60px" style="margin-left:20px;">
</a>

<a href="http://www.oehmedgraz.at/" target="_blank">
<img src="{% static 'img/oeh-graz.svg' %}" height="70px" style="margin-left:20px;">
</a>

<a href="https://www.oeh.jku.at/" target="_blank">
<img src="{% static 'img/oeh-linz.svg' %}" height="50px" style="margin-left:20px;">
</a>

<a href="https://skalpell.at/" target="_blank">
<img src="{% static 'img/oeh-ibk.svg' %}" height="65px" style="margin-left:20px;">
</a>

<a href="https://oeh-sfu.at/" target="_blank">
<img src="{% static 'img/oeh-sfu.jpg' %}" height="30px" style="margin-left:20px; margin-right:20px;">
</a>

</div>
</div>
Expand Down

0 comments on commit d79c301

Please sign in to comment.