Skip to content

Commit 064d062

Browse files
committed
Add bluesky to social
1 parent 315f454 commit 064d062

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/components/NavigationSocial.astro

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ const networks = [
1616
slug: "codepen",
1717
name: "Codepen",
1818
url: "https://codepen.io/JMChristensen/"
19+
},
20+
{
21+
slug: "bluesky",
22+
name: "Bluesky",
23+
url: "https://bsky.app/profile/jonmchristensen.bsky.social"
1924
}
2025
]
2126
---

src/components/SiteSVG.astro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,8 @@
3535
<symbol id="icon-codepen" viewBox="0 0 1792 1792">
3636
<path d="M216 1169l603 402v-359l-334-223zm-62-144l193-129-193-129v258zm819 546l603-402-269-180-334 223v359zm-77-493l272-182-272-182-272 182zm-411-275l334-223v-359l-603 402zm960 93l193 129v-258zm-138-93l269-180-603-402v359zm485-180v546q0 41-34 64l-819 546q-21 13-43 13t-43-13l-819-546q-34-23-34-64v-546q0-41 34-64l819-546q21-13 43-13t43 13l819 546q34 23 34 64z"/>
3737
</symbol>
38+
<symbol id="icon-bluesky" viewBox="0 0 600 530">
39+
<path d="M135.72 44.03C202.216 93.951 273.74 195.17 300 249.49c26.262-54.316 97.782-155.54 164.28-205.46C512.26 8.009 590-19.862 590 68.825c0 17.712-10.155 148.79-16.111 170.07-20.703 73.984-96.144 92.854-163.25 81.433 117.3 19.964 147.14 86.092 82.697 152.22-122.39 125.59-175.91-31.511-189.63-71.766-2.514-7.38-3.69-10.832-3.708-7.896-.017-2.936-1.193.516-3.707 7.896-13.714 40.255-67.233 197.36-189.63 71.766-64.444-66.128-34.605-132.26 82.697-152.22-67.108 11.421-142.55-7.45-163.25-81.433C20.15 217.613 9.997 86.535 9.997 68.825c0-88.687 77.742-60.816 125.72-24.795z"/>
40+
</svg>
3841
</defs>
3942
</svg>

0 commit comments

Comments
 (0)