diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-06-25 18:11:42 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-06-25 18:25:31 +0900 |
| commit | 85bdb29b8dfbf6027fc2f98289433e254ec6ff50 (patch) | |
| tree | 573b355c3a407030e1f3648ba870c67f1888ae5c /public | |
| parent | ae35f799ef6530736260a349ff026670fc600ff7 (diff) | |
| download | blog.nsfisis.dev-85bdb29b8dfbf6027fc2f98289433e254ec6ff50.tar.gz blog.nsfisis.dev-85bdb29b8dfbf6027fc2f98289433e254ec6ff50.tar.zst blog.nsfisis.dev-85bdb29b8dfbf6027fc2f98289433e254ec6ff50.zip | |
feat(content): slide /slides/2023-06-21/phpstudy-tokyo-153/
Diffstat (limited to 'public')
| -rw-r--r-- | public/about/index.html | 3 | ||||
| -rw-r--r-- | public/slides/2023-06-21/phpstudy-tokyo-153/index.html | 80 | ||||
| -rw-r--r-- | public/slides/2023-06-21/phpstudy-tokyo-153/slide.pdf | bin | 0 -> 179888 bytes | |||
| -rw-r--r-- | public/slides/index.html | 15 | ||||
| -rw-r--r-- | public/tags/php/index.html | 15 | ||||
| -rw-r--r-- | public/tags/phpstudy-tokyo/index.html | 15 |
6 files changed, 128 insertions, 0 deletions
diff --git a/public/about/index.html b/public/about/index.html index c782e89..a830d58 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -79,6 +79,9 @@ <h2>登壇</h2> <ul> <li> + <a href="/slides/2023-06-21/phpstudy-tokyo-153/">2023-06-21: PHP 勉強会@東京 第153 回 (LT)</a> + </li> + <li> <a href="/slides/2023-04-12/phpstudy-tokyo-151/">2023-04-12: PHP 勉強会@東京 第151 回 (LT)</a> </li> <li> diff --git a/public/slides/2023-06-21/phpstudy-tokyo-153/index.html b/public/slides/2023-06-21/phpstudy-tokyo-153/index.html new file mode 100644 index 0000000..1a55049 --- /dev/null +++ b/public/slides/2023-06-21/phpstudy-tokyo-153/index.html @@ -0,0 +1,80 @@ +<!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="© 2023 nsfisis"> + <meta name="description" content="テキストファイルの末尾には改行コードを入れよう"> + <meta name="keywords" content="PHP,PHP 勉強会@東京"> + <link rel="icon" type="image/svg+xml" href="/favicon.svg"> + <title>PHP 勉強会@東京 第153 回 (LT) | REPL: Rest-Eat-Program Loop</title> + <link rel="stylesheet" href="/style.css?h=28751340d8c1c54dcb8921ad9f1fa653"> + <link rel="stylesheet" href="/hl.css?h=340e65ffd5c17713efc9107c06304f7b"> + </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">テキストファイルの末尾には改行コードを入れよう</h1> + <ul class="post-tags"> + <li class="tag"> + <a href="/tags/php/">PHP</a> + </li> + <li class="tag"> + <a href="/tags/phpstudy-tokyo/">PHP 勉強会@東京</a> + </li> + </ul> + </header> + <div class="post-content"> + <section> + <h2 id="changelog">更新履歴</h2> + <ol> + <li class="revision"> + <time datetime="2023-06-21">2023-06-21</time>: 登壇 + </li> + </ol> + </section> + <canvas data-slide-link="/slides/2023-06-21/phpstudy-tokyo-153/slide.pdf" id="slide"> + </canvas> + <div> + <button id="prev"> + Prev + </button> + <button id="next"> + Next + </button> + </div> + <script src="/pdf.min.js?h=68f61939cb81f9ae70a7ee2af2e9dcf8"> + </script> + <script src="/slide.js?h=851ec3f450457f6c7117cdac62926bf3" type="module"> + </script> + </div> + </article> + </main> + <footer class="footer"> + © 2021 nsfisis + </footer> + </body> +</html> diff --git a/public/slides/2023-06-21/phpstudy-tokyo-153/slide.pdf b/public/slides/2023-06-21/phpstudy-tokyo-153/slide.pdf Binary files differnew file mode 100644 index 0000000..53d14ba --- /dev/null +++ b/public/slides/2023-06-21/phpstudy-tokyo-153/slide.pdf diff --git a/public/slides/index.html b/public/slides/index.html index dd910a2..e55fec6 100644 --- a/public/slides/index.html +++ b/public/slides/index.html @@ -37,6 +37,21 @@ <h1>スライド一覧</h1> </header> <article class="post-entry"> + <a href="/slides/2023-06-21/phpstudy-tokyo-153/"> + <header class="entry-header"> + <h2>登壇: PHP 勉強会@東京 第153 回 (LT)</h2> + </header> + <section class="entry-content"> + <p> + テキストファイルの末尾には改行コードを入れよう + </p> + </section> + <footer class="entry-footer"> + <time datetime="2023-06-21">2023-06-21</time> 登壇 + </footer> + </a> + </article> + <article class="post-entry"> <a href="/slides/2023-04-12/phpstudy-tokyo-151/"> <header class="entry-header"> <h2>登壇: PHP 勉強会@東京 第151 回 (LT)</h2> diff --git a/public/tags/php/index.html b/public/tags/php/index.html index 43c9fee..3f986a8 100644 --- a/public/tags/php/index.html +++ b/public/tags/php/index.html @@ -38,6 +38,21 @@ <h1>タグ「PHP」一覧</h1> </header> <article class="post-entry"> + <a href="/slides/2023-06-21/phpstudy-tokyo-153/"> + <header class="entry-header"> + <h2>登壇: PHP 勉強会@東京 第153 回 (LT)</h2> + </header> + <section class="entry-content"> + <p> + テキストファイルの末尾には改行コードを入れよう + </p> + </section> + <footer class="entry-footer"> + <time datetime="2023-06-21">2023-06-21</time> 登壇 + </footer> + </a> + </article> + <article class="post-entry"> <a href="/slides/2023-04-12/phpstudy-tokyo-151/"> <header class="entry-header"> <h2>登壇: PHP 勉強会@東京 第151 回 (LT)</h2> diff --git a/public/tags/phpstudy-tokyo/index.html b/public/tags/phpstudy-tokyo/index.html index de2b14e..a9c3663 100644 --- a/public/tags/phpstudy-tokyo/index.html +++ b/public/tags/phpstudy-tokyo/index.html @@ -38,6 +38,21 @@ <h1>タグ「PHP 勉強会@東京」一覧</h1> </header> <article class="post-entry"> + <a href="/slides/2023-06-21/phpstudy-tokyo-153/"> + <header class="entry-header"> + <h2>登壇: PHP 勉強会@東京 第153 回 (LT)</h2> + </header> + <section class="entry-content"> + <p> + テキストファイルの末尾には改行コードを入れよう + </p> + </section> + <footer class="entry-footer"> + <time datetime="2023-06-21">2023-06-21</time> 登壇 + </footer> + </a> + </article> + <article class="post-entry"> <a href="/slides/2023-04-12/phpstudy-tokyo-151/"> <header class="entry-header"> <h2>登壇: PHP 勉強会@東京 第151 回 (LT)</h2> |
