|
1 | 1 | --- |
2 | 2 | import { Image } from 'astro:assets'; |
3 | | -import { Icon } from 'astro-icon/components'; |
4 | 3 | import Layout from '../layouts/Layout.astro'; |
5 | 4 | import PaperCard from '../components/PaperCard.astro'; |
6 | 5 | import SocialMediaButton from '../components/SocialMediaButton.astro'; |
@@ -49,56 +48,37 @@ import kim2025Cupid from '../assets/paper_thumbnails/kim-2025-cupid.webp'; |
49 | 48 | class='mx-auto max-w-60 rounded-lg object-cover' |
50 | 49 | /> |
51 | 50 | <div |
52 | | - class='flex justify-between mx-4 md:mx-auto mt-6 md:mt-4 mb-4 md:mb-0' |
| 51 | + class='flex flex-col gap-4 md:mx-auto mt-6 md:mt-4 mb-4 md:mb-0 md:flex-row md:gap-0 md:justify-between' |
53 | 52 | > |
54 | | - <SocialMediaButton url='/jiho-kim-cv.pdf'> |
55 | | - <Icon name='academicons:cv' class='w-8 h-8' aria-hidden='true' /> |
56 | | - </SocialMediaButton> |
57 | 53 | <SocialMediaButton |
58 | | - url='https://github.com/nghtctrl' |
| 54 | + href='/jiho-kim-cv.pdf' |
| 55 | + label='Curriculum Vitae' |
| 56 | + icon='academicons:cv' |
| 57 | + /> |
| 58 | + <SocialMediaButton |
| 59 | + href='https://github.com/nghtctrl' |
| 60 | + label='GitHub' |
| 61 | + icon='fa7-brands:github' |
59 | 62 | hoverColor='#101411' |
60 | | - > |
61 | | - <Icon name='fa7-brands:github' class='w-8 h-8' aria-hidden='true' /> |
62 | | - </SocialMediaButton> |
| 63 | + /> |
63 | 64 | <SocialMediaButton |
64 | | - url='https://www.linkedin.com/in/jiho-kim-128aa0199' |
| 65 | + href='https://www.linkedin.com/in/jiho-kim-128aa0199' |
| 66 | + label='LinkedIn' |
| 67 | + icon='fa7-brands:linkedin' |
65 | 68 | hoverColor='#0077B5' |
66 | | - > |
67 | | - <Icon name='fa7-brands:linkedin' class='w-8 h-8' aria-hidden='true' /> |
68 | | - </SocialMediaButton> |
69 | | - <!-- <SocialMediaButton |
70 | | - url='https://bsky.app/profile/jiho-kim.bsky.social' |
71 | | - hoverColor='#1185FE' |
72 | | - > |
73 | | - <Icon name='fa7-brands:bluesky' class='w-8 h-8' aria-hidden='true' /> |
74 | | - </SocialMediaButton> --> |
75 | | - <!-- <SocialMediaButton |
76 | | - rel='me' |
77 | | - url='https://hci.social/@jihokim' |
78 | | - hoverColor='#6364FF' |
79 | | - > |
80 | | - <Icon name='fa7-brands:mastodon' class='w-8 h-8' aria-hidden='true' /> |
81 | | - </SocialMediaButton> --> |
| 69 | + /> |
82 | 70 | <SocialMediaButton |
83 | | - url='https://scholar.google.com/citations?hl=en&user=aWisTO4AAAAJ&view_op=list_works&sortby=pubdate' |
| 71 | + href='https://scholar.google.com/citations?hl=en&user=aWisTO4AAAAJ&view_op=list_works&sortby=pubdate' |
| 72 | + label='Google Scholar' |
| 73 | + icon='academicons:google-scholar' |
84 | 74 | hoverColor='#4285F4' |
85 | | - > |
86 | | - <Icon |
87 | | - name='academicons:google-scholar' |
88 | | - class='w-8 h-8' |
89 | | - aria-hidden='true' |
90 | | - /> |
91 | | - </SocialMediaButton> |
| 75 | + /> |
92 | 76 | <SocialMediaButton |
93 | | - url='https://www.semanticscholar.org/author/Jiho-Kim/2289885996?sort=pub-date' |
| 77 | + href='https://www.semanticscholar.org/author/Jiho-Kim/2289885996?sort=pub-date' |
| 78 | + label='Semantic Scholar' |
| 79 | + icon='academicons:semantic-scholar' |
94 | 80 | hoverColor='#11223C' |
95 | | - > |
96 | | - <Icon |
97 | | - name='academicons:semantic-scholar' |
98 | | - class='w-8 h-8' |
99 | | - aria-hidden='true' |
100 | | - /> |
101 | | - </SocialMediaButton> |
| 81 | + /> |
102 | 82 | </div> |
103 | 83 | </div> |
104 | 84 | </div> |
|
0 commit comments