diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index db0c1639..674d9257 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -117,9 +117,12 @@ win-dev-build:
--paths .venv\Lib\site-packages
--hidden-import cryptography
--hidden-import cffi
+ --collect-all apscheduler
--collect-all tzlocal
--collect-all tzdata
- --collect-all apscheduler
+ --collect-all pytz
+ --collect-all six
+
artifacts:
name: "crafty-${CI_RUNNER_TAGS}-${CI_COMMIT_BRANCH}_${CI_COMMIT_SHORT_SHA}"
paths:
@@ -155,9 +158,12 @@ win-prod-build:
--paths .venv\Lib\site-packages
--hidden-import cryptography
--hidden-import cffi
+ --collect-all apscheduler
--collect-all tzlocal
--collect-all tzdata
- --collect-all apscheduler
+ --collect-all pytz
+ --collect-all six
+
artifacts:
name: "crafty-${CI_RUNNER_TAGS}-${CI_COMMIT_BRANCH}_${CI_COMMIT_SHORT_SHA}"
paths:
diff --git a/app/frontend/static/assets/images/logo_long.svg b/app/frontend/static/assets/images/logo_long.svg
new file mode 100644
index 00000000..a03323ae
--- /dev/null
+++ b/app/frontend/static/assets/images/logo_long.svg
@@ -0,0 +1,156 @@
+
\ No newline at end of file
diff --git a/app/frontend/static/assets/images/logo_small.svg b/app/frontend/static/assets/images/logo_small.svg
new file mode 100644
index 00000000..668d5d0b
--- /dev/null
+++ b/app/frontend/static/assets/images/logo_small.svg
@@ -0,0 +1,81 @@
+
\ No newline at end of file
diff --git a/app/frontend/templates/base.html b/app/frontend/templates/base.html
index 758169fd..cf1e7347 100644
--- a/app/frontend/templates/base.html
+++ b/app/frontend/templates/base.html
@@ -27,7 +27,8 @@
-
+
+
@@ -38,9 +39,9 @@