Feat: Add POW logo and link to page footer

This commit is contained in:
Björn Fromme
2023-08-09 17:35:43 +02:00
parent ffd2f44530
commit 3e2f8a8759
2 changed files with 27 additions and 14 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

@@ -121,7 +121,7 @@
</li>
</ul>
</div>
<div class="md:col-span-3 text-center md:text-left">
<div class="md:col-span-2 text-center md:text-left">
<div class="inline-flex md:flex items-start space-x-2">
<a href="{settings.facebookUrl}"
title="E&amp;P bei Facebook"
@@ -143,19 +143,32 @@
</a>
</div>
</div>
<div class="md:col-span-2">
<a class="block bg-white p-2 w-24 mx-auto rounded"
href="https://www.unglobalcompact.org/"
target="_blank"
rel="nofollow"
title="Global Compact">
<ep:lazyLoadImage src="EXT:ep_theme/Resources/Public/images/global_compact.png"
loaderimg="EXT:ep_theme/Resources/Public/images/lazy.png"
class="block w-full h-auto"
width="100"
alt="Global Compact"
title="Global Compact" />
</a>
<div class="md:col-span-3">
<div class="flex flex-col items-center md:flex-row md:items-start md:justify-between space-y-4 md:space-y-0">
<a class="block w-40 md:w-24 xl:w-40"
href="https://protectourwinters.de/"
target="_blank"
rel="nofollow"
title="Protect our Winters">
<ep:lazyLoadImage src="EXT:ep_theme/Resources/Public/images/pow_de.png"
loaderimg="EXT:ep_theme/Resources/Public/images/lazy.png"
class="block w-full h-auto"
alt="Protect our Winters"
title="Protect our Winters" />
</a>
<a class="block bg-white p-2 w-24 md:w-16 xl:w-24 rounded"
href="https://www.unglobalcompact.org/"
target="_blank"
rel="nofollow"
title="Global Compact">
<ep:lazyLoadImage src="EXT:ep_theme/Resources/Public/images/global_compact.png"
loaderimg="EXT:ep_theme/Resources/Public/images/lazy.png"
class="block w-full h-auto"
width="100"
alt="Global Compact"
title="Global Compact" />
</a>
</div>
</div>
</div>
</div>