Skip to content

Commit 9ca7ffa

Browse files
committed
agiunta la news su tidy
1 parent f919c59 commit 9ca7ffa

2 files changed

Lines changed: 47 additions & 3 deletions

File tree

venezia-marea/assets/tidy.png

1.5 MB
Loading

venezia-marea/news.html

Lines changed: 47 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
If they match, the app skips showing the page; otherwise it shows
1212
it and persists the new news-id locally.
1313
-->
14-
<meta name="news-id" content="2026-02-23">
14+
<meta name="news-id" content="2026-03-14">
1515

1616
<title>Novità – Venezia Marea</title>
1717
<link rel="preconnect" href="https://fonts.googleapis.com">
@@ -243,8 +243,8 @@ <h1>NEWS</h1>
243243
<p data-lang="en">Latest news from Venezia Marea</p>
244244
</div>
245245
<div class="date-lang-row">
246-
<span class="news-date-tag" data-lang="it">23 febbraio 2026</span>
247-
<span class="news-date-tag" data-lang="en">February 23, 2026</span>
246+
<span class="news-date-tag" data-lang="it">14 marzo 2026</span>
247+
<span class="news-date-tag" data-lang="en">March 14, 2026</span>
248248
<div class="lang-switcher">
249249
<button id="btn-it" onclick="setLang('it')">IT</button>
250250
<button id="btn-en" onclick="setLang('en')">EN</button>
@@ -258,6 +258,28 @@ <h1>NEWS</h1>
258258
<div data-lang="it">
259259

260260
<div class="news-list">
261+
<div class="news-card">
262+
<div class="news-card-header">
263+
<div class="pill">
264+
<span class="pill-dot"></span>
265+
<span>Nuovo</span>
266+
</div>
267+
<h2>È arrivato Tidy, l'assistente AI sulla laguna</h2>
268+
</div>
269+
<p>
270+
In Venezia Marea trovi ora Tidy, un assistente AI con cui puoi chattare sulle norme
271+
della laguna, sui comportamenti corretti in barca e sull'attuale situazione meteo e
272+
delle maree. Tidy ti aiuta a muoverti in sicurezza e nel rispetto dell'ecosistema.
273+
</p>
274+
<div style="margin-top: 14px; border-radius: 16px; overflow: hidden; max-width: 100%;">
275+
<img
276+
src="assets/tidy.png"
277+
alt="Tidy, l'assistente AI della laguna"
278+
style="width: 100%; height: auto; display: block; object-fit: cover;"
279+
/>
280+
</div>
281+
</div>
282+
261283
<div class="news-card">
262284
<div class="news-card-header">
263285
<div class="pill">
@@ -347,6 +369,28 @@ <h2>Venezia Marea is now on iOS</h2>
347369
</div>
348370
</div>
349371

372+
<div class="news-card">
373+
<div class="news-card-header">
374+
<div class="pill">
375+
<span class="pill-dot"></span>
376+
<span>New</span>
377+
</div>
378+
<h2>Meet Tidy, the lagoon AI assistant</h2>
379+
</div>
380+
<p>
381+
Venezia Marea now includes Tidy, an AI assistant you can chat with about lagoon
382+
regulations, safe boating behaviour and the current weather and tide conditions.
383+
Tidy helps you move around safely while respecting the lagoon ecosystem.
384+
</p>
385+
<div style="margin-top: 14px; border-radius: 16px; overflow: hidden; max-width: 100%;">
386+
<img
387+
src="assets/tidy.png"
388+
alt="Tidy, the lagoon AI assistant"
389+
style="width: 100%; height: auto; display: block; object-fit: cover;"
390+
/>
391+
</div>
392+
</div>
393+
350394
<div class="news-card">
351395
<div class="news-card-header">
352396
<div class="pill">

0 commit comments

Comments
 (0)