This commit is contained in:
parent
317ea403eb
commit
b61c306ea1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -2792,6 +2792,21 @@ figcaption a {
|
||||
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 {
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
|
@ -4,25 +4,24 @@
|
||||
<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_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 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>
|
||||
</footer>
|
||||
|
Loading…
x
Reference in New Issue
Block a user