This commit is contained in:
NaiJi ✨ 2025-08-06 22:52:01 -04:00
parent 81591e204c
commit a5dfa902ef
2 changed files with 32 additions and 0 deletions

View File

@ -55,6 +55,21 @@
</a>
</div>
{{ end }}
<div class="footer-text">
<br><br>
{{ if eq .Site.Language.Lang "en" }}
Site developed on <a href="https://gohugo.io/" class="gray-link">HUGO</a> with theme <a href="https://github.com/LukeSmithxyz/lugo" class="gray-link">lugo</a><br>
Background image is a fragment of <i>Lilac</i> by Kyriak Kostiantynovych Kostandi.<br>
The source code and templates are on <a href="https://code.htmlbyhand.online/NaiJi/write-html-by-hand-online" class="gray-link">Gitea</a><br>
Grammar and syntax is kindly improved by AI.
{{ else }}
Сайт написан на <a href="https://gohugo.io/" class="gray-link">HUGO</a> с темой <a href="https://github.com/LukeSmithxyz/lugo" class="gray-link">lugo</a><br>
На фоне фрагмент картины <i>Сирень</i> Кириака Константиновича Констанди.<br>
Весь исходный код и шаблоны лежат на <a href="https://code.htmlbyhand.online/NaiJi/write-html-by-hand-online" class="gray-link">Gitea</a><br>
Грамматические и синтаксические ошибки любезно исправлены AI.
{{ end }}
</div>
</footer>
</div>

View File

@ -9,6 +9,23 @@ body {
letter-spacing: 0.03em;
}
/* Gray footer text styling */
.footer-text {
margin-top: 1rem;
font-size: 0.8em;
color: #666;
line-height: 1.5;
}
/* Gray links in footer */
.gray-link {
color: #666;
text-decoration: underline;
}
.gray-link:hover {
color: #444;
}
/* Optional: Add to headings for contrast */
h1, h2, h3, h4, h5, h6 {
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;