From 1d7d07270e36f9f66e4efdb5baa83ed834b76485 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 5 Apr 2026 17:25:03 +0000 Subject: [PATCH 1/2] split css and svg into separate files Agent-Logs-Url: https://github.com/raw-content/raw-content.github.io/sessions/93cb7d50-8972-4c4e-835b-c978a796b436 Co-authored-by: casperdcl <10780059+casperdcl@users.noreply.github.com> --- icons.svg | 17 ++++ index.html | 292 ++--------------------------------------------------- style.css | 279 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 302 insertions(+), 286 deletions(-) create mode 100644 icons.svg create mode 100644 style.css diff --git a/icons.svg b/icons.svg new file mode 100644 index 0000000..1118fc6 --- /dev/null +++ b/icons.svg @@ -0,0 +1,17 @@ + diff --git a/index.html b/index.html index 6c0f552..9ba9a6d 100644 --- a/index.html +++ b/index.html @@ -8,287 +8,7 @@