Files
agent0_homepage/overrides/partials/footer.html
T
d19a4ba0f8 New Webinar Dates and minor fixes (#74)
* Adjust sub-navigation padding for better alignment

Added consistent left padding to sub-navigation items and links to improve visual hierarchy. Overrode Material theme's media query to ensure primary navigation padding remains uniform across breakpoints.

* Remove unused comment in navigation.scss

The comment regarding tabs styling was redundant and has been removed. This helps to keep the codebase clean and more maintainable.

* Fix typo in Datenschutz link title in footer

Corrected the link title from "sDatenschutzerklärung" to "Datenschutzerklärung" for consistency and clarity. This improves the accuracy of the footer content.

* Remove outdated webinar entry from schedule

The webinar scheduled for 23.05.2025 has been removed from the list. This ensures the schedule displays only relevant and up-to-date information.

* Update webinar form iframe attributes

Removed the unnecessary "scrolling" and "frameborder" attributes from the webinar form iframe for cleaner and more modern HTML. This change simplifies the code while retaining functionality.

* Add new webinar dates and adjust formatting

Added details for new webinars on 06.06.2025 and 13.06.2025. Updated labels and styling for consistency, including minor refinement of the webinar form container.

---------

Co-authored-by: Tim Friedrich Weber <tfw@satware.com>
2025-05-23 15:57:44 +02:00

41 lines
2.5 KiB
HTML

<div class="md-footer-container">
<div class="satag--custom-footer-column left">
<div class="satag--footer-text">
satware AG<br>
Friedrich-Ebert-Str. 34<br>
67549 Worms
</div>
</div>
<div class="satag--custom-footer-column right">
<div class="satag--footer-text">
<a href="tel:+496241987280" title="Rufen Sie uns jetzt an">06241 987280</a><br><a
href="mailto:info@satware.com"
title="Schreiben Sie uns direkt eine E-Mail">info@satware.com</a>
</div>
<div class="satag--footer-social-icons">
<a target="_blank" href="https://www.facebook.com/satwareAG/"
title="satware AG auf Facebook"><i class="fa-brands fa-square-facebook"></i></a><a
target="_blank" href="https://www.instagram.com/satware.ag/"
title="Zur Instagram Page der satware AG"><i class="fa-brands fa-instagram"></i></a><a
target="_blank" href="https://www.linkedin.com/company/satware-ag/?originalSubdomain=de"
title="satware AG auf LinkedIn"><i class="fa-brands fa-linkedin"></i></a><a
target="_blank" href="https://twitter.com/satwareAG" title="satware AG auf X"><i
class="fa-brands fa-x-twitter"></i></a><a target="_blank"
href="https://www.xing.com/pages/satwareag"
title="satware AG auf xing"><i
class="fa-brands fa-xing"></i></a><a target="_blank"
href="https://www.youtube.com/channel/UChfn2XBDE9yfZrWnMzs1k0g"
title="Zum YouTube Kanal der satware AG"><i
class="fa-brands fa-youtube"></i></a>
</div>
</div>
</div>
<div class="md-footer-custom-links">
<a href="https://satware.com/custom/index/sCustom/1" target="_blank" title="Kontakt">Kontakt</a>
<a href="{{ config.site_url }}impressum/" title="Impressum">Impressum</a>
<a href="{{ config.site_url }}/datenschutz/" title="Datenschutzerklärung">Datenschutz</a>
<!--<a href="/barrierefreiheitserklaerung" title="Barrierefreiheitserklärung">Barrierefreiheitserklärung</a>-->
<a href="{{ config.site_url }}satway/" title="satWay Prinzipien">saTway</a>
<a href="https://satware.com/newsletter" target="_blank" title="Newsletter">Newsletter</a>
</div>