New mascot art

This commit is contained in:
Elnu 2023-03-18 20:29:12 -07:00
parent d0c60cdf6f
commit f2c8d68f9f
6 changed files with 5 additions and 431 deletions

View file

@ -4,7 +4,7 @@
{{ partial "head.html" . }}
{{ end }}
<body>
<img id="mascot" src="/mascot.svg">
<img id="mascot" src="/mascot.png">
<div id="content">
<div>
{{ block "primary" . }}

View file

@ -1,2 +1,2 @@
Copyright &copy; {{ partial "copyright-years.html" . }} <b>{{ .Site.Title }}</b>. All rights reserved.<br>
Site last regenerated with <a href="https://gohugo.io/" target="_blank">Hugo</a> at {{ partial "time.html" (dict "Date" now) }}.
Copyright &copy; {{ partial "copyright-years.html" . }} <b>{{ .Site.Title }}</b>. All rights reserved. 字ちゃん mascot art by <a href="https://twitter.com/bellumela">@bellumela</a>.<br>
Site last regenerated with <a href="https://gohugo.io/" target="_blank">Hugo</a> at {{ partial "time.html" (dict "Date" now) }}.

View file

@ -722,11 +722,11 @@ p, ul, ol {
display: none;
position: absolute;
right: 1em;
bottom: 0;
bottom: 1em;
z-index: 999;
pointer-events: none;
transition: 1s;
--width: min(10em, 40vw);
--width: min(12.5em, 40vw);
width: var(--width);
}