kscheidecker 20e0601836
All checks were successful
Deploy Theme / deploy (push) Successful in 11s
sph div
2025-03-06 15:46:27 +01:00

34 lines
1.6 KiB
Handlebars

<footer class="gh-footer{{#match @custom.header_and_footer_color "Accent color"}} has-accent-color{{/match}} gh-outer">
<div class="gh-footer-inner gh-inner">
<div class="gh-footer-bar">
<nav class="gh-footer-menu">
{{navigation type="secondary"}}
</nav>
</div>
<!-- Social Media Icons Row -->
<div class="gh-footer-social">
<a href="https://www.facebook.com/profile.php?id=61567646910186" target="_blank">
<img src="/assets/logos/facebook_256.png" alt="Facebook" />
</a>
{{!-- <a href="https://x.com/anyway_app" target="_blank">
<img src="/assets/logos/X_256.png" alt="X (Twitter)" />
</a> --}}
<a href="https://www.linkedin.com/company/105495433" target="_blank">
<img src="/assets/logos/linkedin_256.png" alt="LinkedIn" />
</a>
<a href="https://www.instagram.com/anydev.info?igsh=bHc1Y3JrZDlqYTNt" target="_blank">
<img src="/assets/logos/instagram_256.png" alt="Instagram" />
</a>
<a href="https://git.kluster.moll.re/anydev/anyway" target="_blank">
<img src="/assets/logos/gitea_256.png" alt="Gitea" />
</a>
</div>
<div class="gh-footer-sph-logo">
<!-- SPH logo below social media links -->
<a href="https://sph.ethz.ch/" target="_blank">
<img src="/assets/SPH/SPH_logo_use_on_white_background.png" alt="SPH"/>
</a>
</div>
</div>
</footer>