From 8526c8c77fa29f077a09164665d0946aab86c6fc Mon Sep 17 00:00:00 2001
From: Daniele T
Date: Sun, 14 Jan 2024 20:14:25 +0100
Subject: [PATCH 1/4] fix: typo
---
src/it/index.njk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/it/index.njk b/src/it/index.njk
index 3a8ca18c..eea11b7d 100644
--- a/src/it/index.njk
+++ b/src/it/index.njk
@@ -20,7 +20,7 @@ date: git Last Modified
href="https://tellerk.com/portfolio/drawings/">arte come Teller & K (T+K, già Fupete), produzione, curatela e design come nasonero.studio
- {% image "dt-2024-01.jpg", "Disegno e gioco col colore Blu Italia #0066CC", "100vw", [640, 1280, 1920], "eager" %}
+
{% image "dt-2024-01.jpg", "Disegno e gioco col colore Blu Italia #0066CC", "100vw", [640, 1280, 1920], "eager" %}
Principal Designer / Artista / Consulente Art Director e Design
Technologist / Esperto UI/UX Designer al Dipartimento per
@@ -61,4 +61,4 @@ date: git Last Modified
{% set tagUrl %}/en/tags/{% endset %}
Esplora tutti i tag
#}
-
\ No newline at end of file
+
From 9ff66ac97d0fe5407e464dc244c7aeaabe7010f4 Mon Sep 17 00:00:00 2001
From: Daniele T
Date: Sun, 14 Jan 2024 21:30:34 +0100
Subject: [PATCH 2/4] fix: cover img size
---
src/it/index.njk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/it/index.njk b/src/it/index.njk
index eea11b7d..3d14be77 100644
--- a/src/it/index.njk
+++ b/src/it/index.njk
@@ -20,7 +20,7 @@ date: git Last Modified
href="https://tellerk.com/portfolio/drawings/">arte come Teller & K (T+K, già Fupete), produzione, curatela e design come nasonero.studio
- {% image "dt-2024-01.jpg", "Disegno e gioco col colore Blu Italia #0066CC", "100vw", [640, 1280, 1920], "eager" %}
+ {% image "dt-2024-01.jpg", "Disegno e gioco col colore Blu Italia #0066CC", "100vw", [640, 1280, 1600], "eager" %}
Principal Designer / Artista / Consulente Art Director e Design
Technologist / Esperto UI/UX Designer al Dipartimento per
From adcaae9d7936e6822232394fa2361b5bfa26d0b8 Mon Sep 17 00:00:00 2001
From: Daniele T
Date: Sun, 14 Jan 2024 21:31:13 +0100
Subject: [PATCH 3/4] fix: cover img size en
---
src/en/index.njk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/en/index.njk b/src/en/index.njk
index 88fba5be..e2acdbcf 100644
--- a/src/en/index.njk
+++ b/src/en/index.njk
@@ -24,7 +24,7 @@ date: git Last Modified
nasonero.studio
- {% image "dt-2024-01.jpg", "I draw and play with the color Blu Italia #0066CC", "100vw", [640, 1280, 1920], "eager" %}
+
{% image "dt-2024-01.jpg", "I draw and play with the color Blu Italia #0066CC", "100vw", [640, 1280, 1600], "eager" %}
Principal Designer / Italian Artist / Consultant Art Director and Design Technologist / Expert UI/UX Designer at Department for Digital Transformation - Italian Gov / Adj. Professor in Digital Experience Lab at Design
@@ -63,4 +63,4 @@ date: git Last Modified
Browse all ideas
{% set tagUrl %}/en/tags/{% endset %}
Browse all tags
#}
-
\ No newline at end of file
+
From 993b6d184533dcc98f507449e68a07bba35ccba1 Mon Sep 17 00:00:00 2001
From: Daniele T
Date: Mon, 15 Jan 2024 01:14:59 +0100
Subject: [PATCH 4/4] Update co2Emission.js
---
src/assets/js/modules/co2Emission.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/assets/js/modules/co2Emission.js b/src/assets/js/modules/co2Emission.js
index f352461a..da2b7ef5 100644
--- a/src/assets/js/modules/co2Emission.js
+++ b/src/assets/js/modules/co2Emission.js
@@ -10,7 +10,7 @@ function unhumanize(text) { // xxx could improve
}
async function tryEstimateCO2ofCurrentPage() {
- await new Promise(resolve => setTimeout(resolve, 500)); // wait just to let speedlify do its job, xxx could improve
+ await new Promise(resolve => setTimeout(resolve, 1000)); // wait just to let speedlify do its job, xxx could improve
const speedlifyScore = document.getElementsByTagName('speedlify-score');
if (speedlifyScore.length) {
@@ -32,4 +32,4 @@ async function tryEstimateCO2ofCurrentPage() {
}
}
-tryEstimateCO2ofCurrentPage();
\ No newline at end of file
+tryEstimateCO2ofCurrentPage();