diff --git a/src/components/SocialIcons.jsx b/src/components/SocialIcons.jsx index ff2b66a..1269999 100644 --- a/src/components/SocialIcons.jsx +++ b/src/components/SocialIcons.jsx @@ -34,3 +34,30 @@ export function LinkedInIcon(props) { ) } + +export function MastodonIcon(props) { + return ( + + ) +} + +export function ORCIDIcon(props) { + return ( + + ) +} + + +export function ResearchGateIcon(props) { + return ( + + ) +} + + diff --git a/src/pages/about.jsx b/src/pages/about.jsx index 9694e9c..ce57282 100644 --- a/src/pages/about.jsx +++ b/src/pages/about.jsx @@ -6,10 +6,11 @@ import clsx from 'clsx' import { Container } from '@/components/Container' import { GitHubIcon, - InstagramIcon, LinkedInIcon, - TwitterIcon, -} from '@/components/SocialIcons' + MastodonIcon, + ORCIDIcon, + ResearchGateIcon, +} from '@/components/SVGIcons' import portraitImage from '@/images/portrait.jpg' function SocialLink({ className, href, children, icon: Icon }) { @@ -95,24 +96,27 @@ export default function About() {
diff --git a/src/pages/index.jsx b/src/pages/index.jsx index d4a1f8f..e7a4c1a 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -8,9 +8,10 @@ import { Card } from '@/components/Card' import { Container } from '@/components/Container' import { GitHubIcon, - InstagramIcon, LinkedInIcon, - TwitterIcon, + MastodonIcon, + ORCIDIcon, + ResearchGateIcon, } from '@/components/SocialIcons' import logoAirbnb from '@/images/logos/airbnb.svg' import logoFacebook from '@/images/logos/facebook.svg' @@ -251,7 +252,7 @@ export default function Home({ articles }) { <> - Spencer Sharp - Software designer, founder, and amateur astronaut + Jip J. Dekker - Optimisation Expert & Computer Scientist
- - + + +