tried logo footer
All checks were successful
Deploy Theme / deploy (push) Successful in 9s

This commit is contained in:
2025-01-17 07:28:27 +01:00
parent da1e0fc386
commit 317ea403eb
10 changed files with 20 additions and 1 deletions

View File

@@ -4,6 +4,25 @@
<nav class="gh-footer-menu">
{{navigation type="secondary"}}
</nav>
<!-- 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_square.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.instagram.com/anydev.info?igsh=bHc1Y3JrZDlqYTNt" target="_blank">
<img src="/assets/logos/instagram_256.png" alt="Instagram" />
</a>
<a href="https://www.linkedin.com/company/105495433" target="_blank">
<img src="/assets/logos/linkedin_256.png" alt="LinkedIn" />
</a>
<a href="https://git.kluster.moll.re/anydev/anyway" target="_blank">
<img src="/assets/logos/gitea_256.png" alt="Gitea" />
</a>
</div>
</div>
</div>
</footer>
</footer>