blob: cf0b2c6886d8a0c9a9f06a57a03c31d36ceaa1cd (
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="© 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=36f8a090080ebb76d78b17f1d93b3ba4">
</head>
<body class="single">
<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">
<article class="post-single">
<header class="post-header">
<h1 class="post-title">About</h1>
</header>
<div class="post-content">
<section>
<h2>名前</h2>
<p>
nsfisis (いまむら)
</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">
© 2021 nsfisis
</footer>
</body>
</html>
|