From: Max Value Date: Mon, 16 Dec 2024 20:42:12 +0000 (+0000) Subject: Added bad plotter post X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;h=62dab306434f093725bd5f272b595584038deacb;p=blog Added bad plotter post --- diff --git a/media/plotter/drawing.jpg b/media/plotter/drawing.jpg new file mode 100644 index 0000000..e0915b0 Binary files /dev/null and b/media/plotter/drawing.jpg differ diff --git a/media/plotter/minkey.jpg b/media/plotter/minkey.jpg new file mode 100644 index 0000000..0b7e4b1 Binary files /dev/null and b/media/plotter/minkey.jpg differ diff --git a/pages/plotter.md b/pages/plotter.md new file mode 100644 index 0000000..4afc25a --- /dev/null +++ b/pages/plotter.md @@ -0,0 +1,10 @@ +title: Bad plotter +abstract: Drawing pictures of my cat with a 3D printer. +keywords: art +date: 25/11/2023 + +![image](/plotter/drawing.jpg "Drawing") + +![image](/plotter/minkey.jpg "Origional image") + + diff --git a/static/style.css b/static/style.css index b246012..d5079f6 100644 --- a/static/style.css +++ b/static/style.css @@ -88,6 +88,11 @@ img { width: min(80%, 500px); } +iframe { + width: min(80%, 500px); + aspect-ratio: calc(16/9); +} + @media (prefers-color-scheme: dark) { :root { --primary: white;