From cef53305672c982661b609cd1c42a3a010c7a834 Mon Sep 17 00:00:00 2001 From: webfussel Date: Sat, 10 May 2025 21:10:32 +0200 Subject: [PATCH] add: logo ProPapier Logo, different claim --- app/assets/styles/header.css | 10 +++++++-- app/assets/styles/page.css | 1 - app/components/Pp/Header.vue | 39 +++++++++++++++++++---------------- app/pages/index.vue | 2 +- nuxt.config.ts | 2 ++ public/favicon.ico | Bin 4286 -> 0 bytes public/favicon.svg | 1 + public/img/propapier.svg | 1 + 8 files changed, 34 insertions(+), 22 deletions(-) delete mode 100755 public/favicon.ico create mode 100755 public/favicon.svg create mode 100755 public/img/propapier.svg diff --git a/app/assets/styles/header.css b/app/assets/styles/header.css index 74df67a..43b0c3f 100755 --- a/app/assets/styles/header.css +++ b/app/assets/styles/header.css @@ -3,13 +3,19 @@ top: 0; z-index: 100; background: var(--color-main-darkest); + display: flex; + align-items: center; + gap: 1rem; + padding: var(--padding-default); + + & .logo { + height: 40px; + } & header { display: flex; align-items: center; justify-content: space-between; - padding: var(--padding-default); - padding-bottom: 0; font-family: 'Roboto', sans-serif; font-weight: bold; diff --git a/app/assets/styles/page.css b/app/assets/styles/page.css index 469d149..eb9426d 100644 --- a/app/assets/styles/page.css +++ b/app/assets/styles/page.css @@ -23,7 +23,6 @@ .search-bar { z-index: 100; - padding: 0 1rem 1rem 1rem; & p { font-family: 'Roboto Condensed', sans-serif; diff --git a/app/components/Pp/Header.vue b/app/components/Pp/Header.vue index 81c1ffd..e64430a 100755 --- a/app/components/Pp/Header.vue +++ b/app/components/Pp/Header.vue @@ -1,24 +1,27 @@ diff --git a/app/pages/index.vue b/app/pages/index.vue index b2b0a12..1424bee 100755 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -14,7 +14,7 @@ />
diff --git a/nuxt.config.ts b/nuxt.config.ts index 25e6afd..846366a 100755 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -24,6 +24,8 @@ export default defineNuxtConfig({ head: { htmlAttrs: { lang: 'de' }, link: [ + { rel: 'preload', as: 'image', href: '/img/propapier.svg', type: 'image/svg+xml' }, + { rel: 'icon', type: 'image/x-icon', href: '/favicon.svg' }, { rel: 'preload', crossorigin: 'anonymous', as: 'font', href: '/fonts/opensans.woff2', type: 'font/woff2' }, { rel: 'preload', crossorigin: 'anonymous', as: 'font', href: '/fonts/roboto_con_bold.woff2', type: 'font/woff2' }, { rel: 'preload', crossorigin: 'anonymous', as: 'font', href: '/fonts/roboto_con_reg.woff2', type: 'font/woff2' }, diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100755 index 18993ad91cfd43e03b074dd0b5cc3f37ab38e49c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4286 zcmeHLOKuuL5PjK%MHWVi6lD zOGiREbCw`xmFozJ^aNatJY>w+g ze6a2@u~m#^BZm@8wco9#Crlli0uLb^3E$t2-WIc^#(?t)*@`UpuofJ(Uyh@F>b3Ph z$D^m8Xq~pTkGJ4Q`Q2)te3mgkWYZ^Ijq|hkiP^9`De={bQQ%heZC$QU2UpP(-tbl8 zPWD2abEew;oat@w`uP3J^YpsgT%~jT(Dk%oU}sa$7|n6hBjDj`+I;RX(>)%lm_7N{+B7Mu%H?422lE%MBJH!!YTN2oT7xr>>N-8OF$C&qU^ z>vLsa{$0X%q1fjOe3P1mCv#lN{xQ4_*HCSAZjTb1`}mlc+9rl8$B3OP%VT@mch_~G z7Y+4b{r>9e=M+7vSI;BgB?ryZDY4m>&wcHSn81VH1N~`0gvwH{ z8dv#hG|OK`>1;j7tM#B)Z7zDN?{6=dUal}$e \ No newline at end of file diff --git a/public/img/propapier.svg b/public/img/propapier.svg new file mode 100755 index 0000000..1446740 --- /dev/null +++ b/public/img/propapier.svg @@ -0,0 +1 @@ + \ No newline at end of file