Add global compact logo to footer
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 8.8 KiB |
@@ -11,6 +11,7 @@ require('../images/fr.png');
|
||||
require('../images/gb.png');
|
||||
require('../images/badge_skipass.png');
|
||||
require('../images/polygon.jpg');
|
||||
require('../images/global_compact.png');
|
||||
|
||||
require('../images/icons/apple-touch-icon.png');
|
||||
require('../images/icons/apple-touch-icon-57x57.png');
|
||||
|
||||
@@ -67,16 +67,21 @@
|
||||
<div class="container-fluid footer-darkblue">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-4 text-left">© E&P Reisen und Events GmbH</div>
|
||||
<div class="col-sm-4 text-center social-media hidden-xs">
|
||||
<div class="col-sm-3 text-left">© E&P Reisen und Events GmbH</div>
|
||||
<div class="col-sm-3 text-left">
|
||||
<a href="{f:uri.typolink(parameter: settings.legalNoticePageUid)}" title="Impressum">Impressum</a>
|
||||
<a href="{f:uri.typolink(parameter: settings.termsAndConditionsPageUid)}" title="AGB">AGB</a>
|
||||
</div>
|
||||
<div class="col-sm-3 text-center social-media hidden-xs">
|
||||
<a href="{settings.facebookUrl}" title="E&P bei Facebook" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a>
|
||||
<a href="{settings.instagramUrl}"><i class="fa fa-instagram" title="E&P bei Instagram" target="_blank"></i></a>
|
||||
<a href="{settings.youtubeUrl}"><i class="fa fa-youtube-play" title="E&P bei YouTube" target="_blank"></i></a>
|
||||
|
||||
</div>
|
||||
<div class="col-sm-4 text-right">
|
||||
<a href="{f:uri.typolink(parameter: settings.legalNoticePageUid)}" title="Impressum">Impressum</a>
|
||||
<a href="{f:uri.typolink(parameter: settings.termsAndConditionsPageUid)}" title="AGB">AGB</a>
|
||||
<div class="col-sm-3 text-center">
|
||||
<a href="https://www.unglobalcompact.org/" target="_blank" title="Global Compact">
|
||||
<f:image src="EXT:ep_theme/Resources/Public/images/global_compact.png" alt="Global Compact" width="64"/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user