We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3b34e commit e84b950Copy full SHA for e84b950
1 file changed
src/pages/index.astro
@@ -70,6 +70,13 @@ import kim2025Cupid from '../assets/paper_thumbnails/kim-2025-cupid.webp';
70
>
71
<Icon name='fa7-brands:bluesky' class='w-8 h-8' aria-hidden='true' />
72
</SocialMediaButton> -->
73
+ <SocialMediaButton
74
+ rel='me'
75
+ url='https://hci.social/@jihokim'
76
+ hoverColor='#6364FF'
77
+ >
78
+ <Icon name='fa7-brands:mastodon' class='w-8 h-8' aria-hidden='true' />
79
+ </SocialMediaButton>
80
<SocialMediaButton
81
url='https://scholar.google.com/citations?hl=en&user=aWisTO4AAAAJ&view_op=list_works&sortby=pubdate'
82
hoverColor='#4285F4'
0 commit comments