aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/slides/index.html
blob: 614cd466d7a0a5980d924d17af26295ea4c97286 (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
91
92
93
94
95
96
97
98
99
100
<!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>スライド一覧 | REPL: Rest-Eat-Program Loop</title>
    <link rel="stylesheet" href="/style.css?h=48694677b43b77e5c45f25e6bfdebb41">
  </head>
  <body class="list">
    <header class="header">
      <nav class="nav">
        <ul>
          <li class="logo">
            <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">
      <header class="page-header">
        <h1>スライド一覧</h1>
      </header>
      <article class="post-entry">
        <a href="/slides/2023-03-24/phperkaigi-2023/">          <header class="entry-header">
            <h2>登壇: PHPerKaigi 2023 (レギュラートーク)</h2>
          </header>
          <section class="entry-content">
            <p>
              詳説「参照」PHP の参照を完全に理解する
            </p>
          </section>
          <footer class="entry-footer">
            Posted on <time datetime="2023-03-24">2023-03-24</time>
          </footer>
</a>
      </article>
      <article class="post-entry">
        <a href="/slides/2023-03-15/phpstudy-tokyo-150/">          <header class="entry-header">
            <h2>登壇: PHP 勉強会@東京 第150 回 (LT)</h2>
          </header>
          <section class="entry-content">
            <p>
              明日のあなたの役に立たない PHP コーディング技法~細長い FizzBuzz を書く~
            </p>
          </section>
          <footer class="entry-footer">
            Posted on <time datetime="2023-03-15">2023-03-15</time>, updated on <time datetime="2023-03-18">2023-03-18</time>
          </footer>
</a>
      </article>
      <article class="post-entry">
        <a href="/slides/2023-02-15/phpstudy-tokyo-149/">          <header class="entry-header">
            <h2>登壇: PHP 勉強会@東京 第149 回 (LT)</h2>
          </header>
          <section class="entry-content">
            <p>
              PHPerKaigi 2023 のトークン問題でボツにした問題を供養する
            </p>
          </section>
          <footer class="entry-footer">
            Posted on <time datetime="2023-02-15">2023-02-15</time>
          </footer>
</a>
      </article>
      <article class="post-entry">
        <a href="/slides/2023-01-18/phpstudy-tokyo-148/">          <header class="entry-header">
            <h2>登壇: PHP 勉強会@東京 第148 回 (LT)</h2>
          </header>
          <section class="entry-content">
            <p>
              明日のあなたの役に立たない PHP コーディング技法~polyglot~
            </p>
          </section>
          <footer class="entry-footer">
            Posted on <time datetime="2023-01-18">2023-01-18</time>
          </footer>
</a>
      </article>
    </main>
    <footer class="footer">
      &copy; 2021 nsfisis
    </footer>
  </body>
</html>