aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/slides/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/slides/index.html')
-rw-r--r--public/slides/index.html58
1 files changed, 58 insertions, 0 deletions
diff --git a/public/slides/index.html b/public/slides/index.html
new file mode 100644
index 0000000..5d89c35
--- /dev/null
+++ b/public/slides/index.html
@@ -0,0 +1,58 @@
+<!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-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>