From 812ff50ccf6ad1bd83428b388bf93e7463227ebe Mon Sep 17 00:00:00 2001
From: worthymelight <117606652+worthymelight@users.noreply.github.com>
Date: Sun, 29 Jun 2025 16:02:58 +0300
Subject: [PATCH 1/2] Vectorization of header
---
Web/static/img/header.svg | 226 ++++++++++++++++++++
Web/static/img/header_custom.svg | 229 +++++++++++++++++++++
Web/static/img/xheader.svg | 229 +++++++++++++++++++++
Web/static/img/xheader_custom.svg | 332 ++++++++++++++++++++++++++++++
4 files changed, 1016 insertions(+)
create mode 100644 Web/static/img/header.svg
create mode 100644 Web/static/img/header_custom.svg
create mode 100644 Web/static/img/xheader.svg
create mode 100644 Web/static/img/xheader_custom.svg
diff --git a/Web/static/img/header.svg b/Web/static/img/header.svg
new file mode 100644
index 00000000..4518506a
--- /dev/null
+++ b/Web/static/img/header.svg
@@ -0,0 +1,226 @@
+
+
+
+
diff --git a/Web/static/img/header_custom.svg b/Web/static/img/header_custom.svg
new file mode 100644
index 00000000..913e0b1c
--- /dev/null
+++ b/Web/static/img/header_custom.svg
@@ -0,0 +1,229 @@
+
+
+
+
diff --git a/Web/static/img/xheader.svg b/Web/static/img/xheader.svg
new file mode 100644
index 00000000..154a2c7d
--- /dev/null
+++ b/Web/static/img/xheader.svg
@@ -0,0 +1,229 @@
+
+
+
+
diff --git a/Web/static/img/xheader_custom.svg b/Web/static/img/xheader_custom.svg
new file mode 100644
index 00000000..0f6081de
--- /dev/null
+++ b/Web/static/img/xheader_custom.svg
@@ -0,0 +1,332 @@
+
+
+
+
From 5bcf3ab93b33531ba5bef55e60dd7257ab413d5b Mon Sep 17 00:00:00 2001
From: worthymelight <117606652+worthymelight@users.noreply.github.com>
Date: Sun, 29 Jun 2025 16:13:46 +0300
Subject: [PATCH 2/2] Update main.css
---
Web/static/css/main.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Web/static/css/main.css b/Web/static/css/main.css
index 7aa433d2..6efe959c 100644
--- a/Web/static/css/main.css
+++ b/Web/static/css/main.css
@@ -73,13 +73,13 @@ h1 {
position: relative;
width: 791px;
height: 45px;
- background: url('../img/header.png');
+ background: url('../img/header.svg');
background-repeat: no-repeat;
background-position: 0;
}
.page_custom_header {
- background: url('../img/header_custom.png');
+ background: url('../img/header_custom.svg');
}
#page_act {