diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-03-18 23:41:47 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-03-18 23:41:47 +0900 |
| commit | 0e5fff11e9a455273dad77fc26796af03ddf08d3 (patch) | |
| tree | 756437340bc46afb912595750caace2f4dc88cf6 /public | |
| parent | 3f82b71a657d8b8218ed468acf0552f29cfd1dd0 (diff) | |
| download | blog.nsfisis.dev-0e5fff11e9a455273dad77fc26796af03ddf08d3.tar.gz blog.nsfisis.dev-0e5fff11e9a455273dad77fc26796af03ddf08d3.tar.zst blog.nsfisis.dev-0e5fff11e9a455273dad77fc26796af03ddf08d3.zip | |
feat(content): write contents in about page
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> |
