Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Sustainable Making - Connetti Professionisti della Permacultura</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
| <style> | |
| .hero-gradient { | |
| background: linear-gradient(135deg, #38a169 0%, #2f855a 50%, #276749 100%); | |
| } | |
| .feature-card:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1); | |
| } | |
| .map-container { | |
| height: 400px; | |
| background-color: #e2e8f0; | |
| border-radius: 0.5rem; | |
| } | |
| .testimonial-card { | |
| transition: all 0.3s ease; | |
| } | |
| .testimonial-card:hover { | |
| transform: scale(1.02); | |
| } | |
| .nav-link:hover { | |
| color: #38a169; | |
| } | |
| .course-card:hover .course-image { | |
| transform: scale(1.05); | |
| } | |
| .course-image { | |
| transition: transform 0.3s ease; | |
| } | |
| @media (max-width: 768px) { | |
| .hero-content { | |
| padding-top: 2rem; | |
| padding-bottom: 2rem; | |
| } | |
| .map-container { | |
| height: 300px; | |
| } | |
| } | |
| </style> | |
| </head> | |
| <body class="font-sans bg-gray-50"> | |
| <!-- Navigation --> | |
| <nav class="bg-white shadow-md sticky top-0 z-50"> | |
| <div class="container mx-auto px-4 py-3 flex justify-between items-center"> | |
| <div class="flex items-center space-x-2"> | |
| <i class="fas fa-leaf text-green-600 text-2xl"></i> | |
| <span class="text-xl font-bold text-green-800">Sustainable Making</span> | |
| </div> | |
| <div class="hidden md:flex space-x-8"> | |
| <a href="#features" class="nav-link text-gray-700 hover:text-green-600 font-medium">Caratteristiche</a> | |
| <a href="#how-it-works" class="nav-link text-gray-700 hover:text-green-600 font-medium">Come Funziona</a> | |
| <a href="#courses" class="nav-link text-gray-700 hover:text-green-600 font-medium">Corsi</a> | |
| <a href="#testimonials" class="nav-link text-gray-700 hover:text-green-600 font-medium">Testimonianze</a> | |
| </div> | |
| <div class="flex items-center space-x-4"> | |
| <button class="bg-green-600 hover:bg-green-700 text-white px-4 py-2 rounded-md font-medium transition duration-300"> | |
| Sign Up | |
| </button> | |
| <div class="relative"> | |
| <button id="language-switcher" class="flex items-center space-x-1 bg-gray-100 hover:bg-gray-200 px-3 py-2 rounded-md transition duration-300"> | |
| <i class="fas fa-globe text-gray-700"></i> | |
| <span class="text-sm font-medium">IT/EN</span> | |
| </button> | |
| <div id="language-dropdown" class="hidden absolute right-0 mt-2 w-32 bg-white rounded-md shadow-lg z-50"> | |
| <a href="#" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100" data-lang="it">Italiano</a> | |
| <a href="#" class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100" data-lang="en">English</a> | |
| </div> | |
| </div> | |
| <button class="md:hidden text-gray-700" id="mobile-menu-button"> | |
| <i class="fas fa-bars text-xl"></i> | |
| </button> | |
| </div> | |
| </div> | |
| <!-- Mobile menu --> | |
| <div class="md:hidden hidden bg-white py-2 px-4 shadow-md" id="mobile-menu"> | |
| <a href="#features" class="block py-2 text-gray-700 hover:text-green-600">Features</a> | |
| <a href="#how-it-works" class="block py-2 text-gray-700 hover:text-green-600">How It Works</a> | |
| <a href="#courses" class="block py-2 text-gray-700 hover:text-green-600">Courses</a> | |
| <a href="#testimonials" class="block py-2 text-gray-700 hover:text-green-600">Testimonials</a> | |
| <div class="py-2"> | |
| <div class="flex items-center py-1"> | |
| <i class="fas fa-globe text-gray-700 mr-2"></i> | |
| <a href="#" class="text-gray-700 hover:text-green-600" data-lang="it">Italiano</a> | |
| </div> | |
| <div class="flex items-center py-1"> | |
| <i class="fas fa-globe text-gray-700 mr-2"></i> | |
| <a href="#" class="text-gray-700 hover:text-green-600" data-lang="en">English</a> | |
| </div> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <section class="hero-gradient text-white"> | |
| <div class="container mx-auto px-4 py-16 md:py-24 hero-content"> | |
| <div class="flex flex-col md:flex-row items-center"> | |
| <div class="md:w-1/2 mb-10 md:mb-0"> | |
| <h1 class="text-4xl md:text-5xl font-bold mb-6">Rivitalizza i Terreni Italiani, Coltiva in Modo Sostenibile</h1> | |
| <p class="text-xl mb-8">Colleghiamo proprietari terrieri, esperti agricoli e studenti in tutta Italia per creare insieme ecosistemi sostenibili.</p> | |
| <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4"> | |
| <button class="bg-white text-green-700 hover:bg-gray-100 px-6 py-3 rounded-md font-bold transition duration-300"> | |
| Trova Terreni o Esperti | |
| </button> | |
| <button class="bg-transparent border-2 border-white hover:bg-white hover:text-green-700 px-6 py-3 rounded-md font-bold transition duration-300"> | |
| Sfoglia i Corsi | |
| </button> | |
| </div> | |
| </div> | |
| <div class="md:w-1/2 flex justify-center"> | |
| <img src="https://images.unsplash.com/photo-1605000797499-95a51c5269ae?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1471&q=80" | |
| alt="Permaculture garden" | |
| class="rounded-lg shadow-xl w-full max-w-md"> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Features Section --> | |
| <section id="features" class="py-16 bg-white"> | |
| <div class="container mx-auto px-4"> | |
| <h2 class="text-3xl font-bold text-center mb-12 text-gray-800">Le Nostre Caratteristiche</h2> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
| <!-- Feature 1 --> | |
| <div class="bg-gray-50 p-6 rounded-lg shadow-md feature-card transition duration-300"> | |
| <div class="text-green-600 mb-4"> | |
| <i class="fas fa-tractor text-4xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3 text-gray-800">Rivitalizzazione Terreni</h3> | |
| <p class="text-gray-600">Colleghiamo proprietari terrieri con esperti per trasformare terreni inutilizzati in sistemi di permacultura produttivi senza costi iniziali.</p> | |
| </div> | |
| <!-- Feature 2 --> | |
| <div class="bg-gray-50 p-6 rounded-lg shadow-md feature-card transition duration-300"> | |
| <div class="text-green-600 mb-4"> | |
| <i class="fas fa-chalkboard-teacher text-4xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3 text-gray-800">Progetti di Esperti</h3> | |
| <p class="text-gray-600">I professionisti della permacultura possono avviare progetti, insegnare corsi e guadagnare mentre diffondono pratiche sostenibili.</p> | |
| </div> | |
| <!-- Feature 3 --> | |
| <div class="bg-gray-50 p-6 rounded-lg shadow-md feature-card transition duration-300"> | |
| <div class="text-green-600 mb-4"> | |
| <i class="fas fa-graduation-cap text-4xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3 text-gray-800">Centro di Apprendimento</h3> | |
| <p class="text-gray-600">Accedi al database più completo di corsi di permacultura e opportunità di formazione pratica nella tua zona.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- How It Works Section --> | |
| <section id="how-it-works" class="py-16 bg-gray-50"> | |
| <div class="container mx-auto px-4"> | |
| <h2 class="text-3xl font-bold text-center mb-12 text-gray-800">Come Funziona Sustainable Making</h2> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
| <!-- Step 1 --> | |
| <div class="flex flex-col items-center text-center"> | |
| <div class="bg-green-100 w-20 h-20 rounded-full flex items-center justify-center mb-4"> | |
| <span class="text-green-700 font-bold text-2xl">1</span> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3 text-gray-800">Registra il Tuo Profilo</h3> | |
| <p class="text-gray-600">Registrati come proprietario terriero, esperto o studente e completa il tuo profilo per essere abbinato a opportunità rilevanti.</p> | |
| </div> | |
| <!-- Step 2 --> | |
| <div class="flex flex-col items-center text-center"> | |
| <div class="bg-green-100 w-20 h-20 rounded-full flex items-center justify-center mb-4"> | |
| <span class="text-green-700 font-bold text-2xl">2</span> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3 text-gray-800">Connetti & Collabora</h3> | |
| <p class="text-gray-600">Usa la nostra piattaforma per trovare corrispondenze, discutere progetti e stabilire accordi reciprocamente vantaggiosi.</p> | |
| </div> | |
| <!-- Step 3 --> | |
| <div class="flex flex-col items-center text-center"> | |
| <div class="bg-green-100 w-20 h-20 rounded-full flex items-center justify-center mb-4"> | |
| <span class="text-green-700 font-bold text-2xl">3</span> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3 text-gray-800">Coltiva Sostenibilmente</h3> | |
| <p class="text-gray-600">Implementa progetti, partecipa a corsi e osserva come terreni abbandonati si trasformano in ecosistemi produttivi.</p> | |
| </div> | |
| </div> | |
| <!-- User Type Cards --> | |
| <div class="mt-16 grid grid-cols-1 md:grid-cols-3 gap-6"> | |
| <!-- Landowner Card --> | |
| <div class="bg-white p-6 rounded-lg shadow-md border-t-4 border-green-500"> | |
| <h3 class="text-xl font-bold mb-4 text-gray-800">For Landowners</h3> | |
| <ul class="space-y-3"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Register your land details (size, location, crop type)</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Upload land photos and your bio</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Host courses with experts and earn reputation</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Get voted on for hosting quality</span> | |
| </li> | |
| </ul> | |
| <button class="mt-6 bg-green-600 hover:bg-green-700 text-white px-4 py-2 rounded-md font-medium w-full transition duration-300"> | |
| Learn More | |
| </button> | |
| </div> | |
| <!-- Expert Card --> | |
| <div class="bg-white p-6 rounded-lg shadow-md border-t-4 border-green-500"> | |
| <h3 class="text-xl font-bold mb-4 text-gray-800">For Experts</h3> | |
| <ul class="space-y-3"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Showcase your specialization and credentials</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Upload portfolio of completed projects</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Set your price list for services</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Earn reputation through course ratings</span> | |
| </li> | |
| </ul> | |
| <button class="mt-6 bg-green-600 hover:bg-green-700 text-white px-4 py-2 rounded-md font-medium w-full transition duration-300"> | |
| Learn More | |
| </button> | |
| </div> | |
| <!-- Learner Card --> | |
| <div class="bg-white p-6 rounded-lg shadow-md border-t-4 border-green-500"> | |
| <h3 class="text-xl font-bold mb-4 text-gray-800">For Learners</h3> | |
| <ul class="space-y-3"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Search courses by location, type, duration, price</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Secure online payment processing</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Access downloadable learning materials</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
| <span>Get updates on platform events</span> | |
| </li> | |
| </ul> | |
| <button class="mt-6 bg-green-600 hover:bg-green-700 text-white px-4 py-2 rounded-md font-medium w-full transition duration-300"> | |
| Learn More | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Courses Section --> | |
| <section id="courses" class="py-16 bg-white"> | |
| <div class="container mx-auto px-4"> | |
| <h2 class="text-3xl font-bold text-center mb-8 text-gray-800">Featured Permaculture Courses</h2> | |
| <p class="text-center text-gray-600 max-w-2xl mx-auto mb-12">Browse our selection of hands-on courses taught by experienced permaculture practitioners in your area.</p> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Course 1 --> | |
| <div class="course-card bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300"> | |
| <div class="overflow-hidden"> | |
| <img src="https://images.unsplash.com/photo-1605000797499-95a51c5269ae?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1471&q=80" | |
| alt="Introduction to Permaculture" | |
| class="course-image w-full h-48 object-cover"> | |
| </div> | |
| <div class="p-6"> | |
| <div class="flex justify-between items-start mb-2"> | |
| <h3 class="text-xl font-bold text-gray-800">Introduction to Permaculture</h3> | |
| <span class="bg-green-100 text-green-800 text-xs font-medium px-2.5 py-0.5 rounded">Beginner</span> | |
| </div> | |
| <p class="text-gray-600 mb-4">Learn the fundamentals of permaculture design in this 2-day intensive workshop.</p> | |
| <div class="flex items-center text-gray-500 mb-4"> | |
| <i class="fas fa-map-marker-alt mr-2"></i> | |
| <span>Portland, OR</span> | |
| </div> | |
| <div class="flex items-center text-gray-500 mb-4"> | |
| <i class="fas fa-calendar-alt mr-2"></i> | |
| <span>June 15-16, 2023</span> | |
| </div> | |
| <div class="flex justify-between items-center"> | |
| <span class="font-bold text-green-700">$195</span> | |
| <button class="bg-green-600 hover:bg-green-700 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300"> | |
| Book Now | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Course 2 --> | |
| <div class="course-card bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300"> | |
| <div class="overflow-hidden"> | |
| <img src="https://images.unsplash.com/photo-1586771107445-d3ca888129ce?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" | |
| alt="Food Forest Design" | |
| class="course-image w-full h-48 object-cover"> | |
| </div> | |
| <div class="p-6"> | |
| <div class="flex justify-between items-start mb-2"> | |
| <h3 class="text-xl font-bold text-gray-800">Food Forest Design</h3> | |
| <span class="bg-yellow-100 text-yellow-800 text-xs font-medium px-2.5 py-0.5 rounded">Intermediate</span> | |
| </div> | |
| <p class="text-gray-600 mb-4">Design and implement a productive food forest ecosystem on your property.</p> | |
| <div class="flex items-center text-gray-500 mb-4"> | |
| <i class="fas fa-map-marker-alt mr-2"></i> | |
| <span>Asheville, NC</span> | |
| </div> | |
| <div class="flex items-center text-gray-500 mb-4"> | |
| <i class="fas fa-calendar-alt mr-2"></i> | |
| <span>July 8-9, 2023</span> | |
| </div> | |
| <div class="flex justify-between items-center"> | |
| <span class="font-bold text-green-700">$245</span> | |
| <button class="bg-green-600 hover:bg-green-700 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300"> | |
| Book Now | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Course 3 --> | |
| <div class="course-card bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300"> | |
| <div class="overflow-hidden"> | |
| <img src="https://images.unsplash.com/photo-1605000797499-95a51c5269ae?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1471&q=80" | |
| alt="Urban Permaculture" | |
| class="course-image w-full h-48 object-cover"> | |
| </div> | |
| <div class="p-6"> | |
| <div class="flex justify-between items-start mb-2"> | |
| <h3 class="text-xl font-bold text-gray-800">Urban Permaculture</h3> | |
| <span class="bg-green-100 text-green-800 text-xs font-medium px-2.5 py-0.5 rounded">Beginner</span> | |
| </div> | |
| <p class="text-gray-600 mb-4">Transform small urban spaces into productive permaculture gardens.</p> | |
| <div class="flex items-center text-gray-500 mb-4"> | |
| <i class="fas fa-map-marker-alt mr-2"></i> | |
| <span>Chicago, IL</span> | |
| </div> | |
| <div class="flex items-center text-gray-500 mb-4"> | |
| <i class="fas fa-calendar-alt mr-2"></i> | |
| <span>August 12-13, 2023</span> | |
| </div> | |
| <div class="flex justify-between items-center"> | |
| <span class="font-bold text-green-700">$175</span> | |
| <button class="bg-green-600 hover:bg-green-700 text-white px-4 py-2 rounded-md text-sm font-medium transition duration-300"> | |
| Book Now | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="text-center mt-12"> | |
| <button class="bg-white border-2 border-green-600 text-green-700 hover:bg-green-50 px-6 py-3 rounded-md font-bold transition duration-300"> | |
| View All Courses | |
| </button> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Map Section --> | |
| <section class="py-16 bg-gray-50"> | |
| <div class="container mx-auto px-4"> | |
| <h2 class="text-3xl font-bold text-center mb-8 text-gray-800">Find Projects Across Italy</h2> | |
| <div class="map-container flex items-center justify-center"> | |
| <div class="text-center p-8"> | |
| <i class="fas fa-map-marked-alt text-5xl text-green-600 mb-4"></i> | |
| <h3 class="text-xl font-bold mb-2 text-gray-800">Interactive Map Coming Soon</h3> | |
| <p class="text-gray-600">Our interactive map will help you find permaculture projects, available land, and courses in your local area.</p> | |
| <button class="mt-6 bg-green-600 hover:bg-green-700 text-white px-4 py-2 rounded-md font-medium transition duration-300"> | |
| Get Notified | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Testimonials Section --> | |
| <section id="testimonials" class="py-16 bg-white"> | |
| <div class="container mx-auto px-4"> | |
| <h2 class="text-3xl font-bold text-center mb-12 text-gray-800">Success Stories</h2> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
| <!-- Testimonial 1 --> | |
| <div class="testimonial-card bg-gray-50 p-6 rounded-lg shadow-md"> | |
| <div class="flex items-center mb-4"> | |
| <img src="https://randomuser.me/api/portraits/women/43.jpg" | |
| alt="Sarah Johnson" | |
| class="w-12 h-12 rounded-full mr-4"> | |
| <div> | |
| <h4 class="font-bold text-gray-800">Sarah Johnson</h4> | |
| <p class="text-gray-600 text-sm">Landowner, Oregon</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-700 italic mb-4">"I had 5 acres sitting unused for years. Through Sustainable Making, I connected with a permaculture designer who transformed it into a thriving food forest. Now it produces income and feeds my family!"</p> | |
| <div class="flex text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| </div> | |
| </div> | |
| <!-- Testimonial 2 --> | |
| <div class="testimonial-card bg-gray-50 p-6 rounded-lg shadow-md"> | |
| <div class="flex items-center mb-4"> | |
| <img src="https://randomuser.me/api/portraits/men/32.jpg" | |
| alt="Carlos Mendez" | |
| class="w-12 h-12 rounded-full mr-4"> | |
| <div> | |
| <h4 class="font-bold text-gray-800">Carlos Mendez</h4> | |
| <p class="text-gray-600 text-sm">Permaculture Designer</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-700 italic mb-4">"This platform has allowed me to scale my work beyond what I could do alone. I've designed 8 properties this year through Sustainable Making and teach regular courses to enthusiastic learners."</p> | |
| <div class="flex text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| </div> | |
| </div> | |
| <!-- Testimonial 3 --> | |
| <div class="testimonial-card bg-gray-50 p-6 rounded-lg shadow-md"> | |
| <div class="flex items-center mb-4"> | |
| <img src="https://randomuser.me/api/portraits/women/65.jpg" | |
| alt="Priya Patel" | |
| class="w-12 h-12 rounded-full mr-4"> | |
| <div> | |
| <h4 class="font-bold text-gray-800">Priya Patel</h4> | |
| <p class="text-gray-600 text-sm">Urban Gardener</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-700 italic mb-4">"The courses I found through Sustainable Making completely transformed my small backyard. I now grow 60% of my family's vegetables and have started a neighborhood composting program!"</p> | |
| <div class="flex text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star-half-alt"></i> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA Section --> | |
| <section class="py-16 hero-gradient text-white"> | |
| <div class="container mx-auto px-4 text-center"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Grow Sustainably?</h2> | |
| <p class="text-xl mb-8 max-w-2xl mx-auto">Join our community of landowners, experts, and learners working together to create regenerative ecosystems.</p> | |
| <div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4"> | |
| <button class="bg-white text-green-700 hover:bg-gray-100 px-8 py-3 rounded-md font-bold transition duration-300"> | |
| Sign Up Free | |
| </button> | |
| <button class="bg-transparent border-2 border-white hover:bg-white hover:text-green-700 px-8 py-3 rounded-md font-bold transition duration-300"> | |
| Learn More | |
| </button> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-gray-800 text-white py-12"> | |
| <div class="container mx-auto px-4"> | |
| <div class="grid grid-cols-1 md:grid-cols-4 gap-8"> | |
| <!-- Column 1 --> | |
| <div> | |
| <div class="flex items-center space-x-2 mb-4"> | |
| <i class="fas fa-leaf text-green-400 text-2xl"></i> | |
| <span class="text-xl font-bold">Sustainable Making</span> | |
| </div> | |
| <p class="text-gray-400 mb-4">Connecting land, knowledge, and people to create sustainable ecosystems.</p> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i class="fab fa-facebook-f"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i class="fab fa-twitter"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i class="fab fa-instagram"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white"> | |
| <i class="fab fa-linkedin-in"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <!-- Column 2 --> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Quick Links</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white">About Us</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">How It Works</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Pricing</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Testimonials</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Contact</a></li> | |
| </ul> | |
| </div> | |
| <!-- Column 3 --> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Resources</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Blog</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Permaculture Guide</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">FAQs</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Help Center</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white">Privacy Policy</a></li> | |
| </ul> | |
| </div> | |
| <!-- Column 4 --> | |
| <div> | |
| <h3 class="text-lg font-bold mb-4">Contact Us</h3> | |
| <ul class="space-y-2 text-gray-400"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-map-marker-alt mt-1 mr-3"></i> | |
| <span>123 Green Way, Portland, OR 97201</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-phone-alt mt-1 mr-3"></i> | |
| <span>(503) 555-0192</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-envelope mt-1 mr-3"></i> | |
| <span>hello@sustainablemaking.com</span> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-700 mt-12 pt-8 text-center text-gray-400"> | |
| <p>© 2023 Sustainable Making. All rights reserved.</p> | |
| </div> | |
| </div> | |
| </footer> | |
| <!-- Language Switcher Script --> | |
| <script> | |
| // Toggle dropdown menu | |
| document.getElementById('language-switcher').addEventListener('click', function(e) { | |
| e.stopPropagation(); | |
| document.getElementById('language-dropdown').classList.toggle('hidden'); | |
| }); | |
| // Close dropdown when clicking elsewhere | |
| document.addEventListener('click', function() { | |
| document.getElementById('language-dropdown').classList.add('hidden'); | |
| }); | |
| // Handle language selection | |
| document.querySelectorAll('[data-lang]').forEach(link => { | |
| link.addEventListener('click', function(e) { | |
| e.preventDefault(); | |
| const lang = this.getAttribute('data-lang'); | |
| // In a real implementation, you would: | |
| // 1. Store the language preference in localStorage | |
| localStorage.setItem('preferredLanguage', lang); | |
| // 2. Either: | |
| // - Reload the page with the new language version | |
| // - Or fetch translations via AJAX and update the page | |
| // For this example, we'll just show a confirmation | |
| alert(`Language changed to ${lang === 'it' ? 'Italian' : 'English'}. In a real implementation, the page would update.`); | |
| // Close dropdown | |
| document.getElementById('language-dropdown').classList.add('hidden'); | |
| }); | |
| }); | |
| // Check for saved language preference on page load | |
| document.addEventListener('DOMContentLoaded', function() { | |
| const preferredLanguage = localStorage.getItem('preferredLanguage'); | |
| if (preferredLanguage) { | |
| // In a real app, you would load the appropriate language here | |
| console.log(`Preferred language: ${preferredLanguage}`); | |
| } | |
| }); | |
| </script> | |
| <!-- Mobile Menu Toggle Script --> | |
| <script> | |
| document.getElementById('mobile-menu-button').addEventListener('click', function() { | |
| const menu = document.getElementById('mobile-menu'); | |
| menu.classList.toggle('hidden'); | |
| }); | |
| </script> | |
| <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=SebPirisi877/sustainablemaking" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |