Skip to content

Commit

Permalink
add matrix social
Browse files Browse the repository at this point in the history
  • Loading branch information
chraebsli committed Sep 25, 2023
1 parent 67150e1 commit 0620606
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions src/components/social/social-media-list.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { BsEnvelopeOpenFill, BsGithub, BsLinkedin, BsMastodon, BsStackOverflow } from "react-icons/bs";
import { SocialItem } from "../../type/social";
import { BsEnvelopeOpenFill, BsGithub, BsMastodon, BsStackOverflow } from "react-icons/bs";
import { TbBrandKbin } from "react-icons/tb";
import { SocialItem } from "../../type/social";
import { SiMatrix } from "react-icons/si";

export default function socialMediaList(): SocialItem[] {
return [
Expand All @@ -17,10 +18,10 @@ export default function socialMediaList(): SocialItem[] {
"chraebsli",
),
new SocialItem(
"https://www.linkedin.com/in/nicholas-krebs/",
<BsLinkedin size={70} />,
"LinkedIn",
"nicholas-krebs",
"mailto:nicholas@nicholas-krebs.ch",
<BsEnvelopeOpenFill size={70} />,
"E-Mail",
"nicholas@nicholas-krebs.ch",
),
new SocialItem(
"https://techhub.social/@chraebsli",
Expand All @@ -35,10 +36,10 @@ export default function socialMediaList(): SocialItem[] {
"@[email protected]",
),
new SocialItem(
"mailto:[email protected]",
<BsEnvelopeOpenFill size={70} />,
"E-Mail",
"[email protected]",
"https://matrix.to/#/@chraebsli:matrix.org",
<SiMatrix size={70} />,
"Matrix",
"@chraebsli:matrix.org",
),
];
}

1 comment on commit 0620606

@vercel
Copy link

@vercel vercel bot commented on 0620606 Sep 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.