From 2d6c9b0d76e49cf02dc5f00f1523f0fff0a4e713 Mon Sep 17 00:00:00 2001 From: guillermo Date: Fri, 22 Mar 2024 13:08:39 +0100 Subject: [PATCH 1/3] feat: refs #6912 Green heart --- css/style.css | 3 +++ index.html | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index b9b664c..bd2e45e 100644 --- a/css/style.css +++ b/css/style.css @@ -181,6 +181,9 @@ h3 { font-weight: normal; } +span { + color: #97d700; +} .footer { display: none; position: absolute; diff --git a/index.html b/index.html index 7ce1b37..caed387 100644 --- a/index.html +++ b/index.html @@ -80,9 +80,9 @@ and open the template in the editor.

- developed with by Verdnatura + developed by Verdnatura with

- +

From 1356cc8305dd87b30b8cbf67e901d1ffde41916c Mon Sep 17 00:00:00 2001 From: guillermo Date: Fri, 22 Mar 2024 13:18:30 +0100 Subject: [PATCH 2/3] feat: refs #6912 Green heart --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index caed387..c1efeda 100644 --- a/index.html +++ b/index.html @@ -80,7 +80,7 @@ and open the template in the editor.

- developed by Verdnatura with + developed by Verdnatura with

From da61187d968d829e6b5ba146b7947c8a8b858113 Mon Sep 17 00:00:00 2001 From: guillermo Date: Fri, 22 Mar 2024 13:43:20 +0100 Subject: [PATCH 3/3] feat: refs #6912 Green heart --- css/style.css | 13 +++++++++++-- index.html | 4 ++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index bd2e45e..4a9628a 100644 --- a/css/style.css +++ b/css/style.css @@ -22,6 +22,8 @@ h1 { font-weight: 400; color: white; opacity: 50%; + align-items: center; + display: flex; } span { color: #ED4947; @@ -181,8 +183,15 @@ h3 { font-weight: normal; } -span { - color: #97d700; +.heart { + display: inline-block; + margin-bottom: 1px; + margin-left: 5px; + width: 18px; + height: 18px; + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath fill='%2397d700' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E"); + background-size: cover; + background-repeat: no-repeat; } .footer { display: none; diff --git a/index.html b/index.html index c1efeda..37f61f8 100644 --- a/index.html +++ b/index.html @@ -80,8 +80,8 @@ and open the template in the editor.

- developed by Verdnatura with -

+ developed by Verdnatura with +