ライセンス修正

This commit is contained in:
rca 2024-08-30 15:10:16 +09:00
parent 1c7f7b0c71
commit 8fc403c04e
2 changed files with 13 additions and 4 deletions

View File

@ -157,6 +157,12 @@
padding-top: 0.5em; padding-top: 0.5em;
} }
.BackCover .Colophon .License {
font-size: 8pt;
line-height: 1.2;
font-weight: normal;
}
/* ブックマーク */ /* ブックマーク */
.markdown-body h1 { .markdown-body h1 {
bookmark-level: 1; bookmark-level: 1;

View File

@ -11,7 +11,7 @@
<body> <body>
<div class="FrontCover"> <div class="FrontCover">
<h1>KidShift ライセンス文書</h1> <h1>KidShift ライセンス文書</h1>
<div class="Published">2024/08/13</div> <div class="Published">2024/08/30</div>
<div class="Author">グループワークチーム「シフトメイト」</div> <div class="Author">グループワークチーム「シフトメイト」</div>
</div> </div>
<article class="markdown-body"> <article class="markdown-body">
@ -20,9 +20,12 @@
<div class="BackCover"> <div class="BackCover">
<div class="Colophon"> <div class="Colophon">
<span class="Title">KidShiftライセンス文書</span><br> <span class="Title">KidShiftライセンス文書</span><br>
<span class="PubDate">2024/08/13</span><br> <span class="PubDate">2024/08/30</span><br>
<span class="Copyright"> <span class="Copyright">© 2024 シフトメイト</span><br>
© 2024 シフトメイト<br>この文書は、Creative Commons Attribution 4.0 International License (CC BY 4.0) の下でライセンスされています。<br>このライセンスは、文書の内容にのみ適用され、文書生成に使用されたスクリプトには適用されません。 <span class="License">
この文書は、<a herf="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License (CC-BY-4.0)</a> の下でライセンスされています。<br>
このライセンスは、文書の内容にのみ適用され、文書生成に使用されたスクリプトには適用されません。<br>
Repo: https://ns1b-gitea.nem.one/kidshift/docs-operation
</span> </span>
</div> </div>
</div> </div>