From 61e274e56daa2c4cf8e9a1e8d07acc6c32b4b432 Mon Sep 17 00:00:00 2001 From: Thomas Miceli <27960254+thomiceli@users.noreply.github.com> Date: Tue, 19 Sep 2023 15:48:19 +0200 Subject: [PATCH] Added new logo (#103) --- public/favicon-32.png | Bin 0 -> 1177 bytes public/favicon.svg | 3 --- public/main.ts | 3 ++- public/opengist.svg | 29 +++++++++++++++++++++++++++++ templates/base/base_header.html | 16 +++++++++------- vite.config.js | 3 ++- 6 files changed, 42 insertions(+), 12 deletions(-) create mode 100644 public/favicon-32.png delete mode 100644 public/favicon.svg create mode 100644 public/opengist.svg diff --git a/public/favicon-32.png b/public/favicon-32.png new file mode 100644 index 0000000000000000000000000000000000000000..2d06943d534b11df892eb118c2fb67360ec75e7f GIT binary patch literal 1177 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE0wix1Z>k4UEa{HEjtmSN`?>!lvVtU&J%W50 z7^>757#dm_7=8hT8eT9klo~KFyh>nTu$sZZAYL$MSD+10f+@+{-G$+Qd;gjJKptm- zM`SUO{s_X1mOMO9fDHB$PhVH|=bXZvrkd&1Rp%KPm{~ks978;g_fGN62?>>Gn{Pe0 zF-#>)h&NWik{ zjsJ44NN{Iv&Ev_+P;k5DwDgR@<2%21?3n)W+?MTMtY=rB+xfnF-}}FHOq<^D$t~&6 zdtg*=c#=nZo7}y`NgTo2Nlmt2bpBap++Lr|zWyTX&tuG2@Achl@-siz8XTJ_x1wN% z(ezFC>n2&M+={Y&D0;c<==nQQs!nN=5mGW6W(#Z&Id*o_{JTM}PG!2EWGp%yx2zY` zW&Cq5+-7OklYIsq6N;?=q@HP24_#Y%;jP}1dwWB9WPHD=pKU!6AhmC%m0WL#w4G|w z#mLa*Z#|7Rp4!;*$fM=qDYdGx%`?nnYCNtIWxL z%bvYgBG@Go%(@e1_lGxg%v@OiGwJrh{WI%go-%B|zvqtmhVIL`4_oG>slT4yWpnyk zATSlC%(I`Fvn^-#Uw(ye96tZ!xut2OC7#SED>l#?<8d`=J zSX!AHTbUSY8yHv_81!xG7DdsJo1c=IR*74~|M$i#ff^)1HU#IVm6RtIr81P4m+NKb zWfvzW7NqLs7p2dBXCnnv6kZh)Q4*9`u24{vpO%@Es!&o{kgAYbP?F5RP%-E6CmxQ% zFb$1U{-@7)J`G}ER_4}A<`z~K_MR-lEUe(tU~)KxS$T7a!s#1VP8>ONMCJ(l=?0Gl bUV03##05(}IhjrcTEXDy>gTe~DWM4f_9OEM literal 0 HcmV?d00001 diff --git a/public/favicon.svg b/public/favicon.svg deleted file mode 100644 index 26a05c2..0000000 --- a/public/favicon.svg +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/public/main.ts b/public/main.ts index 977b108..88de29d 100644 --- a/public/main.ts +++ b/public/main.ts @@ -1,6 +1,7 @@ import './style.css'; import './style.scss'; -import './favicon.svg'; +import './favicon-32.png'; +import './opengist.svg'; import './default.png'; import dayjs from 'dayjs'; import relativeTime from 'dayjs/plugin/relativeTime'; diff --git a/public/opengist.svg b/public/opengist.svg new file mode 100644 index 0000000..90e0781 --- /dev/null +++ b/public/opengist.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + diff --git a/templates/base/base_header.html b/templates/base/base_header.html index 938469a..a2a13c6 100644 --- a/templates/base/base_header.html +++ b/templates/base/base_header.html @@ -25,7 +25,7 @@ ) - + {{ if dev }} @@ -61,14 +61,16 @@ - +
-
+