소스 검색

sponsorenwerbung eingefuegt

master
erichhasl 7 년 전
부모
커밋
4ac88dd687
5개의 변경된 파일30개의 추가작업 그리고 0개의 파일을 삭제
  1. BIN
      web_dev/sas_web/static/public/images/ksklb_werbung.jpg
  2. BIN
      web_dev/sas_web/static/public/images/ksklb_werbung.png
  3. BIN
      web_dev/sas_web/static/public/images/mhplus_werbung.jpg
  4. BIN
      web_dev/sas_web/static/public/images/werbeanzeige_baum.jpg
  5. +30
    -0
      web_dev/sas_web/templates/public/footer.html

BIN
web_dev/sas_web/static/public/images/ksklb_werbung.jpg 파일 보기

Before After
Width: 3543  |  Height: 1417  |  Size: 422KB

BIN
web_dev/sas_web/static/public/images/ksklb_werbung.png 파일 보기

Before After
Width: 3543  |  Height: 1417  |  Size: 492KB

BIN
web_dev/sas_web/static/public/images/mhplus_werbung.jpg 파일 보기

Before After
Width: 4667  |  Height: 1383  |  Size: 236KB

BIN
web_dev/sas_web/static/public/images/werbeanzeige_baum.jpg 파일 보기

Before After
Width: 2049  |  Height: 657  |  Size: 296KB

+ 30
- 0
web_dev/sas_web/templates/public/footer.html 파일 보기

@@ -14,6 +14,36 @@
<br>
<br>
<br>
<br>
<center>Das Projekt „Goethopia“ wird freundlicherweise unterstützt von</center>
<br>
<br>
<table>
<tr>
<th style="width:33%"/>
<th style="width:33%"/>
<th style="width:33%"/>
</tr>
<tr>
<td>
<a href="http://www.baum-uebersetzungen.de">
<img width="100%" height="100%" border="0" alt="Baum Übersetzungen" src="{% static "public/images/werbeanzeige_baum.jpg" %}" >
</a>
</td>
<td>
<a href="https://www.ksklb.de">
<img width="100%" height="100%" border="0" alt="Kreissparkasse Ludwigsburg" src="{% static "public/images/ksklb_werbung.png" %}">
</a>
</td>
<td>
<a href="https://www.mhplus-krankenkasse.de/home/">
<img width="100%" height="100%" border="0" alt="mhplus Krankenkasse" src="{% static "public/images/mhplus_werbung.jpg" %}" width=100>
</a>
</td>
</tr>
</table>
<br>
<br>
<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>
<br>
</div>

불러오는 중...
취소
저장