File tree Expand file tree Collapse file tree 3 files changed +182
-162
lines changed
Expand file tree Collapse file tree 3 files changed +182
-162
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ function Footer() {
4949 rel = "noopener noreferrer"
5050 className = "ml-6 text-gray-400 hover:text-gray-500"
5151 >
52- < span className = "sr-only" > YouTube </ span >
52+ < span className = "sr-only" > LinkedIn </ span >
5353 < svg className = "h-6 w-6" fill = "currentColor" viewBox = "0 0 24 24" >
5454 < path
5555 fillRule = "evenodd"
@@ -58,6 +58,17 @@ function Footer() {
5858 > </ path >
5959 </ svg >
6060 </ a >
61+ < a
62+ href = "https://bsky.app/profile/andredevries.dev"
63+ target = "__blank"
64+ rel = "noopener noreferrer"
65+ className = "ml-6 text-gray-400 hover:text-gray-500"
66+ >
67+ < span className = "sr-only" > Bluesky</ span >
68+ < svg className = "h-6 w-6" fill = "currentColor" viewBox = "0 0 16 16" >
69+ < path d = "M3.468 1.948C5.303 3.325 7.276 6.118 8 7.616c.725-1.498 2.698-4.29 4.532-5.668C13.855.955 16 .186 16 2.632c0 .489-.28 4.105-.444 4.692-.572 2.04-2.653 2.561-4.504 2.246 3.236.551 4.06 2.375 2.281 4.2-3.376 3.464-4.852-.87-5.23-1.98-.07-.204-.103-.3-.103-.218 0-.081-.033.014-.102.218-.379 1.11-1.855 5.444-5.231 1.98-1.778-1.825-.955-3.65 2.28-4.2-1.85.315-3.932-.205-4.503-2.246C.28 6.737 0 3.12 0 2.632 0 .186 2.145.955 3.468 1.948" > </ path >
70+ </ svg >
71+ </ a >
6172 </ div >
6273 < div className = "mt-8 md:mt-0 md:order-1" >
6374 < p className = "text-center text-base leading-6 text-gray-400" >
Original file line number Diff line number Diff line change @@ -90,6 +90,15 @@ function Introduction() {
9090 >
9191 YouTube
9292 </ a >
93+ < span > •</ span >
94+ < a
95+ className = "text-gray-500 hover:text-gray-900"
96+ href = "https://bsky.app/profile/andredevries.dev"
97+ target = "__blank"
98+ rel = "noopener noreferrer"
99+ >
100+ Bluesky
101+ </ a >
93102 </ div >
94103 </ div >
95104 </ div >
You can’t perform that action at this time.
0 commit comments