瀏覽代碼

sponsorenwerbung eingefuegt

master
erichhasl 7 年之前
父節點
當前提交
4ac88dd687
共有 5 個檔案被更改,包括 30 行新增0 行删除
  1. 二進制
      web_dev/sas_web/static/public/images/ksklb_werbung.jpg
  2. 二進制
      web_dev/sas_web/static/public/images/ksklb_werbung.png
  3. 二進制
      web_dev/sas_web/static/public/images/mhplus_werbung.jpg
  4. 二進制
      web_dev/sas_web/static/public/images/werbeanzeige_baum.jpg
  5. +30
    -0
      web_dev/sas_web/templates/public/footer.html

二進制
web_dev/sas_web/static/public/images/ksklb_werbung.jpg 查看文件

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

二進制
web_dev/sas_web/static/public/images/ksklb_werbung.png 查看文件

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

二進制
web_dev/sas_web/static/public/images/mhplus_werbung.jpg 查看文件

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

二進制
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>

Loading…
取消
儲存