diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-03-18 21:11:18 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-03-18 21:11:18 +0900 |
| commit | 189a8d8f381dae4e1713a3cbfa651101ceca6034 (patch) | |
| tree | c06989dc22322c72662707856ec6f1c47bdc3d4f /public/slides/index.html | |
| parent | 5208a0a0f7e5703af37c9adf6d60f6c8ef10b9ee (diff) | |
| download | blog.nsfisis.dev-189a8d8f381dae4e1713a3cbfa651101ceca6034.tar.gz blog.nsfisis.dev-189a8d8f381dae4e1713a3cbfa651101ceca6034.tar.zst blog.nsfisis.dev-189a8d8f381dae4e1713a3cbfa651101ceca6034.zip | |
feat(content): add content/slides/*
Diffstat (limited to 'public/slides/index.html')
| -rw-r--r-- | public/slides/index.html | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/public/slides/index.html b/public/slides/index.html index 5d89c35..6344e9a 100644 --- a/public/slides/index.html +++ b/public/slides/index.html @@ -37,6 +37,48 @@ <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> |
