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

This commit is contained in:
Helldragon67 2025-01-17 07:30:25 +01:00
parent 317ea403eb
commit b61c306ea1
4 changed files with 34 additions and 20 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2792,6 +2792,21 @@ figcaption a {
font-size: 10px; font-size: 10px;
} }
.gh-footer-social {
display: flex;
justify-content: center; /* Centers the icons horizontally */
gap: 10px; /* Adds some space between the icons */
margin-top: 20px; /* Adds some space between the menu and icons */
}
.gh-footer-social a img {
width: 30px; /* Adjust the size of the icons */
height: auto;
}
.gh-footer-copyright { .gh-footer-copyright {
text-align: right; text-align: right;
white-space: nowrap; white-space: nowrap;

View File

@ -4,25 +4,24 @@
<nav class="gh-footer-menu"> <nav class="gh-footer-menu">
{{navigation type="secondary"}} {{navigation type="secondary"}}
</nav> </nav>
</div>
<!-- Social Media Icons Row --> <!-- Social Media Icons Row -->
<div class="gh-footer-social"> <div class="gh-footer-social">
<a href="https://www.facebook.com/profile.php?id=61567646910186" target="_blank"> <a href="https://www.facebook.com/profile.php?id=61567646910186" target="_blank">
<img src="/assets/logos/facebook_256_square.png" alt="Facebook" /> <img src="/assets/logos/facebook_256_square.png" alt="Facebook" />
</a> </a>
<a href="https://x.com/anyway_app" target="_blank"> <a href="https://x.com/anyway_app" target="_blank">
<img src="/assets/logos/X_256.png" alt="X (Twitter)" /> <img src="/assets/logos/X_256.png" alt="X (Twitter)" />
</a> </a>
<a href="https://www.instagram.com/anydev.info?igsh=bHc1Y3JrZDlqYTNt" target="_blank"> <a href="https://www.instagram.com/anydev.info?igsh=bHc1Y3JrZDlqYTNt" target="_blank">
<img src="/assets/logos/instagram_256.png" alt="Instagram" /> <img src="/assets/logos/instagram_256.png" alt="Instagram" />
</a> </a>
<a href="https://www.linkedin.com/company/105495433" target="_blank"> <a href="https://www.linkedin.com/company/105495433" target="_blank">
<img src="/assets/logos/linkedin_256.png" alt="LinkedIn" /> <img src="/assets/logos/linkedin_256.png" alt="LinkedIn" />
</a> </a>
<a href="https://git.kluster.moll.re/anydev/anyway" target="_blank"> <a href="https://git.kluster.moll.re/anydev/anyway" target="_blank">
<img src="/assets/logos/gitea_256.png" alt="Gitea" /> <img src="/assets/logos/gitea_256.png" alt="Gitea" />
</a> </a>
</div>
</div> </div>
</div> </div>
</footer> </footer>