Add Mastodon logo to the footer.

The footer needs a full remake, but for now, this will do.
This commit is contained in:
Emi
2023-05-04 12:40:44 +02:00
parent 7452f277be
commit 5cf9381666
2 changed files with 8 additions and 1 deletions

View File

@@ -48,10 +48,13 @@
</div>
<div id="social" class="dark-desaturate">
<h4 class="text-right"><a href="/contact">Contact us</a></h4>
<div class="flex justify-space-between">
<div class="flex justify-space-between" style="gap: 3px;">
<a href="https://github.com/godotengine" target="_blank" rel="noopener">
<img src="/assets/footer/github_logo.svg" width="32" height="32" alt="GitHub">
</a>
<a href="https://mastodon.gamedev.place/@godotengine" target="_blank" rel="noopener">
<img src="/assets/footer/mastodon_logo.svg" width="32" height="32" alt="Mastodon">
</a>
<a href="https://twitter.com/godotengine" target="_blank" rel="noopener">
<img src="/assets/footer/twitter_logo.svg" width="32" height="32" alt="Twitter">
</a>