footer.html 1.36 KB
Newer Older
Wolfgang Knopki's avatar
Images  
Wolfgang Knopki committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{% ckan_extends %}

{# override footer.html #}
{% block footer_content %}
	<div class="row">
		<div class="col-md-4 attribution">
			<img src="/img/footer/Innovative_Hochschule_Initiative_BMBF_GWK_RGB.png" height='90'/>
		</div>
		<div class="col-md-2 attribution">
			<img src="/img/footer/M4_LAB_LOGO_Graustufen.png" height='80'/>
		</div>
		<div class="col-md-3 footer-links">
			<a href="https://twitter.com/InnolabM4">
				<i class="fa fa-twitter fa-3x"></i>
			</a>
			<a href="https://wwww.facebook.com/HfTStuttgart/">
				<i class="fa fa-facebook-square fa-3x"></i>
			</a>
			<a href="https://www.instagram.com/m4_lab/">
				<i class="fa fa-instagram fa-3x"></i>
			</a>
			<a href="https://de.linkedin.com/school/hochschule-f%C3%BCr-technik-stuttgart-%E2%80%93-university-of-applied-sciences/">
				<i class="fa fa-linkedin fa-3x"></i>
			</a>
			<a href="https://www.youtube.com/channel/UCi0_JfF2qMZbOhOnNH5PyHA">
				<i class="fa fa-youtube-play fa-3x"></i>
			</a>
		</div>
		<div class="col-md-3 footer-links">
			<div class="row">
				<div class="col">Hochschule für Technik Stuttgart</div>
			</div>
			<div class="row">
				<div class="col-md-6">
					<a href="https://www.hft-stuttgart.de/impressum">Impressum</a>
				</div>
				<div class="col-md-6">
					<a href="https://www.hft-stuttgart.de/datenschutz">Datenschutz</a>
				</div>
			</div>
		</div>
	</div>
{% endblock %}