Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Fupete committed Jan 15, 2024
2 parents 1f0764a + 993b6d1 commit efc3b1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/assets/js/modules/co2Emission.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {

Expand All @@ -32,4 +32,4 @@ async function tryEstimateCO2ofCurrentPage() {
}
}

tryEstimateCO2ofCurrentPage();
tryEstimateCO2ofCurrentPage();
4 changes: 2 additions & 2 deletions src/en/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lastUpdate: 2024-01-14
nasonero.studio
</p>

<div class="cover-image feature">{% image "dt-2024-01.jpg", "I draw and play with the color Blu Italia #0066CC", "100vw", [640, 1280, 1920], "eager" %}
<div class="cover-image feature">{% image "dt-2024-01.jpg", "I draw and play with the color Blu Italia #0066CC", "100vw", [640, 1280, 1600], "eager" %}
</div>

<p><strong>Principal Designer</strong> / <strong>Italian Artist</strong> / <strong>Consultant Art Director and Design Technologist</strong> / <strong>Expert UI/UX Designer at Department for Digital Transformation - Italian Gov</strong> / <strong>Adj. Professor in Digital Experience Lab at Design
Expand Down Expand Up @@ -63,4 +63,4 @@ lastUpdate: 2024-01-14
<p style="margin-top:6rem"><a href="{{ideaUrl| url}}">Browse all ideas</a></p>
{% set tagUrl %}/en/tags/{% endset %}
<p><a href="{{tagUrl | url}}">Browse all tags</a></p> #}
</div>
</div>
4 changes: 2 additions & 2 deletions src/it/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lastUpdate: 2024-01-14
href="https://tellerk.com/portfolio/drawings/">arte</a></strong> come Teller & K (T+K, già Fupete), <strong><a
href="https://nasonero.studio/portfolio">produzione, curatela e design</a></strong> come nasonero.studio</p>

<div class="cover-image feature">{% image "dt-2024-01.jpg", "Disegno e gioco col colore Blu Italia #0066CC", "100vw", [640, 1280, 1920], "eager" %}
<div class="cover-image feature">{% image "dt-2024-01.jpg", "Disegno e gioco col colore Blu Italia #0066CC", "100vw", [640, 1280, 1600], "eager" %}</div>

<p><strong>Principal Designer</strong> / <strong>Artista</strong> / <strong>Consulente Art Director e Design
Technologist</strong> / <strong>Esperto UI/UX Designer al Dipartimento per
Expand Down Expand Up @@ -61,4 +61,4 @@ lastUpdate: 2024-01-14
{% set tagUrl %}/en/tags/{% endset %}
<p><a href="{{tagUrl | url}}">Esplora tutti i tag</a></p> #}

</div>
</div>

0 comments on commit efc3b1b

Please sign in to comment.