diff --git a/about/content.json b/about/content.json
index 3e8a32b..dde3c15 100644
--- a/about/content.json
+++ b/about/content.json
@@ -2,6 +2,7 @@
"repoUrl": "https://github.com/Ebonsignori/my-sites",
"socialLinks": {
"github": "https://github.com/Ebonsignori",
+ "mastodon": "https://mastodon.social/@ebonsignori",
"linkedin": "https://www.linkedin.com/in/ebonsignori/",
"instagram": "https://www.instagram.com/ebonsignori/",
"goodreads": "https://www.goodreads.com/user/show/19530662-evan-bonsignori",
diff --git a/about/pages/index.js b/about/pages/index.js
index 2320700..560761d 100644
--- a/about/pages/index.js
+++ b/about/pages/index.js
@@ -90,7 +90,7 @@ export default function Home({ content }) {
Music
{/*
-
+
-
+
+
+
+
-
+
-
+
-
+
@@ -69,11 +72,11 @@ const IconsWrapper = styled.div`
const IconLinkBreakpoints = setEachBreakpoint({
xs: `
- margin: 0 .75rem;
- margin-bottom: 3%;
+ margin: 0 .6rem;
+ margin-bottom: 2%;
svg {
- width: 2.35rem;
- height: 2.35rem;
+ width: 2.25rem;
+ height: 2.25rem;
}
`,
sm: `
diff --git a/about/src/svgs/social/mastodon.js b/about/src/svgs/social/mastodon.js
new file mode 100644
index 0000000..3618702
--- /dev/null
+++ b/about/src/svgs/social/mastodon.js
@@ -0,0 +1,18 @@
+/* eslint-disable max-len */
+export default function MastadonIcon({ className }) {
+ return (
+
+ );
+}