From 17868d51d34142ffa121dfd85545134a0f9e829c Mon Sep 17 00:00:00 2001 From: albertuan Date: Thu, 28 May 2026 17:28:42 +0200 Subject: [PATCH] Integrazione feedback cliente - milestone 0.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Logo ufficiale Crystal in favicon e sistemazione SVG (#8, #13) - Numerazione elevator panel da 03/02/01 a P3/P2/P1 (#9) - Aggiornati testi: amministrazione, adempimenti e ristrutturazioni (#10) - Nuove card: Reperibilità H24, Consulenze tecniche, catastali, locazione (#11) - Ridisegnate icone SVG: patrimoni, legale, pulizie, climatizzazione, interventi, ristrutturazioni (#12) --- public/favicon.svg | 17 ------- public/index.html | 114 ++++++++++++++++++++++++--------------------- public/sitemap.xml | 2 +- 3 files changed, 62 insertions(+), 71 deletions(-) delete mode 100644 public/favicon.svg diff --git a/public/favicon.svg b/public/favicon.svg deleted file mode 100644 index 6a64fc1..0000000 --- a/public/favicon.svg +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/public/index.html b/public/index.html index f1e3762..6669d0a 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ - + @@ -16,7 +16,7 @@ Crystal Alto Vicentino s.r.l. | Gestioni Immobiliari - + @@ -156,7 +156,7 @@ body.menu-open .sidebar { transform: translateX(0); } scroll-margin-top: 0; } .hero-logo-container { display: flex; justify-content: center; margin-bottom: 1.5rem; } -.hero-logo svg { width: 140px; height: auto; } +.hero-logo svg { width: 280px; height: auto; } .hero-title { font-family: 'DM Serif Display', serif; font-weight: 400; font-size: clamp(1.8rem, 4vw, 2.4rem); color: var(--green-dark); @@ -290,7 +290,7 @@ a.card.clickable:hover { color: inherit; } } .card.grande .card-icon { margin-bottom: 0; } .hero { padding: 2rem 1rem 1.5rem; } - .hero-logo svg { width: 90px; } + .hero-logo svg { width: 180px; } /* Sidebar landscape: wider, 2-column internal grid */ .sidebar { @@ -374,19 +374,19 @@ a.card.clickable:hover { color: inherit; }