From 79ada04ade318a4699e7dd1ec5f86284ae4353c7 Mon Sep 17 00:00:00 2001 From: vrifox Date: Sun, 16 Jul 2023 19:37:31 +0200 Subject: [PATCH 1/5] fix header background --- themes/cozy-hugo/assets/css/main.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/cozy-hugo/assets/css/main.scss b/themes/cozy-hugo/assets/css/main.scss index b1b9403..632266f 100644 --- a/themes/cozy-hugo/assets/css/main.scss +++ b/themes/cozy-hugo/assets/css/main.scss @@ -49,6 +49,7 @@ header { background-color: var(--background-header); background-image: url(home-header-optimized.svg); background-position: center; + background-size: cover; color: var(--text); display: flex; flex-direction: column; -- 2.46.0 From 60d9a5cb83c9cec94a9b825272115c8af0a6dcbd Mon Sep 17 00:00:00 2001 From: vrifox Date: Sun, 16 Jul 2023 21:39:53 +0200 Subject: [PATCH 2/5] update footer --- themes/cozy-hugo/assets/css/main.scss | 2 +- themes/cozy-hugo/layouts/partials/footer.html | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/themes/cozy-hugo/assets/css/main.scss b/themes/cozy-hugo/assets/css/main.scss index 632266f..da58f5b 100644 --- a/themes/cozy-hugo/assets/css/main.scss +++ b/themes/cozy-hugo/assets/css/main.scss @@ -182,7 +182,7 @@ main { footer { - margin-top: 20px !important; + margin-top: 80px !important; text-align: center; } diff --git a/themes/cozy-hugo/layouts/partials/footer.html b/themes/cozy-hugo/layouts/partials/footer.html index 4672c8b..9548db1 100644 --- a/themes/cozy-hugo/layouts/partials/footer.html +++ b/themes/cozy-hugo/layouts/partials/footer.html @@ -1,4 +1,9 @@ \ No newline at end of file -- 2.46.0 From 7c77f72773bda73aa112e7bb40f4a32069388fa3 Mon Sep 17 00:00:00 2001 From: vrifox Date: Sun, 16 Jul 2023 21:40:13 +0200 Subject: [PATCH 3/5] add status to navigation --- themes/cozy-hugo/layouts/partials/nav.html | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/cozy-hugo/layouts/partials/nav.html b/themes/cozy-hugo/layouts/partials/nav.html index a9671b3..a0a33c3 100644 --- a/themes/cozy-hugo/layouts/partials/nav.html +++ b/themes/cozy-hugo/layouts/partials/nav.html @@ -1,3 +1,4 @@ \ No newline at end of file -- 2.46.0 From e345cb216e6301784f45be8b44bda828be67bf9a Mon Sep 17 00:00:00 2001 From: vrifox Date: Sun, 16 Jul 2023 21:55:30 +0200 Subject: [PATCH 4/5] update links and spelling --- themes/cozy-hugo/layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/cozy-hugo/layouts/index.html b/themes/cozy-hugo/layouts/index.html index 7d1b5b9..a9fb5eb 100644 --- a/themes/cozy-hugo/layouts/index.html +++ b/themes/cozy-hugo/layouts/index.html @@ -20,7 +20,7 @@

Talk

Sprich verschlüsselt und vertraulich mit deinen Freunden, Bekannten und deiner Familie.

-- 2.46.0 From a24f2044baa2a41ccd522e9503354f3ea9436d7b Mon Sep 17 00:00:00 2001 From: vrifox Date: Sun, 16 Jul 2023 21:55:45 +0200 Subject: [PATCH 5/5] update links and spelling 2 --- themes/cozy-hugo/layouts/index.html | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/themes/cozy-hugo/layouts/index.html b/themes/cozy-hugo/layouts/index.html index a9fb5eb..44bdb6c 100644 --- a/themes/cozy-hugo/layouts/index.html +++ b/themes/cozy-hugo/layouts/index.html @@ -12,7 +12,7 @@

Chat

Schreibe verschlüsselt und vertraulich mit deinen Freunden, Bekannten und deiner Familie.

@@ -20,22 +20,29 @@

Talk

Sprich verschlüsselt und vertraulich mit deinen Freunden, Bekannten und deiner Familie.

+
+

Make

+

Automatisiere deine Projekte.

+

Ntfy

Verpasse keine wichtigen Informationen und erhalte entgooglete Push-Benachrichtigungen.

-- 2.46.0