File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
components/KeynoteSpeakers Expand file tree Collapse file tree 3 files changed +4
-2
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
---
2
2
import Heading from " ../Heading.astro" ;
3
3
import KeynoteSpeaker from " ./KeynoteSpeaker.astro" ;
4
+ import hrsh7th from " ../../assets/speaker-icon/hrsh7th.png?url" ;
5
+ import rbtnn from " ../../assets/speaker-icon/rbtnn.png?url" ;
4
6
---
5
7
6
8
<section
@@ -15,15 +17,15 @@ import KeynoteSpeaker from "./KeynoteSpeaker.astro";
15
17
>
16
18
<KeynoteSpeaker
17
19
keynoteSpeaker =" hrsh7th"
18
- imageUrl =" icon/ hrsh7th.png "
20
+ imageUrl ={ hrsh7th }
19
21
title =" comming soon"
20
22
profile =`hrsh7th is a Web frontend engineer based in Japan.
21
23
With around 15 years of experience using (n)vim, he's the author of popular plugins like vim-vsnip and nvim-cmp.
22
24
As a Web frontend engineer, he has a strong interest in enhancing editor-based workflows and user experience for daily development.`
23
25
/>
24
26
<KeynoteSpeaker
25
27
keynoteSpeaker =" rbtnn"
26
- imageUrl =" icon/ rbtnn.png "
28
+ imageUrl ={ rbtnn }
27
29
title =" comming soon"
28
30
profile =`rbtnn is what you might call an SIer in Japan.
29
31
These days, his main role is team management, so he doesn't get to write code as often.
You can’t perform that action at this time.
0 commit comments