Spaces:
Running
Running
remove all contents from project and put a Create a form for client to fill to Help us understand client preferences to create the perfect experience what Experience Type - Wildlife Safari, Tour, Educational Program, Licensed Hunting, Photography Tour Group Size Preferred Duration, 1-3 days, 4-7 days, 1-2 weeks, 2+ weeks, Flexible Budget Range (per person) $200-500 per day, $500-1000 per day, $1000-2000 per day, $2000+ per day or Let's discuss Preferred Destinations Serengeti National, ParkNgorongoro Crater, Tarangire National Park, Lake Manyara, Selous Game Reserve, Ruaha National Park Special Interests & Requirements Contact Name * Email Address * - Follow Up Deployment
6417c07 verified | <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Tumbusi | Tanzanian Expertise in Conservation, Commerce & Connection</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"> | |
| <script> | |
| tailwind.config = { | |
| theme: { | |
| extend: { | |
| colors: { | |
| primary: '#B38B59', | |
| secondary: '#3A5A40', | |
| accent: '#A68A64', | |
| dark: '#1E1E1E', | |
| light: '#F5F5F5', | |
| earth: '#8B5A2B', | |
| nature: '#556B2F', | |
| sand: '#E1C699' | |
| }, | |
| fontFamily: { | |
| sans: ['Open Sans', 'sans-serif'], | |
| serif: ['Merriweather', 'serif'], | |
| }, | |
| } | |
| } | |
| } | |
| </script> | |
| <style> | |
| .hero-video { | |
| position: absolute; | |
| top: 0; | |
| left: 0; | |
| width: 100%; | |
| height: 100%; | |
| object-fit: cover; | |
| z-index: -1; | |
| } | |
| .hero-overlay { | |
| background-color: rgba(0, 0, 0, 0.5); | |
| } | |
| .service-card:hover { | |
| transform: translateY(-10px); | |
| box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); | |
| } | |
| .testimonial-card { | |
| transition: all 0.3s ease; | |
| } | |
| .language-switcher { | |
| cursor: pointer; | |
| transition: all 0.3s ease; | |
| } | |
| .language-switcher:hover { | |
| color: #B38B59; | |
| } | |
| .back-to-top { | |
| position: fixed; | |
| bottom: 20px; | |
| right: 20px; | |
| display: none; | |
| z-index: 99; | |
| } | |
| .nav-link { | |
| position: relative; | |
| } | |
| .nav-link:after { | |
| content: ''; | |
| position: absolute; | |
| width: 0; | |
| height: 2px; | |
| bottom: 0; | |
| left: 0; | |
| background-color: #B38B59; | |
| transition: width 0.3s ease; | |
| } | |
| .nav-link:hover:after { | |
| width: 100%; | |
| } | |
| .dropdown:hover .dropdown-menu { | |
| display: block; | |
| } | |
| </style> | |
| </head> | |
| <body class="font-sans text-dark bg-light"> | |
| <!-- Cookie Consent Banner --> | |
| <div id="cookieConsent" class="fixed bottom-0 left-0 right-0 bg-secondary text-white p-4 flex flex-col md:flex-row justify-between items-center z-50"> | |
| <div class="mb-2 md:mb-0"> | |
| <p class="text-sm">We use cookies to enhance your experience. By continuing to visit this site, you agree to our use of cookies.</p> | |
| </div> | |
| <div class="flex space-x-2"> | |
| <button id="acceptCookies" class="bg-primary hover:bg-accent text-white px-4 py-2 rounded">Accept</button> | |
| <button id="declineCookies" class="bg-transparent border border-white hover:bg-white hover:text-dark text-white px-4 py-2 rounded">Decline</button> | |
| </div> | |
| </div> | |
| <!-- Back to Top Button --> | |
| <button id="backToTop" class="back-to-top bg-primary text-white p-3 rounded-full shadow-lg hover:bg-accent transition-all"> | |
| <i class="fas fa-arrow-up"></i> | |
| </button> | |
| <!-- Navigation --> | |
| <nav class="bg-white shadow-md sticky top-0 z-40"> | |
| <div class="container mx-auto px-4 py-3"> | |
| <div class="flex justify-between items-center"> | |
| <div class="flex items-center"> | |
| <a href="#" class="flex items-center"> | |
| <img src="https://via.placeholder.com/50x50" alt="Tumbusi Logo" class="h-10 mr-3"> | |
| <span class="text-xl font-bold text-secondary">TUMBUSI</span> | |
| </a> | |
| </div> | |
| <div class="hidden md:flex items-center space-x-1"> | |
| <a href="#home" class="nav-link px-3 py-2 text-dark hover:text-primary">Home</a> | |
| <div class="dropdown relative"> | |
| <button class="nav-link px-3 py-2 text-dark hover:text-primary flex items-center"> | |
| Services <i class="fas fa-chevron-down ml-1 text-xs"></i> | |
| </button> | |
| <div class="dropdown-menu absolute hidden bg-white shadow-lg rounded-md mt-2 py-1 w-48 z-50"> | |
| <a href="#services" class="block px-4 py-2 text-dark hover:bg-primary hover:text-white">All Services</a> | |
| <a href="#consultation" class="block px-4 py-2 text-dark hover:bg-primary hover:text-white">Consultation</a> | |
| <a href="#project-management" class="block px-4 py-2 text-dark hover:bg-primary hover:text-white">Project Management</a> | |
| <a href="#real-estate" class="block px-4 py-2 text-dark hover:bg-primary hover:text-white">Real Estate</a> | |
| <a href="#hunting" class="block px-4 py-2 text-dark hover:bg-primary hover:text-white">Hunting</a> | |
| <a href="#tourism" class="block px-4 py-2 text-dark hover:bg-primary hover:text-white">Tourism</a> | |
| <a href="#education" class="block px-4 py-2 text-dark hover:bg-primary hover:text-white">Education</a> | |
| </div> | |
| </div> | |
| <a href="#about" class="nav-link px-3 py-2 text-dark hover:text-primary">About Us</a> | |
| <a href="#projects" class="nav-link px-3 py-2 text-dark hover:text-primary">Plan Experience</a> | |
| <a href="#contact" class="nav-link px-3 py-2 text-dark hover:text-primary">Contact</a> | |
| </div> | |
| <div class="flex items-center space-x-4"> | |
| <div class="language-switcher flex items-center"> | |
| <span class="text-sm">EN</span> | |
| <i class="fas fa-chevron-down ml-1 text-xs"></i> | |
| </div> | |
| <a href="#contact" class="hidden md:block bg-primary hover:bg-accent text-white px-4 py-2 rounded transition-all"> | |
| Get Started | |
| </a> | |
| <button id="mobileMenuButton" class="md:hidden text-dark"> | |
| <i class="fas fa-bars text-xl"></i> | |
| </button> | |
| </div> | |
| </div> | |
| <!-- Mobile Menu --> | |
| <div id="mobileMenu" class="hidden md:hidden mt-4 pb-4"> | |
| <a href="#home" class="block py-2 text-dark hover:text-primary">Home</a> | |
| <div class="py-2"> | |
| <button class="flex items-center justify-between w-full text-dark hover:text-primary"> | |
| <span>Services</span> | |
| <i class="fas fa-chevron-down"></i> | |
| </button> | |
| <div class="pl-4 mt-2 hidden"> | |
| <a href="#services" class="block py-2 text-dark hover:text-primary">All Services</a> | |
| <a href="#consultation" class="block py-2 text-dark hover:text-primary">Consultation</a> | |
| <a href="#project-management" class="block py-2 text-dark hover:text-primary">Project Management</a> | |
| <a href="#real-estate" class="block py-2 text-dark hover:text-primary">Real Estate</a> | |
| <a href="#hunting" class="block py-2 text-dark hover:text-primary">Hunting</a> | |
| <a href="#tourism" class="block py-2 text-dark hover:text-primary">Tourism</a> | |
| <a href="#education" class="block py-2 text-dark hover:text-primary">Education</a> | |
| </div> | |
| </div> | |
| <a href="#about" class="block py-2 text-dark hover:text-primary">About Us</a> | |
| <a href="#projects" class="block py-2 text-dark hover:text-primary">Plan Experience</a> | |
| <a href="#contact" class="block py-2 text-dark hover:text-primary">Contact</a> | |
| <a href="#contact" class="block mt-2 bg-primary hover:bg-accent text-white px-4 py-2 rounded text-center transition-all"> | |
| Get Started | |
| </a> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <section id="home" class="relative h-screen flex items-center justify-center overflow-hidden"> | |
| <video autoplay muted loop class="hero-video"> | |
| <source src="https://assets.mixkit.co/videos/preview/mixkit-wild-animals-in-the-forest-1223-large.mp4" type="video/mp4"> | |
| Your browser does not support the video tag. | |
| </video> | |
| <div class="hero-overlay absolute inset-0"></div> | |
| <div class="container mx-auto px-4 z-10 text-center text-white"> | |
| <h1 class="text-4xl md:text-6xl font-bold mb-6">Empowering Conservation, Commerce & Connection through Expertise</h1> | |
| <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Tumbusi combines decades of Tanzanian expertise in wildlife, tourism, and development to create exceptional experiences and sustainable solutions.</p> | |
| <div class="flex flex-col sm:flex-row justify-center gap-4"> | |
| <a href="#contact" class="bg-primary hover:bg-accent text-white px-8 py-3 rounded-lg font-semibold transition-all">Start Your Project</a> | |
| <a href="#services" class="bg-transparent border-2 border-white hover:bg-white hover:text-dark text-white px-8 py-3 rounded-lg font-semibold transition-all">Explore Services</a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Quick Facts --> | |
| <section class="bg-secondary text-white py-12"> | |
| <div class="container mx-auto px-4"> | |
| <div class="grid grid-cols-2 md:grid-cols-4 gap-8 text-center"> | |
| <div class="p-4"> | |
| <div class="text-4xl font-bold mb-2">25+</div> | |
| <div class="text-sm uppercase tracking-wider">Years Experience</div> | |
| </div> | |
| <div class="p-4"> | |
| <div class="text-4xl font-bold mb-2">150+</div> | |
| <div class="text-sm uppercase tracking-wider">Projects Completed</div> | |
| </div> | |
| <div class="p-4"> | |
| <div class="text-4xl font-bold mb-2">5000+</div> | |
| <div class="text-sm uppercase tracking-wider">Satisfied Clients</div> | |
| </div> | |
| <div class="p-4"> | |
| <div class="text-4xl font-bold mb-2">10+</div> | |
| <div class="text-sm uppercase tracking-wider">Wildlife Sites</div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- About Us --> | |
| <section id="about" class="py-20 bg-white"> | |
| <div class="container mx-auto px-4"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-secondary mb-4">Our Tanzanian Story</h2> | |
| <div class="w-20 h-1 bg-primary mx-auto mb-6"></div> | |
| <p class="text-lg text-gray-600 max-w-3xl mx-auto">Founded in the heart of Tanzania, Tumbusi has grown from a small consultancy to a leader in wildlife, tourism, and development services across East Africa.</p> | |
| </div> | |
| <div class="flex flex-col lg:flex-row items-center gap-12"> | |
| <div class="lg:w-1/2"> | |
| <img src="https://images.unsplash.com/photo-1526778548025-fa2f459cd5c1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80" alt="Tanzanian landscape" class="rounded-lg shadow-xl w-full"> | |
| </div> | |
| <div class="lg:w-1/2"> | |
| <h3 class="text-2xl font-bold text-secondary mb-6">Vision & Mission</h3> | |
| <p class="text-gray-600 mb-6">Our vision is to be the premier Tanzanian partner for sustainable development that harmonizes commerce, conservation, and community.</p> | |
| <p class="text-gray-600 mb-8">We achieve this through professional services that leverage our deep local knowledge, international standards, and commitment to ethical practices.</p> | |
| <div class="space-y-4"> | |
| <div class="flex items-start"> | |
| <div class="bg-primary rounded-full p-2 mr-4 mt-1"> | |
| <i class="fas fa-bullseye text-white"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-secondary">Our Purpose</h4> | |
| <p class="text-gray-600">Bridging the gap between development needs and environmental stewardship.</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="bg-primary rounded-full p-2 mr-4 mt-1"> | |
| <i class="fas fa-hand-holding-heart text-white"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-secondary">Our Values</h4> | |
| <p class="text-gray-600">Integrity, Expertise, Sustainability, Community, Innovation.</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="bg-primary rounded-full p-2 mr-4 mt-1"> | |
| <i class="fas fa-map-marked-alt text-white"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-secondary">Our Reach</h4> | |
| <p class="text-gray-600">Serving clients across Tanzania with select projects throughout East Africa.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Services --> | |
| <section id="services" class="py-20 bg-gray-50"> | |
| <div class="container mx-auto px-4"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-secondary mb-4">Our Comprehensive Services</h2> | |
| <div class="w-20 h-1 bg-primary mx-auto mb-6"></div> | |
| <p class="text-lg text-gray-600 max-w-3xl mx-auto">From concept to completion, we offer end-to-end solutions tailored to your needs in Tanzania's unique environment.</p> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Service 1 --> | |
| <div id="consultation" class="service-card bg-white rounded-lg shadow-md overflow-hidden transition-all duration-300 hover:shadow-xl"> | |
| <div class="h-48 bg-cover bg-center" style="background-image: url('https://images.unsplash.com/photo-1450101499163-c8848c66ca85?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80');"></div> | |
| <div class="p-6"> | |
| <div class="bg-primary text-white rounded-full w-16 h-16 flex items-center justify-center mb-4 mx-auto -mt-12"> | |
| <i class="fas fa-file-contract text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-center text-secondary mb-3">Consultation & Proposal Writing</h3> | |
| <p class="text-gray-600 text-center mb-4">Expert guidance and documentation for your Tanzanian projects, from business concepts to investment proposals.</p> | |
| <ul class="text-gray-600 space-y-2 mb-6"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-primary mr-2 mt-1"></i> | |
| <span>Feasibility studies</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-primary mr-2 mt-1"></i> | |
| <span>Business plans</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-primary mr-2 mt-1"></i> | |
| <span>Grant applications</span> | |
| </li> | |
| </ul> | |
| <a href="#contact" class="block text-center bg-primary hover:bg-accent text-white px-6 py-2 rounded transition-all">Learn More</a> | |
| </div> | |
| </div> | |
| <!-- Service 2 --> | |
| <div id="project-management" class="service-card bg-white rounded-lg shadow-md overflow-hidden transition-all duration-300 hover:shadow-xl"> | |
| <div class="h-48 bg-cover bg-center" style="background-image: url('https://images.unsplash.com/photo-1507679799987-c73779587ccf?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80');"></div> | |
| <div class="p-6"> | |
| <div class="bg-primary text-white rounded-full w-16 h-16 flex items-center justify-center mb-4 mx-auto -mt-12"> | |
| <i class="fas fa-project-diagram text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-center text-secondary mb-3">Project Management & Development</h3> | |
| <p class="text-gray-600 text-center mb-4">Complete oversight from design to implementation for real estate, ecotourism, and conservation projects.</p> | |
| <ul class="text-gray-600 space-y-2 mb-6"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-primary mr-2 mt-1"></i> | |
| <span>Full project lifecycle management</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-primary mr-2 mt-1"></i> | |
| <span>Regulatory compliance</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-primary mr-2 mt-1"></i> | |
| <span>Local contractor coordination</span> | |
| </li> | |
| </ul> | |
| <a href="#contact" class="block text-center bg-primary hover:bg-accent text-white px-6 py-2 rounded transition-all">Learn More</a> | |
| </div> | |
| </div> | |
| <!-- Service 3 --> | |
| <div id="real-estate" class="service-card bg-white rounded-lg shadow-md overflow-hidden transition-all duration-300 hover:shadow-xl"> | |
| <div class="h-48 bg-cover bg-center" style="background-image: url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80');"></div> | |
| <div class="p-6"> | |
| <div class="bg-primary text-white rounded-full w-16 h-16 flex items-center justify-center mb-4 mx-auto -mt-12"> | |
| <i class="fas fa-home text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-center text-secondary mb-3">Real Estate Development</h3> | |
| <p class="text-gray-600 text-center mb-4">Specialized property solutions including hunting lodges, conservation areas, and investment properties.</p> | |
| <ul class="text-gray-600 space-y-2 mb-6"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-primary mr-2 mt-1"></i> | |
| <span>Land acquisition</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-primary mr-2 mt-1"></i> | |
| <span>Property development</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-primary mr-2 mt-1"></i> | |
| <span>Investment facilitation</span> | |
| </li> | |
| </ul> | |
| <a href="#contact" class="block text-center bg-primary hover:bg-accent text-white px-6 py-2 rounded transition-all">Learn More</a> | |
| </div> | |
| </div> | |
| <!-- Service 4 --> | |
| <div id="hunting" class="service-card bg-white rounded-lg shadow-md overflow-hidden transition-all duration-300 hover:shadow-xl"> | |
| <div class="h-48 bg-cover bg-center" style="background-image: url('https://images.unsplash.com/photo-1581862057106-9e1a0fbc0a5e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80');"></div> | |
| <div class="p-6"> | |
| <div class="bg-primary text-white rounded-full w-16 h-16 flex items-center justify-center mb-4 mx-auto -mt-12"> | |
| <i class="fas fa-paw text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-center text-secondary mb-3">Licensed Hunting Activities</h3> | |
| <p class="text-gray-600 text-center mb-4">Ethical, legal hunting experiences with conservation-focused management.</p> | |
| <ul class="text-gray-600 space-y-2 mb-6"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-primary mr-2 mt-1"></i> | |
| <span>Fully licensed operations</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-primary mr-2 mt-1"></i> | |
| <span>Expert guides</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-primary mr-2 mt-1"></i> | |
| <span>Conservation-focused</span> | |
| </li> | |
| </ul> | |
| <a href="#contact" class="block text-center bg-primary hover:bg-accent text-white px-6 py-2 rounded transition-all">Learn More</a> | |
| </div> | |
| </div> | |
| <!-- Service 5 --> | |
| <div id="tourism" class="service-card bg-white rounded-lg shadow-md overflow-hidden transition-all duration-300 hover:shadow-xl"> | |
| <div class="h-48 bg-cover bg-center" style="background-image: url('https://images.unsplash.com/photo-1503917988258-f87a78e3c995?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80');"></div> | |
| <div class="p-6"> | |
| <div class="bg-primary text-white rounded-full w-16 h-16 flex items-center justify-center mb-4 mx-auto -mt-12"> | |
| <i class="fas fa-binoculars text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-center text-secondary mb-3">Wildlife & Tourism Attractions</h3> | |
| <p class="text-gray-600 text-center mb-4">Immersive Tanzanian wildlife experiences and cultural tourism.</p> | |
| <ul class="text-gray-600 space-y-2 mb-6"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-primary mr-2 mt-1"></i> | |
| <span>Guided wildlife tours</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-primary mr-2 mt-1"></i> | |
| <span>Sanctuary visits</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-primary mr-2 mt-1"></i> | |
| <span>Cultural experiences</span> | |
| </li> | |
| </ul> | |
| <a href="#contact" class="block text-center bg-primary hover:bg-accent text-white px-6 py-2 rounded transition-all">Learn More</a> | |
| </div> | |
| </div> | |
| <!-- Service 6 --> | |
| <div id="education" class="service-card bg-white rounded-lg shadow-md overflow-hidden transition-all duration-300 hover:shadow-xl"> | |
| <div class="h-48 bg-cover bg-center" style="background-image: url('https://images.unsplash.com/photo-1544717305-2782549b5136?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80');"></div> | |
| <div class="p-6"> | |
| <div class="bg-primary text-white rounded-full w-16 h-16 flex items-center justify-center mb-4 mx-auto -mt-12"> | |
| <i class="fas fa-graduation-cap text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-center text-secondary mb-3">Animal-based Education</h3> | |
| <p class="text-gray-600 text-center mb-4">Interactive learning programs about Tanzanian wildlife and conservation.</p> | |
| <ul class="text-gray-600 space-y-2 mb-6"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-primary mr-2 mt-1"></i> | |
| <span>School programs</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-primary mr-2 mt-1"></i> | |
| <span>Live demonstrations</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-check text-primary mr-2 mt-1"></i> | |
| <span>Conservation learning</span> | |
| </li> | |
| </ul> | |
| <a href="#contact" class="block text-center bg-primary hover:bg-accent text-white px-6 py-2 rounded transition-all">Learn More</a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Projects/Portfolio --> | |
| <section id="projects" class="py-20 bg-white"> | |
| <div class="container mx-auto px-4"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-secondary mb-4">Plan Your Tanzanian Experience</h2> | |
| <div class="w-20 h-1 bg-primary mx-auto mb-6"></div> | |
| <p class="text-lg text-gray-600 max-w-3xl mx-auto">Explore our portfolio of successful developments and conservation initiatives across Tanzania.</p> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Project 1 --> | |
| <div class="group relative overflow-hidden rounded-lg shadow-lg"> | |
| <img src="https://images.unsplash.com/photo-1580654712603-eb43273aff33?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80" alt="Wildlife Lodge" class="w-full h-64 object-cover transition-transform duration-500 group-hover:scale-110"> | |
| <div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex flex-col justify-end p-6"> | |
| <h3 class="text-xl font-bold text-white mb-2">Serengeti Eco-Lodge</h3> | |
| <p class="text-gray-200 mb-4">Sustainable tourism development in the heart of Tanzania's most famous ecosystem.</p> | |
| <a href="#" class="text-primary font-semibold hover:text-accent transition-colors">View Project <i class="fas fa-arrow-right ml-1"></i></a> | |
| </div> | |
| </div> | |
| <!-- Project 2 --> | |
| <div class="group relative overflow-hidden rounded-lg shadow-lg"> | |
| <img src="https://images.unsplash.com/photo-1470114716159-e389f8712fda?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80" alt="Conservation Area" class="w-full h-64 object-cover transition-transform duration-500 group-hover:scale-110"> | |
| <div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex flex-col justify-end p-6"> | |
| <h3 class="text-xl font-bold text-white mb-2">Ruaha Conservation Project</h3> | |
| <p class="text-gray-200 mb-4">Community-based wildlife conservation initiative protecting 50,000 hectares.</p> | |
| <a href="#" class="text-primary font-semibold hover:text-accent transition-colors">View Project <i class="fas fa-arrow-right ml-1"></i></a> | |
| </div> | |
| </div> | |
| <!-- Project 3 --> | |
| <div class="group relative overflow-hidden rounded-lg shadow-lg"> | |
| <img src="https://images.unsplash.com/photo-1526778548025-fa2f459cd5c1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80" alt="Hunting Lodge" class="w-full h-64 object-cover transition-transform duration-500 group-hover:scale-110"> | |
| <div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent flex flex-col justify-end p-6"> | |
| <h3 class="text-xl font-bold text-white mb-2">Selous Hunting Reserve</h3> | |
| <p class="text-gray-200 mb-4">Ethical hunting operation supporting local communities and conservation.</p> | |
| <a href="#" class="text-primary font-semibold hover:text-accent transition-colors">View Project <i class="fas fa-arrow-right ml-1"></i></a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="text-center mt-12"> | |
| <a href="#" class="inline-block bg-primary hover:bg-accent text-white px-8 py-3 rounded-lg font-semibold transition-all">View All Projects</a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Testimonials --> | |
| <section class="py-20 bg-gray-50"> | |
| <div class="container mx-auto px-4"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-secondary mb-4">What Our Clients Say</h2> | |
| <div class="w-20 h-1 bg-primary mx-auto mb-6"></div> | |
| <p class="text-lg text-gray-600 max-w-3xl mx-auto">Hear from organizations and individuals who have partnered with Tumbusi for their Tanzanian projects.</p> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
| <!-- Testimonial 1 --> | |
| <div class="testimonial-card bg-white p-8 rounded-lg shadow-md hover:shadow-lg transition-all"> | |
| <div class="flex items-center mb-6"> | |
| <div class="w-12 h-12 rounded-full overflow-hidden mr-4"> | |
| <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Client" class="w-full h-full object-cover"> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-secondary">James Wilson</h4> | |
| <p class="text-gray-500 text-sm">Wildlife NGO Director</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-600 mb-6">"Tumbusi's expertise in navigating Tanzanian regulations was invaluable for our conservation project. Their local knowledge saved us months of delays."</p> | |
| <div class="flex text-primary"> | |
| <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-white p-8 rounded-lg shadow-md hover:shadow-lg transition-all"> | |
| <div class="flex items-center mb-6"> | |
| <div class="w-12 h-12 rounded-full overflow-hidden mr-4"> | |
| <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Client" class="w-full h-full object-cover"> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-secondary">Sarah Johnson</h4> | |
| <p class="text-gray-500 text-sm">Tourism Investor</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-600 mb-6">"From land acquisition to lodge construction, Tumbusi managed every aspect of our eco-tourism development with professionalism and cultural sensitivity."</p> | |
| <div class="flex text-primary"> | |
| <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-white p-8 rounded-lg shadow-md hover:shadow-lg transition-all"> | |
| <div class="flex items-center mb-6"> | |
| <div class="w-12 h-12 rounded-full overflow-hidden mr-4"> | |
| <img src="https://randomuser.me/api/portraits/men/75.jpg" alt="Client" class="w-full h-full object-cover"> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-secondary">David Müller</h4> | |
| <p class="text-gray-500 text-sm">International Hunter</p> | |
| </div> | |
| </div> | |
| <p class="text-gray-600 mb-6">"The most ethical and well-organized hunting experience I've had in Africa. Tumbusi's guides were exceptionally knowledgeable about both wildlife and conservation."</p> | |
| <div class="flex text-primary"> | |
| <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> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA Section --> | |
| <section class="py-20 bg-secondary text-white"> | |
| <div class="container mx-auto px-4 text-center"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Start Your Tanzanian Project?</h2> | |
| <p class="text-xl mb-8 max-w-3xl mx-auto">Whether you're planning a conservation initiative, tourism development, or hunting experience, our team is ready to guide you.</p> | |
| <div class="flex flex-col sm:flex-row justify-center gap-4"> | |
| <a href="#contact" class="bg-primary hover:bg-accent text-white px-8 py-3 rounded-lg font-semibold transition-all">Get in Touch</a> | |
| <a href="tel:+255123456789" class="bg-transparent border-2 border-white hover:bg-white hover:text-dark text-white px-8 py-3 rounded-lg font-semibold transition-all"> | |
| <i class="fas fa-phone mr-2"></i> Call Us | |
| </a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Contact Section --> | |
| <section id="contact" class="py-20 bg-white"> | |
| <div class="container mx-auto px-4"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-secondary mb-4">Contact Tumbusi</h2> | |
| <div class="w-20 h-1 bg-primary mx-auto mb-6"></div> | |
| <p class="text-lg text-gray-600 max-w-3xl mx-auto">Get in touch with our team to discuss your project or experience requirements.</p> | |
| </div> | |
| <div class="flex flex-col lg:flex-row gap-12"> | |
| <div class="lg:w-1/2"> | |
| <form action="mailto:info@tumbusi.co.tz" method="post" enctype="text/plain" class="space-y-6"> | |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-6"> | |
| <div> | |
| <label for="name" class="block text-gray-700 mb-2">Full Name</label> | |
| <input type="text" id="name" name="name" class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-primary"> | |
| </div> | |
| <div> | |
| <label for="email" class="block text-gray-700 mb-2">Email Address</label> | |
| <input type="email" id="email" name="email" class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-primary"> | |
| </div> | |
| </div> | |
| <div> | |
| <label for="subject" class="block text-gray-700 mb-2">Subject</label> | |
| <input type="text" id="subject" name="subject" class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-primary"> | |
| </div> | |
| <div> | |
| <label for="service" class="block text-gray-700 mb-2">Service Interest</label> | |
| <select id="service" name="service" class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-primary"> | |
| <option value="">Select a service</option> | |
| <option value="consultation">Consultation & Proposal Writing</option> | |
| <option value="project-management">Project Management</option> | |
| <option value="real-estate">Real Estate</option> | |
| <option value="hunting">Hunting Activities</option> | |
| <option value="tourism">Tourism Attractions</option> | |
| <option value="education">Educational Programs</option> | |
| </select> | |
| </div> | |
| <div> | |
| <label for="message" class="block text-gray-700 mb-2">Your Message</label> | |
| <textarea id="message" name="message" rows="5" class="w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-primary"></textarea> | |
| </div> | |
| <button type="submit" class="bg-primary hover:bg-accent text-white px-8 py-3 rounded-lg font-semibold transition-all w-full md:w-auto">Send Message</button> | |
| </form> | |
| </div> | |
| <div class="lg:w-1/2"> | |
| <div class="bg-gray-50 p-8 rounded-lg h-full"> | |
| <h3 class="text-2xl font-bold text-secondary mb-6">Our Information</h3> | |
| <div class="space-y-6"> | |
| <div class="flex items-start"> | |
| <div class="bg-primary text-white rounded-full p-3 mr-4"> | |
| <i class="fas fa-map-marker-alt"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-secondary mb-1">Headquarters</h4> | |
| <p class="text-gray-600">123 Conservation Way, Arusha, Tanzania</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="bg-primary text-white rounded-full p-3 mr-4"> | |
| <i class="fas fa-phone"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-secondary mb-1">Phone</h4> | |
| <p class="text-gray-600">+255 123 456 789</p> | |
| <p class="text-gray-600">+255 987 654 321</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="bg-primary text-white rounded-full p-3 mr-4"> | |
| <i class="fas fa-envelope"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-secondary mb-1">Email</h4> | |
| <p class="text-gray-600">info@tumbusi.co.tz</p> | |
| <p class="text-gray-600">bookings@tumbusi.co.tz</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="bg-primary text-white rounded-full p-3 mr-4"> | |
| <i class="fas fa-clock"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-bold text-secondary mb-1">Office Hours</h4> | |
| <p class="text-gray-600">Monday - Friday: 8:00 AM - 5:00 PM</p> | |
| <p class="text-gray-600">Saturday: 9:00 AM - 1:00 PM</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-8"> | |
| <h4 class="font-bold text-secondary mb-4">Connect With Us</h4> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="bg-primary hover:bg-accent text-white rounded-full w-10 h-10 flex items-center justify-center transition-all"> | |
| <i class="fab fa-facebook-f"></i> | |
| </a> | |
| <a href="#" class="bg-primary hover:bg-accent text-white rounded-full w-10 h-10 flex items-center justify-center transition-all"> | |
| <i class="fab fa-twitter"></i> | |
| </a> | |
| <a href="#" class="bg-primary hover:bg-accent text-white rounded-full w-10 h-10 flex items-center justify-center transition-all"> | |
| <i class="fab fa-instagram"></i> | |
| </a> | |
| <a href="#" class="bg-primary hover:bg-accent text-white rounded-full w-10 h-10 flex items-center justify-center transition-all"> | |
| <i class="fab fa-linkedin-in"></i> | |
| </a> | |
| <a href="#" class="bg-primary hover:bg-accent text-white rounded-full w-10 h-10 flex items-center justify-center transition-all"> | |
| <i class="fab fa-whatsapp"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Map Section --> | |
| <div class="h-96 w-full"> | |
| <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3981.94800318137!2d36.81686431475396!3d-3.3637699975350003!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x1839a5ef3a000001%3A0x5d5a5a5a5a5a5a5a!2sArusha%2C%20Tanzania!5e0!3m2!1sen!2sus!4v1620000000000!5m2!1sen!2sus" width="100%" height="100%" style="border:0;" allowfullscreen="" loading="lazy"></iframe> | |
| </div> | |
| <!-- Footer --> | |
| <footer class="bg-dark text-white py-12"> | |
| <div class="container mx-auto px-4"> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8"> | |
| <div> | |
| <h3 class="text-xl font-bold text-primary mb-4">TUMBUSI</h3> | |
| <p class="text-gray-400 mb-4">Bridging conservation, commerce, and community through Tanzanian expertise.</p> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="text-gray-400 hover:text-primary transition-colors"> | |
| <i class="fab fa-facebook-f"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-primary transition-colors"> | |
| <i class="fab fa-twitter"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-primary transition-colors"> | |
| <i class="fab fa-instagram"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-primary transition-colors"> | |
| <i class="fab fa-linkedin-in"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-semibold mb-4">Quick Links</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#home" class="text-gray-400 hover:text-primary transition-colors">Home</a></li> | |
| <li><a href="#about" class="text-gray-400 hover:text-primary transition-colors">About Us</a></li> | |
| <li><a href="#services" class="text-gray-400 hover:text-primary transition-colors">Services</a></li> | |
| <li><a href="#projects" class="text-gray-400 hover:text-primary transition-colors">Plan Experience</a></li> | |
| <li><a href="#contact" class="text-gray-400 hover:text-primary transition-colors">Contact</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-semibold mb-4">Services</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#consultation" class="text-gray-400 hover:text-primary transition-colors">Consultation</a></li> | |
| <li><a href="#project-management" class="text-gray-400 hover:text-primary transition-colors">Project Management</a></li> | |
| <li><a href="#real-estate" class="text-gray-400 hover:text-primary transition-colors">Real Estate</a></li> | |
| <li><a href="#hunting" class="text-gray-400 hover:text-primary transition-colors">Hunting</a></li> | |
| <li><a href="#tourism" class="text-gray-400 hover:text-primary transition-colors">Tourism</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-semibold mb-4">Newsletter</h4> | |
| <p class="text-gray-400 mb-4">Subscribe to our newsletter for the latest updates.</p> | |
| <form class="flex"> | |
| <input type="email" placeholder="Your email" class="px-4 py-2 w-full rounded-l focus:outline-none text-dark"> | |
| <button type="submit" class="bg-primary hover:bg-accent text-white px-4 py-2 rounded-r transition-all"> | |
| <i class="fas fa-paper-plane"></i> | |
| </button> | |
| </form> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center"> | |
| <p class="text-gray-400 mb-4 md:mb-0">© 2023 Tumbusi. All rights reserved.</p> | |
| <div class="flex space-x-6"> | |
| <a href="#" class="text-gray-400 hover:text-primary transition-colors">Privacy Policy</a> | |
| <a href="#" class="text-gray-400 hover:text-primary transition-colors">Terms of Service</a> | |
| <a href="#" class="text-gray-400 hover:text-primary transition-colors">Sitemap</a> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Mobile menu toggle | |
| document.getElementById('mobileMenuButton').addEventListener('click', function() { | |
| const menu = document.getElementById('mobileMenu'); | |
| menu.classList.toggle('hidden'); | |
| }); | |
| // Back to top button | |
| window.onscroll = function() { | |
| const backToTopButton = document.getElementById('backToTop'); | |
| if (document.body.scrollTop > 300 || document.documentElement.scrollTop > 300) { | |
| backToTopButton.style.display = 'block'; | |
| } else { | |
| backToTopButton.style.display = 'none'; | |
| } | |
| }; | |
| document.getElementById('backToTop').addEventListener('click', function() { | |
| window.scrollTo({ | |
| top: 0, | |
| behavior: 'smooth' | |
| }); | |
| }); | |
| // Cookie consent | |
| document.getElementById('acceptCookies').addEventListener('click', function() { | |
| document.getElementById('cookieConsent').style.display = 'none'; | |
| // Here you would typically set a cookie to remember the user's choice | |
| }); | |
| document.getElementById('declineCookies').addEventListener('click', function() { | |
| document.getElementById('cookieConsent').style.display = 'none'; | |
| // Here you would typically set a cookie to remember the user's choice | |
| }); | |
| // Smooth scrolling for anchor links | |
| document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
| anchor.addEventListener('click', function (e) { | |
| e.preventDefault(); | |
| const targetId = this.getAttribute('href'); | |
| if (targetId === '#') return; | |
| const targetElement = document.querySelector(targetId); | |
| if (targetElement) { | |
| window.scrollTo({ | |
| top: targetElement.offsetTop - 80, | |
| behavior: 'smooth' | |
| }); | |
| // Close mobile menu if open | |
| const mobileMenu = document.getElementById('mobileMenu'); | |
| if (!mobileMenu.classList.contains('hidden')) { | |
| mobileMenu.classList.add('hidden'); | |
| } | |
| } | |
| }); | |
| }); | |
| // Service card hover effect | |
| const serviceCards = document.querySelectorAll('.service-card'); | |
| serviceCards.forEach(card => { | |
| card.addEventListener('mouseenter', function() { | |
| this.style.transform = 'translateY(-10px)'; | |
| this.style.boxShadow = '0 10px 25px rgba(0, 0, 0, 0.1)'; | |
| }); | |
| card.addEventListener('mouseleave', function() { | |
| this.style.transform = ''; | |
| this.style.boxShadow = ''; | |
| }); | |
| }); | |
| // Testimonial card hover effect | |
| const testimonialCards = document.querySelectorAll('.testimonial-card'); | |
| testimonialCards.forEach(card => { | |
| card.addEventListener('mouseenter', function() { | |
| this.style.boxShadow = '0 10px 25px rgba(0, 0, 0, 0.1)'; | |
| }); | |
| card.addEventListener('mouseleave', function() { | |
| this.style.boxShadow = ''; | |
| }); | |
| }); | |
| // Language switcher | |
| const languageSwitcher = document.querySelector('.language-switcher'); | |
| languageSwitcher.addEventListener('click', function() { | |
| // Here you would typically implement language switching logic | |
| alert('Language switching functionality would be implemented here'); | |
| }); | |
| // Mobile menu service dropdown | |
| const mobileServiceButton = document.querySelector('#mobileMenu button'); | |
| if (mobileServiceButton) { | |
| mobileServiceButton.addEventListener('click', function() { | |
| const dropdown = this.nextElementSibling; | |
| dropdown.classList.toggle('hidden'); | |
| const icon = this.querySelector('i'); | |
| if (dropdown.classList.contains('hidden')) { | |
| icon.classList.remove('fa-chevron-up'); | |
| icon.classList.add('fa-chevron-down'); | |
| } else { | |
| icon.classList.remove('fa-chevron-down'); | |
| icon.classList.add('fa-chevron-up'); | |
| } | |
| }); | |
| } | |
| </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=ianian1997/test-1" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |