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,8 +143,20 @@
|
|||||||
</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">
|
||||||
|
<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/"
|
href="https://www.unglobalcompact.org/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="nofollow"
|
rel="nofollow"
|
||||||
@@ -160,6 +172,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<button type="button"
|
<button type="button"
|
||||||
aria-label="zum Seitenanfang scrollen"
|
aria-label="zum Seitenanfang scrollen"
|
||||||
|
|||||||
Reference in New Issue
Block a user