Feat: Add POW logo and link to page footer
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
@@ -121,7 +121,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</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">
|
<div class="inline-flex md:flex items-start space-x-2">
|
||||||
<a href="{settings.facebookUrl}"
|
<a href="{settings.facebookUrl}"
|
||||||
title="E&P bei Facebook"
|
title="E&P bei Facebook"
|
||||||
@@ -143,19 +143,32 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md:col-span-2">
|
<div class="md:col-span-3">
|
||||||
<a class="block bg-white p-2 w-24 mx-auto rounded"
|
<div class="flex flex-col items-center md:flex-row md:items-start md:justify-between space-y-4 md:space-y-0">
|
||||||
href="https://www.unglobalcompact.org/"
|
<a class="block w-40 md:w-24 xl:w-40"
|
||||||
target="_blank"
|
href="https://protectourwinters.de/"
|
||||||
rel="nofollow"
|
target="_blank"
|
||||||
title="Global Compact">
|
rel="nofollow"
|
||||||
<ep:lazyLoadImage src="EXT:ep_theme/Resources/Public/images/global_compact.png"
|
title="Protect our Winters">
|
||||||
loaderimg="EXT:ep_theme/Resources/Public/images/lazy.png"
|
<ep:lazyLoadImage src="EXT:ep_theme/Resources/Public/images/pow_de.png"
|
||||||
class="block w-full h-auto"
|
loaderimg="EXT:ep_theme/Resources/Public/images/lazy.png"
|
||||||
width="100"
|
class="block w-full h-auto"
|
||||||
alt="Global Compact"
|
alt="Protect our Winters"
|
||||||
title="Global Compact" />
|
title="Protect our Winters" />
|
||||||
</a>
|
</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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user