Skip to content

Commit 2768d2c

Browse files
committed
feat: 基調講演者を追加
1 parent 8b2ae0e commit 2768d2c

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

2025/public/icon/hrsh7th.png

2.2 MB
Loading

2025/public/icon/rbtnn.png

29.5 KB
Loading

2025/src/components/KeynoteSpeakers/index.astro

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,22 @@ import KeynoteSpeaker from "./KeynoteSpeaker.astro";
1414
class="grid grid-cols-1 gap-4 px-4 md:gap-12 lg:grid-cols-2 lg:grid-rows-subgrid"
1515
>
1616
<KeynoteSpeaker
17-
keynoteSpeaker="だれだろう"
18-
imageUrl="https://avatars.githubusercontent.com/u/11504?v=4"
19-
title="基調講演のタイトル"
20-
profile="山路を登りながら、こう考えた。智に働けば角が立つ。情に棹させば流される。意地を通せば窮屈だ。とかくに人の世は住みにくい。住みにくさが高じると、安い所へ引き越したくなる。どこへ越しても住みにくいと悟った時、詩が生れて、画が出来る。"
17+
keynoteSpeaker="hrsh7th"
18+
imageUrl="icon/hrsh7th.png"
19+
title="comming soon"
20+
profile=`hrsh7th is a Web frontend engineer based in Japan.
21+
With around 15 years of experience using (n)vim, he's the author of popular plugins like vim-vsnip and nvim-cmp.
22+
As a Web frontend engineer, he has a strong interest in enhancing editor-based workflows and user experience for daily development.`
2123
/>
2224
<KeynoteSpeaker
23-
keynoteSpeaker="だれだろう"
24-
imageUrl="https://avatars.githubusercontent.com/u/11504?v=4"
25-
title="基調講演のタイトル"
26-
profile="山路を登りながら、こう考えた。智に働けば角が立つ。情に棹させば流される。意地を通せば窮屈だ。とかくに人の世は住みにくい。住みにくさが高じると、安い所へ引き越したくなる。どこへ越しても住みにくいと悟った時、詩が生れて、画が出来る。"
25+
keynoteSpeaker="rbtnn"
26+
imageUrl="icon/rbtnn.png"
27+
title="comming soon"
28+
profile=`rbtnn is what you might call an SIer in Japan.
29+
These days, his main role is team management, so he doesn't get to write code as often.
30+
That said, he worked across the stack throughout his career—from server-side and client-side development to embedded systems—making him a so-called full-stack engineer.
31+
Vim has been his primary text editor for nearly 15 years, and he uses it to write code in almost any programming language.
32+
He's contributed to Vim itself several times in the past, and this time, He'd like to introduce a feature he implemented called TabPanel, and share the background and motivation behind adding it.`
2733
/>
2834
</div>
2935
</section>

0 commit comments

Comments
 (0)