You may have noticed the abstract greenish 88x31 image that appears at the bottom of every page on this website. It is a reduced version of the main dobon.dev logo.
<picture>
<source srcset="https://dobon.dev/processed_images/me.d7909b6ed2f8f277.avif" type="image/avif">
<source srcset="https://dobon.dev/processed_images/me.74fcbc10b115f317.webp" type="image/webp">
<!--|
| If the picture is inside a figure, the `alt` information should be
| removed to avoid the screen reader reading the same text twice.
|
| See also <https://stackoverflow.com/a/58468470>.
|-->
<img
src="https://dobon.dev/processed_images/me.a2dc909c1bde0ed8.jpg"
loading="lazy"
width="88"
height="31"
>
</picture>
<figcaption>The 88x31 image representing this website.</figcaption>Given the IndieWeb tradition regarding this type of image, I grant full permission for it to be used on other websites as a way of expressing support or recommendation for my artistic project.
Please refrain from hot-linking the image; download a copy of it to your personal website hosting and link to that copy.
Given the low resolution of these images and the use of pixel art techniques, I recommend applying the following CSS properties to all 88x31 images:
.pixel-art {
image-rendering: auto;
image-rendering: crisp-edges;
image-rendering: pixelated;
}