Skip to content

Commit

Permalink
change contact page
Browse files Browse the repository at this point in the history
  • Loading branch information
hazelweakly committed Nov 15, 2024
1 parent c66f5bf commit b5cb66f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/_data/socialMedia.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ const mastodon = {
title: "Mastodon",
url: "https://hachyderm.io/@hazelweakly",
};
const cohost = {
title: "Cohost",
url: "https://cohost.org/hazelweakly",
};
const linkedIn = {
title: "LinkedIn",
url: "https://www.linkedin.com/in/hazelweakly",
Expand All @@ -22,14 +18,17 @@ const reddit = {
title: "Reddit",
url: "https://reddit.com/u/hazelweakly",
};
const bluesky = {
title: "Bluesky",
url: "https://bsky.app/profile/hazelweakly.me",
};

export default {
github,
mastodon,
cohost,
linkedIn,
discord,
reddit,
all_socials: [github, mastodon, cohost, linkedIn, discord, reddit],
all_socials: [github, mastodon, bluesky, linkedIn, discord, reddit],
socials: [github, mastodon, linkedIn],
};
13 changes: 13 additions & 0 deletions src/_includes/partials/bluesky.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<svg
role="img"
aria-label="{{ social.url }}"
xmlns="http://www.w3.org/2000/svg"
width="30"
height="30"
viewBox="0 0 24 24"
>
<path
fill="currentColor"
d="M12 10.8c-1.087-2.114-4.046-6.053-6.798-7.995C2.566.944 1.561 1.266.902 1.565C.139 1.908 0 3.08 0 3.768c0 .69.378 5.65.624 6.479c.815 2.736 3.713 3.66 6.383 3.364c.136-.02.275-.039.415-.056c-.138.022-.276.04-.415.056c-3.912.58-7.387 2.005-2.83 7.078c5.013 5.19 6.87-1.113 7.823-4.308c.953 3.195 2.05 9.271 7.733 4.308c4.267-4.308 1.172-6.498-2.74-7.078a8.741 8.741 0 0 1-.415-.056c.14.017.279.036.415.056c2.67.297 5.568-.628 6.383-3.364c.246-.828.624-5.79.624-6.478c0-.69-.139-1.861-.902-2.206c-.659-.298-1.664-.62-4.3 1.24C16.046 4.748 13.087 8.687 12 10.8"
/>
</svg>

0 comments on commit b5cb66f

Please sign in to comment.