mirror of
https://github.com/godotengine/godot-website.git
synced 2026-01-05 10:10:00 +03:00
Add Mastodon logo to the footer.
The footer needs a full remake, but for now, this will do.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user