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

View File

@ -24,9 +24,11 @@
<a href="https://creativecommons.org/licenses/by-sa/2.0/">CC BY-SA 2.0</a> <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC BY-SA 2.0</a>
</li> </li>
<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 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> </li>
</ul> </ul>
</article> </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; width: 256px;
height: auto; height: auto;
max-width: 100%; max-width: 100%;