Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-04-07 20:26:47 +00:00
5 changed files with 84 additions and 387 deletions

View File

@@ -26,28 +26,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Progetto",
id: "/progetto",
},
{
name: "About",
id: "/about",
},
{
name: "Fonti",
id: "/fonti",
},
{
name: "Sito",
id: "/sito",
},
{ name: "Home", id: "/" },
{ name: "Progetto", id: "/progetto" },
{ name: "About", id: "/about" },
{ name: "Fonti", id: "/fonti" },
{ name: "Sito", id: "/sito" }
]}
brandName="ARIA DI CASA"
button={{ text: "Contatti", href: "/page#contact" }}
/>
</div>
@@ -56,7 +42,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Leonardo Rinaldi"
description="Vivo a Longare, tra Vicenza e il territorio. Il mio sguardo è rivolto all'audiovisivo multimediale per trasformare l'ordinario in riflessione."
imageSrc="http://img.b2bpic.net/free-photo/young-handsome-man-walking-evening-outside-street_1303-17071.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/young-handsome-man-walking-evening-outside-street_1303-17071.jpg"
/>
</div>
@@ -66,47 +52,19 @@ export default function LandingPage() {
title="Il Percorso"
metricsAnimation="slide-up"
metrics={[
{
icon: GraduationCap,
label: "Studi",
value: "Liceo Artistico",
},
{
icon: Heart,
label: "Passione",
value: "Video Art",
},
{ icon: GraduationCap, label: "Studi", value: "Liceo Artistico" },
{ icon: Heart, label: "Passione", value: "Video Art" }
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg?_wi=5"
imageSrc="http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg"
logoText="ARIA DI CASA"
columns={[
{
title: "Pagine",
items: [
{
label: "Home",
href: "/",
},
{
label: "Progetto",
href: "/progetto",
},
],
},
{
title: "Contatti",
items: [
{
label: "Credits",
href: "#",
},
],
},
{ title: "Pagine", items: [{ label: "Home", href: "/" }, { label: "Progetto", href: "/progetto" }] },
{ title: "Contatti", items: [{ label: "Credits", href: "#" }] }
]}
copyrightText="© 2025 Leonardo Rinaldi | Liceo Artistico Boscardin"
/>

View File

@@ -25,28 +25,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Progetto",
id: "/progetto",
},
{
name: "About",
id: "/about",
},
{
name: "Fonti",
id: "/fonti",
},
{
name: "Sito",
id: "/sito",
},
{ name: "Home", id: "/" },
{ name: "Progetto", id: "/progetto" },
{ name: "About", id: "/about" },
{ name: "Fonti", id: "/fonti" },
{ name: "Sito", id: "/sito" }
]}
brandName="ARIA DI CASA"
button={{ text: "Contatti", href: "/page#contact" }}
/>
</div>
@@ -55,21 +41,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Dati ARPAV sulla qualità dell'aria",
content: "Riferimenti ufficiali sulle centraline in Veneto e Vicenza.",
},
{
id: "2",
title: "EEA Air Quality",
content: "Rapporti annuali europei sulla concentrazione di PM2.5 e PM10.",
},
{
id: "3",
title: "Diritto all'ambiente",
content: "Risoluzione ONU sul diritto a un ambiente pulito e sano.",
},
{ id: "1", title: "Dati ARPAV sulla qualità dell'aria", content: "Riferimenti ufficiali sulle centraline in Veneto e Vicenza." },
{ id: "2", title: "EEA Air Quality", content: "Rapporti annuali europei sulla concentrazione di PM2.5 e PM10." },
{ id: "3", title: "Diritto all'ambiente", content: "Risoluzione ONU sul diritto a un ambiente pulito e sano." }
]}
title="Fonti e Riferimenti"
description="Documentazione ufficiale utilizzata per costruire il contesto informativo del progetto."
@@ -80,46 +54,19 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
text="Approfondisci la documentazione scientifica utilizzata per il progetto."
buttons={[
{
text: "Archivio Completo",
href: "#",
},
]}
buttons={[{ text: "Archivio Completo", href: "#" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg?_wi=6"
imageSrc="http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg"
logoText="ARIA DI CASA"
columns={[
{
title: "Pagine",
items: [
{
label: "Home",
href: "/",
},
{
label: "Progetto",
href: "/progetto",
},
],
},
{
title: "Contatti",
items: [
{
label: "Credits",
href: "#",
},
],
},
{ title: "Pagine", items: [{ label: "Home", href: "/" }, { label: "Progetto", href: "/progetto" }] },
{ title: "Contatti", items: [{ label: "Credits", href: "#" }] }
]}
copyrightText="© 2025 Leonardo Rinaldi | Liceo Artistico Boscardin"
/>

View File

@@ -29,81 +29,35 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Progetto",
id: "/progetto",
},
{
name: "About",
id: "/about",
},
{
name: "Fonti",
id: "/fonti",
},
{
name: "Sito",
id: "/sito",
},
{ name: "Home", id: "/" },
{ name: "Progetto", id: "/progetto" },
{ name: "About", id: "/about" },
{ name: "Fonti", id: "/fonti" },
{ name: "Sito", id: "/sito" }
]}
brandName="ARIA DI CASA"
button={{ text: "Contatti", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
title="Aria di Casa"
description="Una riflessione audiovisiva sull'inquinamento invisibile che respiriamo ogni giorno nella Pianura Padana."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg",
alt: "Aria di Casa",
},
{
src: "http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg",
alt: "Aria di Casa",
},
{
src: "http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg",
alt: "Aria di Casa",
},
{
src: "http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg",
alt: "Aria di Casa",
},
{
src: "http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg",
alt: "Aria di Casa",
},
{ src: "http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg", alt: "Aria di Casa" },
{ src: "http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg", alt: "Aria di Casa" },
{ src: "http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg", alt: "Aria di Casa" },
{ src: "http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg", alt: "Aria di Casa" },
{ src: "http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg", alt: "Aria di Casa" }
]}
marqueeItems={[
{
type: "text",
text: "Monitoraggio Aria",
},
{
type: "text",
text: "Pianura Padana",
},
{
type: "text",
text: "Indagine Civica",
},
{
type: "text",
text: "Impatto Ambientale",
},
{
type: "text",
text: "Ricerca Visiva",
},
{ type: "text", text: "Monitoraggio Aria" },
{ type: "text", text: "Pianura Padana" },
{ type: "text", text: "Indagine Civica" },
{ type: "text", text: "Impatto Ambientale" },
{ type: "text", text: "Ricerca Visiva" }
]}
/>
</div>
@@ -113,7 +67,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Il Reel Civico"
description="Un blob editoriale di due minuti che mette in discussione la nostra percezione dell'aria che respiriamo."
imageSrc="http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg"
videoSrc="https://www.youtube.com/shorts/RmeYYRR-_nU"
/>
</div>
@@ -126,24 +80,9 @@ export default function LandingPage() {
title="Impatto del Progetto"
description="Numeri e dati dietro la narrazione visiva."
metrics={[
{
id: "1",
icon: Wind,
title: "Giorni di ricerca",
value: "45",
},
{
id: "2",
icon: Camera,
title: "Clip girate",
value: "120",
},
{
id: "3",
icon: AlertTriangle,
title: "Fonti consultate",
value: "15",
},
{ id: "1", icon: Wind, title: "Giorni di ricerca", value: "45" },
{ id: "2", icon: Camera, title: "Clip girate", value: "120" },
{ id: "3", icon: AlertTriangle, title: "Fonti consultate", value: "15" }
]}
/>
</div>
@@ -154,59 +93,26 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Collaborazioni e Riconoscimenti"
description="Il supporto istituzionale e accademico che ha reso possibile questa ricerca."
names={[
"Liceo Artistico Boscardin",
"ARPAV Veneto",
"Comune di Longare",
"EEA European Environment Agency",
"Progetto Giovani",
]}
names={["Liceo Artistico Boscardin", "ARPAV Veneto", "Comune di Longare", "EEA European Environment Agency", "Progetto Giovani"]}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
text="Sei interessato a collaborare o approfondire il progetto? Contattami."
buttons={[
{
text: "Invia una email",
href: "mailto:info@ariadicasa.it",
},
]}
buttons={[{ text: "Invia una email", href: "mailto:info@ariadicasa.it" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg"
logoText="ARIA DI CASA"
columns={[
{
title: "Pagine",
items: [
{
label: "Home",
href: "/",
},
{
label: "Progetto",
href: "/progetto",
},
],
},
{
title: "Contatti",
items: [
{
label: "Credits",
href: "#",
},
],
},
{ title: "Pagine", items: [{ label: "Home", href: "/" }, { label: "Progetto", href: "/progetto" }] },
{ title: "Contatti", items: [{ label: "Credits", href: "#" }] }
]}
copyrightText="© 2025 Leonardo Rinaldi | Liceo Artistico Boscardin"
/>

View File

@@ -26,28 +26,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Progetto",
id: "/progetto",
},
{
name: "About",
id: "/about",
},
{
name: "Fonti",
id: "/fonti",
},
{
name: "Sito",
id: "/sito",
},
{ name: "Home", id: "/" },
{ name: "Progetto", id: "/progetto" },
{ name: "About", id: "/about" },
{ name: "Fonti", id: "/fonti" },
{ name: "Sito", id: "/sito" }
]}
brandName="ARIA DI CASA"
button={{ text: "Contatti", href: "/page#contact" }}
/>
</div>
@@ -58,36 +44,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "1",
title: "Ricerca e Soggetto",
author: "Fase 01",
description: "Analisi del territorio e l'evoluzione dal focus edilizio all'inquinamento atmosferico generale.",
tags: [
"Processo",
"Ricerca",
],
imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-wavy-folds-background_1048-16772.jpg",
id: "1", title: "Ricerca e Soggetto", author: "Fase 01", description: "Analisi del territorio e l'evoluzione dal focus edilizio all'inquinamento atmosferico generale.", tags: ["Processo", "Ricerca"],
imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-wavy-folds-background_1048-16772.jpg"
},
{
id: "2",
title: "Storyboard",
author: "Fase 02",
description: "Organizzazione del ritmo visivo e pianificazione della sequenza blob.",
tags: [
"Pianificazione",
],
imageSrc: "http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg?_wi=3",
id: "2", title: "Storyboard", author: "Fase 02", description: "Organizzazione del ritmo visivo e pianificazione della sequenza blob.", tags: ["Pianificazione"],
imageSrc: "http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg"
},
{
id: "3",
title: "Sceneggiatura",
author: "Fase 03",
description: "Stesura del copione come guida flessibile tra dati e provocazioni.",
tags: [
"Scripting",
],
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-walking-evening-outside-street_1303-17071.jpg?_wi=1",
},
id: "3", title: "Sceneggiatura", author: "Fase 03", description: "Stesura del copione come guida flessibile tra dati e provocazioni.", tags: ["Scripting"],
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-walking-evening-outside-street_1303-17071.jpg"
}
]}
title="Le Fasi del Progetto"
description="Dalla ricerca al montaggio, ogni fase ha contribuito a definire il tono del racconto."
@@ -102,49 +69,19 @@ export default function LandingPage() {
title="Fasi Operative"
description="Dalla teoria alla pratica audiovisiva."
metrics={[
{
id: "m1",
icon: BookOpen,
title: "Documentazione",
value: "100%",
},
{
id: "m2",
icon: Film,
title: "Montaggio",
value: "80%",
},
{ id: "m1", icon: BookOpen, title: "Documentazione", value: "100%" },
{ id: "m2", icon: Film, title: "Montaggio", value: "80%" }
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg"
logoText="ARIA DI CASA"
columns={[
{
title: "Pagine",
items: [
{
label: "Home",
href: "/",
},
{
label: "Progetto",
href: "/progetto",
},
],
},
{
title: "Contatti",
items: [
{
label: "Credits",
href: "#",
},
],
},
{ title: "Pagine", items: [{ label: "Home", href: "/" }, { label: "Progetto", href: "/progetto" }] },
{ title: "Contatti", items: [{ label: "Credits", href: "#" }] }
]}
copyrightText="© 2025 Leonardo Rinaldi | Liceo Artistico Boscardin"
/>

View File

@@ -26,28 +26,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Progetto",
id: "/progetto",
},
{
name: "About",
id: "/about",
},
{
name: "Fonti",
id: "/fonti",
},
{
name: "Sito",
id: "/sito",
},
{ name: "Home", id: "/" },
{ name: "Progetto", id: "/progetto" },
{ name: "About", id: "/about" },
{ name: "Fonti", id: "/fonti" },
{ name: "Sito", id: "/sito" }
]}
brandName="ARIA DI CASA"
button={{ text: "Contatti", href: "/page#contact" }}
/>
</div>
@@ -59,18 +45,8 @@ export default function LandingPage() {
title="Sviluppo Tecnico"
description="Le tecnologie utilizzate per la messa online di Aria di Casa."
metrics={[
{
id: "s1",
icon: Code2,
title: "Framework",
value: "Next.js",
},
{
id: "s2",
icon: Layout,
title: "Design",
value: "Minimalist",
},
{ id: "s1", icon: Code2, title: "Framework", value: "Next.js" },
{ id: "s2", icon: Layout, title: "Design", value: "Minimalist" }
]}
/>
</div>
@@ -78,46 +54,19 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
text="Crediti del sito web."
buttons={[
{
text: "Vedi Codice",
href: "#",
},
]}
buttons={[{ text: "Vedi Codice", href: "#" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg?_wi=7"
imageSrc="http://img.b2bpic.net/free-photo/factory-producing-co2-pollution_23-2150858181.jpg"
logoText="ARIA DI CASA"
columns={[
{
title: "Pagine",
items: [
{
label: "Home",
href: "/",
},
{
label: "Progetto",
href: "/progetto",
},
],
},
{
title: "Contatti",
items: [
{
label: "Credits",
href: "#",
},
],
},
{ title: "Pagine", items: [{ label: "Home", href: "/" }, { label: "Progetto", href: "/progetto" }] },
{ title: "Contatti", items: [{ label: "Credits", href: "#" }] }
]}
copyrightText="© 2025 Leonardo Rinaldi | Liceo Artistico Boscardin"
/>