aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/about/index.html
blob: 2182dddee3dceae7f24997a5675b31d72beef86b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="ja-JP">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="author" content="nsfisis">
    <meta name="copyright" content="&copy; 2021 nsfisis">
    <meta name="description" content="このサイトの著者について">
    <link rel="icon" type="image/svg+xml" href="/favicon.svg">
    <title>About | REPL: Rest-Eat-Program Loop</title>
    <link rel="stylesheet" href="/style.css?h=cc0dc8713d7b77d1db1eba68d7782272">
  </head>
  <body class="single">
    <header class="header">
      <nav class="nav">
        <ul>
          <li>
            <a href="/">REPL: Rest-Eat-Program Loop</a>
          </li>
          <li>
            <a href="/about/">About</a>
          </li>
          <li>
            <a href="/posts/">Posts</a>
          </li>
          <li>
            <a href="/slides/">Slides</a>
          </li>
          <li>
            <a href="/tags/">Tags</a>
          </li>
        </ul>
      </nav>
    </header>
    <main class="main">
      <article class="post-single">
        <header class="post-header">
          <h1 class="post-title">nsfisis</h1>
        </header>
        <div class="post-content">
          <section>
            <h2>読み方</h2>
            <p>
              読み方は決めていません。音にする必要があるときは本名である「いまむら」をお使いください。
            </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>
    <footer class="footer">
      &copy; 2021 nsfisis
    </footer>
  </body>
</html>