aboutsummaryrefslogtreecommitdiff
path: root/src/partials/Footer.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/partials/Footer.astro')
-rw-r--r--src/partials/Footer.astro11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/partials/Footer.astro b/src/partials/Footer.astro
index 710006a..4a5cb99 100644
--- a/src/partials/Footer.astro
+++ b/src/partials/Footer.astro
@@ -32,6 +32,12 @@ import t from "../i18n/es.json";
href="https://github.com/arielcostas/costasdev"
>BY-SA 4.0</a
>
+ </article>
+
+ <article id="footer-badge-mastodon">
+ <Icon name="tabler:brand-mastodon" />
+ <a href="https://mastodon.social/@arielcg" rel="me noopener noreferrer">@arielcg</a>
+ </article>
</section>
</footer>
@@ -109,5 +115,10 @@ import t from "../i18n/es.json";
background: linear-gradient(to bottom, #333, #000);
color: white;
}
+
+ #footer-badge-mastodon {
+ background: linear-gradient(to bottom, #6364ff, #563acc);
+ color: white;
+ }
}
</style>