replace about image

This commit is contained in:
filifa 2024-10-05 22:13:41 -05:00
parent 13f693d312
commit 56de474153
5 changed files with 8 additions and 6 deletions

View File

@ -16,9 +16,9 @@
<main>
<article>
<h1>About.</h1>
<img id="usbimg" src="/images/usb.jpg" alt="an unsettling comic showing
a man putting a usb dongle into his mouth and moving his face
with the connected mouse" width=320 height=393 />
<img id="aboutimg" src="/images/loveland-frog.png" alt="an artist's
rendering of the Loveland frog monster" width=944 height=850
/>
<p>I'm in your walls.</p>
</article>
</main>

View File

@ -24,9 +24,11 @@
<a href="https://creativecommons.org/licenses/by-sa/2.0/">CC BY-SA 2.0</a>
</li>
<li>
That weird usb mouse comic on the about page is
"<a href="https://commons.wikimedia.org/wiki/File:Loveland_frog.png">Loveland frog</a>"
by
<a href="https://www.instagram.com/hunter.slugdaddy/">Hunter Scheiderer</a>
<a href="https://commons.wikimedia.org/wiki/User:Triangulum">Tim Bertelink</a>
is licensed under
<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>
</li>
</ul>
</article>

BIN
images/loveland-frog.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1009 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

View File

@ -1,4 +1,4 @@
#usbimg {
#aboutimg {
width: 256px;
height: auto;
max-width: 100%;