Skip to content

Commit 1285bde

Browse files
authored
Merge pull request #192 from vim-jp/feature/2025/add-speaker-info
2 parents 24eae81 + 678d768 commit 1285bde

File tree

5 files changed

+18
-11
lines changed

5 files changed

+18
-11
lines changed

2025/public/icon/hrsh7th.png

2.2 MB
Loading

2025/public/icon/rbtnn.png

29.5 KB
Loading

2025/src/components/KeynoteSpeakers/KeynoteSpeaker.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ const {
4848
<User class="mr-2 h-5 w-5 text-emerald-600" />
4949
<span class="font-semibold text-gray-800">プロフィール</span>
5050
</div>
51-
<p class="leading-relaxed text-gray-700">
52-
山路を登りながら、こう考えた。智に働けば角が立つ。情に棹させば流される。意地を通せば窮屈だ。とかくに人の世は住みにくい。住みにくさが高じると、安い所へ引き越したくなる。どこへ越しても住みにくいと悟った時、詩が生れて、画が出来る。
51+
<p class="leading-relaxed text-gray-700" style="white-space: pre-line;">
5352
{profile}
5453
</p>
5554
</div>

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>

2025/src/components/Venue.astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ import Heading from "./Heading.astro";
2525
</div>
2626
<div class="flex items-start gap-2">
2727
<Clock class="mt-0.5 h-4 w-4 flex-shrink-0 text-emerald-600" />
28-
<p class="text-sm md:text-base">9:30 - 17:30 (懇親会 17:30 ~ 19:30)</p>
28+
<p class="text-sm md:text-base">
29+
9:30 - 17:30 (懇親会 17:30 ~ 19:30)
30+
</p>
2931
</div>
3032
</div>
3133
</div>

0 commit comments

Comments
 (0)