Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,21 @@
})();

</script>
<style>
.scroll {
display: inline-block;
color: red;
font-weight: bold;
white-space: nowrap;
animation: move 5s linear infinite;
}

@keyframes move {
0% { transform: translateX(100%); }
100% { transform: translateX(-100%); }
}
</style>
</head>

<body>

<!-- HEADER -->
Expand Down Expand Up @@ -157,7 +170,7 @@ <h3>本書の感想</h3>
<p class="impression">まだよくわからない!!!><</p>
<p class="impression">githubの苦手意識が一気に消えました!ありがとうございました!</p>
<p class="impression">2016年、遅ればせながら GitHub の勉強を始めました! 分かりやすく大変参考にしております! (<a href="https://github.com/Neos21GitHub" title="GitHub - Neos21GitHub">@Neos21</a>)</p>
<p class="impression">実践的でとても勉強になります!</p>
<p class="impression">実践的でとても勉強になります!</p<color =>>
<p class="impression">LGTM です!</p>
<p class="impression">勉強中</P>
<p class="impression">やっとこさで、ここまで来ました!</p>
Expand Down Expand Up @@ -1125,6 +1138,7 @@ <h3>本書の感想</h3>
<p class="impression">この本はとても役立ちます。ありがとうございます。</p>
<p class="impression">内容がわかりやすくて勉強捗ります!感謝!</p>
<p class="impression">これがGitとGithub!この本は実践形式で学べる素晴らしい本。(<a href="https://github.com/OkuniTaketo" >@OkuniTaketo</a> 2026年1月27日)</p>
<p class="impression">Git初心者にもわかりやすいです.<span class="scroll" style="color:red; font-weight:bold;">@takekomi-111</span></p>
<p >↑最新のコメント</p>
<h3>正誤情報など</h3>
<p>技術評論社Webサイト内の<a href="http://gihyo.jp/book/2014/978-4-7741-6366-6/support">本書のサポートページ</a>に掲載しています。</p>
Expand Down