Skip to content

Commit 687666c

Browse files
committed
adds PTF & BMBF logos to footer
1 parent d59a02d commit 687666c

3 files changed

Lines changed: 70 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<center>
2+
<img src="/images/PrototypeFund-P-Logo.svg" style="max-height:343px;width:auto;height:auto">
3+
<img src="/images/BMBF-internet_in_farbe_en.jpg">
4+
<br><br>
5+
Sponsored by the German Federal Ministry of Education & Research<br> through Round 15 of the Prototype Fund<br>
6+
</center>
7+
<br><br>
8+
<br><br>
9+
<br><br>
10+
<footer class="{{ .Site.Params.background_color_class | default "bg-black" }} bottom-0 w-100 pa3" role="contentinfo">
11+
<div class="flex justify-between">
12+
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="{{ .Site.Home.Permalink }}" >
13+
&copy; {{ with .Site.Copyright | default .Site.Title }} {{ . | safeHTML }} {{ now.Format "2006"}} {{ end }}
14+
</a>
15+
<div>{{ partial "social-follow.html" . }}</div>
16+
</div>
17+
18+
</footer>
13.8 KB
Loading
Lines changed: 52 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)