From 1803d695c77b865fc6748c53e8124dc2cf76c536 Mon Sep 17 00:00:00 2001 From: Esoteric Enderman <esotericenderman@gmail.com> Date: Sat, 14 Dec 2024 14:04:38 +0000 Subject: [PATCH] Upload status badge --- assets/images/badges/status.svg | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 assets/images/badges/status.svg diff --git a/assets/images/badges/status.svg b/assets/images/badges/status.svg new file mode 100644 index 0000000..042ca9f --- /dev/null +++ b/assets/images/badges/status.svg @@ -0,0 +1,12 @@ +<svg xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" width="173.75" height="28" role="img" aria-label="STATUS: COMPLETED"> + <title>STATUS: COMPLETED</title> + <g shape-rendering="crispEdges"> + <rect width="71.5" height="28" fill="#555"/> + <rect x="71.5" width="102.25" height="28" fill="#97ca00"/> + </g> + <g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="100"> + <text transform="scale(.1)" x="357.5" y="175" textLength="475" fill="#fff">STATUS</text> + <text transform="scale(.1)" x="1226.25" y="175" textLength="782.5" fill="#fff" font-weight="bold">COMPLETED</text> + </g> +</svg>