replace about image
This commit is contained in:
parent
13f693d312
commit
56de474153
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1009 KiB |
BIN
images/usb.jpg
BIN
images/usb.jpg
Binary file not shown.
Before Width: | Height: | Size: 46 KiB |
|
@ -1,4 +1,4 @@
|
|||
#usbimg {
|
||||
#aboutimg {
|
||||
width: 256px;
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
|
|
Loading…
Reference in New Issue