diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/about/index.html | 43 |
1 files changed, 42 insertions, 1 deletions
diff --git a/public/about/index.html b/public/about/index.html index 686e1c3..1247d67 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -38,7 +38,48 @@ <h1 class="post-title">About</h1> </header> <div class="post-content"> - WIP + <section> + <h2>名前</h2> + <p> + nsfisis (いまむら) + </p> + </section> + <section> + <h2>アカウント</h2> + <ul> + <li> + <a href="https://twitter.com/nsfisis">Twitter (@nsfisis)</a> + </li> + <li> + <a href="https://github.com/nsfisis">GitHub (@nsfisis)</a> + </li> + </ul> + </section> + <section> + <h2>仕事</h2> + <ul> + <li> + 2021-01~現在: <a href="https://www.dgcircus.com/">デジタルサーカス株式会社</a> + </li> + </ul> + </section> + <section> + <h2>登壇</h2> + <ul> + <li> + <a href="/slides/2023-01-18/phpstudy-tokyo-148/">2023-01-18: PHP 勉強会@東京 第148 回 (LT)</a> + </li> + <li> + <a href="/slides/2023-02-15/phpstudy-tokyo-149/">2023-02-15: PHP 勉強会@東京 第149 回 (LT)</a> + </li> + <li> + <a href="/slides/2023-03-15/phpstudy-tokyo-150/">2023-03-15: PHP 勉強会@東京 第150 回 (LT)</a> + </li> + <li> + <a href="/slides/2023-03-24/phperkaigi-2023/">2023-03-24: PHPerKaigi 2023 (レギュラートーク)</a> + </li> + </ul> + </section> </div> </article> </main> |
