This commit is contained in:
Parker TenBroeck 2026-04-26 09:46:13 -04:00
parent 43f31e863e
commit be158ab925
9 changed files with 11 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 407 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -1,7 +1,7 @@
+++ +++
title = "88x31" title = "88x31"
description = "My 88x31 badge as well as a few others" description = "My 88x31 badge as well as a few others"
date = 2026-04-25 date = 2026-04-26
[taxonomies] [taxonomies]
tags = ["web", "88x31"] tags = ["web", "88x31"]
@ -23,4 +23,11 @@ other
{{ badge88x31(src="madeon-linux.gif", alt="made on Linux badge") }} {{ badge88x31(src="madeon-linux.gif", alt="made on Linux badge") }}
{{ badge88x31(link="https://nixos.org/", src="nixos.png", alt="NixOS badge", new_tab=true) }} {{ badge88x31(link="https://nixos.org/", src="nixos.png", alt="NixOS badge", new_tab=true) }}
{{ badge88x31(src="bestviewed.gif", alt="Best Viewed badge") }}
{{ badge88x31(src="roroqa.gif", alt="Rendered On RISC OS badge") }}
{{ badge88x31(src="right_to_repair_01.jpg", alt="Right To Repair badge") }}
{{ badge88x31(src="treksites.gif", alt="Trek Site badge") }}
{{ badge88x31(src="greyasashe.gif", alt="Grey as ash badge") }}
{{ badge88x31(src="button-devils.gif", alt="Devils badge") }}
{{ badge88x31(src="b5can_s.gif", alt="Can badge") }}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -63,8 +63,10 @@ img,video {
.badge-88x31 { .badge-88x31 {
width: 176px; width: 176px;
height: 62px; height: 62px;
image-rendering: pixelated; image-rendering: auto;
image-rendering: crisp-edges; image-rendering: crisp-edges;
image-rendering: pixelated;
image-rendering: -webkit-optimize-contrast;
} }
h1, h1,