Schule als Staat Projekt Web, Dokumente, etc.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

50 wiersze
2.0KB

  1. {% load static %}
  2. <link rel="stylesheet" type="text/css" href="{% static "public/css/footer.css" %}">
  3. <div id="footer">
  4. <style>
  5. .footer-center {
  6. color: #9F2D17;
  7. }
  8. .link-to-contact {
  9. color: #9F2D17;
  10. text-decoration: underline;
  11. }
  12. </style>
  13. <br>
  14. <br>
  15. <br>
  16. <br>
  17. <center>Das Projekt „Goethopia“ wird freundlicherweise unterstützt von</center>
  18. <br>
  19. <br>
  20. <table>
  21. <tr>
  22. <th style="width:33%"/>
  23. <th style="width:33%"/>
  24. <th style="width:33%"/>
  25. </tr>
  26. <tr>
  27. <td>
  28. <a href="http://www.baum-uebersetzungen.de">
  29. <img width="100%" height="100%" border="0" alt="Baum Übersetzungen" src="{% static "public/images/werbeanzeige_baum.jpg" %}" >
  30. </a>
  31. </td>
  32. <td>
  33. <a href="https://www.ksklb.de">
  34. <img width="100%" height="100%" border="0" alt="Kreissparkasse Ludwigsburg" src="{% static "public/images/ksklb_werbung.png" %}">
  35. </a>
  36. </td>
  37. <td>
  38. <a href="https://www.mhplus-krankenkasse.de/home/">
  39. <img width="100%" height="100%" border="0" alt="mhplus Krankenkasse" src="{% static "public/images/mhplus_werbung.jpg" %}" width=100>
  40. </a>
  41. </td>
  42. </tr>
  43. </table>
  44. <br>
  45. <br>
  46. <center class="footer-center">C.M., N.H. © 2017 - 2018 | <a class="link-to-contact" href="{% url "meingoethopia:question_new" %}">Kontakt</a> | <a class="link-to-contact" href="{% url "admin:index" %}">Admin</a> | <a class="link-to-contact" href="{% url "startpage:impressum" %}">Impressum</a> | <a class="link-to-contact" href="{% url "startpage:datenschutz" %}">Datenschutzerklärung</a></center>
  47. <br>
  48. </div>