diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-13 23:56:29 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-13 23:56:29 +0900 |
| commit | aa9c29c190ea8b15f6dbb1a38a1c554e1ade77b7 (patch) | |
| tree | 566437988e31466b480eeec1b24264d9485b6283 /services/nuldoc/content/about | |
| parent | 5707cc3dd6e69b94effad1711147ad51117acd7c (diff) | |
| download | nsfisis.dev-aa9c29c190ea8b15f6dbb1a38a1c554e1ade77b7.tar.gz nsfisis.dev-aa9c29c190ea8b15f6dbb1a38a1c554e1ade77b7.tar.zst nsfisis.dev-aa9c29c190ea8b15f6dbb1a38a1c554e1ade77b7.zip | |
feat(about): add conference staff section to about page
Diffstat (limited to 'services/nuldoc/content/about')
| -rw-r--r-- | services/nuldoc/content/about/staff.toml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/services/nuldoc/content/about/staff.toml b/services/nuldoc/content/about/staff.toml new file mode 100644 index 00000000..94c7b782 --- /dev/null +++ b/services/nuldoc/content/about/staff.toml @@ -0,0 +1,54 @@ +[[staff]] +date = { from = "2023-03-23", to = "2023-03-25" } +event = "PHPerKaigi 2023" +role = "当日スタッフ" + +[[staff]] +date = { from = "2024-03-07", to = "2024-03-09" } +event = "PHPerKaigi 2024" +role = "コアスタッフ" + +[[staff]] +date = "2024-04-13" +event = "PHP カンファレンス小田原 2024" +role = "当日スタッフ" + +[[staff]] +date = { from = "2024-08-22", to = "2024-08-24" } +event = "iOSDC Japan 2024" +role = "コアスタッフ" + +[[staff]] +date = "2024-12-22" +event = "PHP カンファレンス 2024" +role = "当日スタッフ" + +[[staff]] +date = { from = "2025-03-21", to = "2025-03-23" } +event = "PHPerKaigi 2025" +role = "コアスタッフ" + +[[staff]] +date = "2025-04-12" +event = "PHP カンファレンス小田原 2025" +role = "コアスタッフ" + +[[staff]] +date = { from = "2025-09-19", to = "2025-09-21" } +event = "iOSDC Japan 2025" +role = "コアスタッフ" + +[[staff]] +date = { from = "2026-03-20", to = "2026-03-22" } +event = "PHPerKaigi 2026" +role = "コアスタッフ" + +[[staff]] +date = "2025-04-11" +event = "PHP カンファレンス小田原 2026" +role = "コアスタッフ" + +[[staff]] +date = "2026-10-03" +event = "PHP カンファレンス愛媛 2026" +role = "コアスタッフ" |
