Add PeopleCert copyright notice to footer
Small muted footer below all screens crediting PeopleCert International Ltd and noting personal study use only. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2210ef4623
commit
bb3eed1e7d
2 changed files with 11 additions and 0 deletions
|
|
@ -460,6 +460,15 @@ button {
|
||||||
|
|
||||||
#retry-btn:hover { opacity: .9; }
|
#retry-btn:hover { opacity: .9; }
|
||||||
|
|
||||||
|
/* ===== Copyright footer ===== */
|
||||||
|
.copyright {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 0.6875rem;
|
||||||
|
color: var(--text-muted);
|
||||||
|
padding: 1.5rem 1rem 2rem;
|
||||||
|
opacity: .6;
|
||||||
|
}
|
||||||
|
|
||||||
/* ===== Accessibility ===== */
|
/* ===== Accessibility ===== */
|
||||||
.sr-only {
|
.sr-only {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
|
||||||
|
|
@ -74,6 +74,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<footer class="copyright">Vragen © PeopleCert International Ltd. Uitsluitend voor persoonlijk studiegebruik.</footer>
|
||||||
|
|
||||||
<script src="data/questions-nl.js"></script>
|
<script src="data/questions-nl.js"></script>
|
||||||
<script src="data/questions-en.js"></script>
|
<script src="data/questions-en.js"></script>
|
||||||
<script src="js/quiz.js"></script>
|
<script src="js/quiz.js"></script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue