From 0459ee28225e04dd2dcc09e992bc2f9594d9cab4 Mon Sep 17 00:00:00 2001 From: Nathan <20409659+NDoolan360@users.noreply.github.com> Date: Tue, 23 Jan 2024 09:05:34 +1100 Subject: [PATCH] Add htmx (#10301) * Add htmx * Use higher resolution logo as reference --- _data/simple-icons.json | 5 +++++ icons/htmx.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/htmx.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index a7c9f38d..b81294be 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -6678,6 +6678,11 @@ "hex": "E34F26", "source": "https://www.w3.org/html/logo/" }, + { + "title": "htmx", + "hex": "3366CC", + "source": "https://github.com/bigskysoftware/htmx/blob/f690d928342b6334fa539cfbd4be515748d2ba0f/www/static/img/htmx_logo.2.png" + }, { "title": "htop", "hex": "009020", diff --git a/icons/htmx.svg b/icons/htmx.svg new file mode 100644 index 00000000..c8ca50fd --- /dev/null +++ b/icons/htmx.svg @@ -0,0 +1 @@ +htmx \ No newline at end of file