88x31
BIN
content/blog/88x31/b5can_s.gif
Normal file
|
After Width: | Height: | Size: 407 B |
BIN
content/blog/88x31/bestviewed.gif
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
content/blog/88x31/button-devils.gif
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
content/blog/88x31/greyasashe.gif
Normal file
|
After Width: | Height: | Size: 2 KiB |
|
|
@ -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") }}
|
||||||
|
|
||||||
|
|
|
||||||
BIN
content/blog/88x31/right_to_repair_01.jpg
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
content/blog/88x31/roroqa.gif
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
content/blog/88x31/treksites.gif
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
|
|
@ -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,
|
||||||
|
|
|
||||||