diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-07-20 03:14:42 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-07-20 03:14:42 +0900 |
| commit | 1f1870a1852558166cabfdfdcc4bc1437e37a45a (patch) | |
| tree | 163ce5c5a7c6147c2f566b25e40dcadb9b210945 /services/blog/public/posts/2024-04-14/phpcon-odawara-2024-report/index.html | |
| parent | 037da3c3c4cf7d4e62cb5248ecccfe75d88f684b (diff) | |
| download | nsfisis.dev-1f1870a1852558166cabfdfdcc4bc1437e37a45a.tar.gz nsfisis.dev-1f1870a1852558166cabfdfdcc4bc1437e37a45a.tar.zst nsfisis.dev-1f1870a1852558166cabfdfdcc4bc1437e37a45a.zip | |
feat(blog/style): fix word-break style of links
Diffstat (limited to 'services/blog/public/posts/2024-04-14/phpcon-odawara-2024-report/index.html')
| -rw-r--r-- | services/blog/public/posts/2024-04-14/phpcon-odawara-2024-report/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/services/blog/public/posts/2024-04-14/phpcon-odawara-2024-report/index.html b/services/blog/public/posts/2024-04-14/phpcon-odawara-2024-report/index.html index f8178c26..85377165 100644 --- a/services/blog/public/posts/2024-04-14/phpcon-odawara-2024-report/index.html +++ b/services/blog/public/posts/2024-04-14/phpcon-odawara-2024-report/index.html @@ -15,7 +15,7 @@ <meta name="Hatena::Bookmark" content="nocomment"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>PHP カンファレンス小田原 2024 参加レポ|REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/style.css?h=f4a12de8fc55ef1668e211e6c6db4ade"> + <link rel="stylesheet" href="/style.css?h=d2f027875115279303f9fe391e2ef61b"> </head> <body class="single"> <header class="header"> @@ -143,7 +143,7 @@ FigmaとPHPで作る、1ミリたりとも表示崩れしない最強の帳票印刷ソリューション (たつきち さん) <ul> <li> - プロポーザルリンク: <a href="https://fortee.jp/phpconodawara-2024/proposal/7c57d5ca-213a-4d7a-aaf0-26ddc44897f0" rel="noreferrer" target="_blank">https://fortee.jp/phpconodawara-2024/proposal/7c57d5ca-213a-4d7a-aaf0-26ddc44897f0</a> + プロポーザルリンク: <a class="url" href="https://fortee.jp/phpconodawara-2024/proposal/7c57d5ca-213a-4d7a-aaf0-26ddc44897f0" rel="noreferrer" target="_blank">https://fortee.jp/phpconodawara-2024/proposal/7c57d5ca-213a-4d7a-aaf0-26ddc44897f0</a> </li> <li> 感想: 最初のアイデアから途中の泥臭いワークアラウンドまで非常におもしろかったです。帳票には何度か苦しめられているので、機会があれば試してみたいです。 @@ -154,7 +154,7 @@ PHPの次期バージョンはこの時期どうなっているのか、Internalsの開発体制について (てきめん さん) <ul> <li> - プロポーザルリンク: <a href="https://fortee.jp/phpconodawara-2024/proposal/740b034a-81f0-4b7a-90e9-cd3fa01c651f" rel="noreferrer" target="_blank">https://fortee.jp/phpconodawara-2024/proposal/740b034a-81f0-4b7a-90e9-cd3fa01c651f</a> + プロポーザルリンク: <a class="url" href="https://fortee.jp/phpconodawara-2024/proposal/740b034a-81f0-4b7a-90e9-cd3fa01c651f" rel="noreferrer" target="_blank">https://fortee.jp/phpconodawara-2024/proposal/740b034a-81f0-4b7a-90e9-cd3fa01c651f</a> </li> <li> 感想: 前々から出そうとしている RFC があるので、RFC についての日本語情報が増えるのは大変ありがたいです。あとは作業を進めなければ……。 @@ -165,7 +165,7 @@ Architecture Decision Record を一年運用してみた (富所 亮 さん) <ul> <li> - プロポーザルリンク: <a href="https://fortee.jp/phpconodawara-2024/proposal/56218b4f-b724-4199-82f1-67497501a9ef" rel="noreferrer" target="_blank">https://fortee.jp/phpconodawara-2024/proposal/56218b4f-b724-4199-82f1-67497501a9ef</a> + プロポーザルリンク: <a class="url" href="https://fortee.jp/phpconodawara-2024/proposal/56218b4f-b724-4199-82f1-67497501a9ef" rel="noreferrer" target="_blank">https://fortee.jp/phpconodawara-2024/proposal/56218b4f-b724-4199-82f1-67497501a9ef</a> </li> <li> 感想: 今回最も楽しみにしていた発表の一つです。設計指針の調査・共有等には課題を感じていたので、弊チームでも導入のために動いていこうと思います。 |
