Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Yaardush Investment CC - Multifaceted Services in Namibia</title> | |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> | |
| <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script> | |
| <style> | |
| .hero-gradient { | |
| background: linear-gradient(135deg, #1e3a8a 0%, #0ea5e9 100%); | |
| } | |
| .service-card:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
| } | |
| .nav-link:hover { | |
| color: #0ea5e9; | |
| } | |
| </style> | |
| </head> | |
| <body class="font-sans antialiased text-gray-800"> | |
| <!-- Navigation --> | |
| <nav class="bg-white shadow-lg sticky top-0 z-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="flex justify-between h-16"> | |
| <div class="flex items-center"> | |
| <div class="flex-shrink-0 flex items-center"> | |
| <span class="text-blue-600 font-bold text-xl">Yaardush Investment CC</span> | |
| </div> | |
| </div> | |
| <div class="hidden md:flex items-center space-x-8"> | |
| <a href="#home" class="nav-link text-gray-700 hover:text-blue-600 px-3 py-2 rounded-md text-sm font-medium">Home</a> | |
| <a href="#about" class="nav-link text-gray-700 hover:text-blue-600 px-3 py-2 rounded-md text-sm font-medium">About</a> | |
| <a href="#services" class="nav-link text-gray-700 hover:text-blue-600 px-3 py-2 rounded-md text-sm font-medium">Services</a> | |
| <a href="#projects" class="nav-link text-gray-700 hover:text-blue-600 px-3 py-2 rounded-md text-sm font-medium">Projects</a> | |
| <a href="#contact" class="bg-blue-600 text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-blue-700 transition duration-300">Contact Us</a> | |
| </div> | |
| <div class="md:hidden flex items-center"> | |
| <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-700 hover:text-blue-600 focus:outline-none" aria-controls="mobile-menu" aria-expanded="false"> | |
| <i data-feather="menu"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <section id="home" class="hero-gradient text-white py-20 md:py-32 relative overflow-hidden"> | |
| <div id="vanta-globe" class="absolute inset-0"></div> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10"> | |
| <div class="md:flex items-center"> | |
| <div class="md:w-1/2 mb-10 md:mb-0" data-aos="fade-right"> | |
| <h1 class="text-4xl md:text-5xl font-bold mb-4">Building Namibia's Future</h1> | |
| <p class="text-xl mb-8">"We do it once, we do it right" - delivering excellence across multiple industries</p> | |
| <div class="flex space-x-4"> | |
| <a href="#contact" class="bg-white text-blue-600 px-6 py-3 rounded-md font-medium hover:bg-gray-100 transition duration-300">Get a Quote</a> | |
| <a href="#services" class="border border-white text-white px-6 py-3 rounded-md font-medium hover:bg-white hover:text-blue-600 transition duration-300">Our Services</a> | |
| </div> | |
| </div> | |
| <div class="md:w-1/2" data-aos="fade-left"> | |
| <img src="http://static.photos/construction/1024x576/1" alt="Construction work" class="rounded-lg shadow-xl"> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- About Section --> | |
| <section id="about" class="py-20 bg-gray-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center mb-16" data-aos="fade-up"> | |
| <h2 class="text-3xl font-bold text-gray-900 mb-4">About Yaardush Investment CC</h2> | |
| <div class="w-20 h-1 bg-blue-600 mx-auto mb-6"></div> | |
| <p class="text-lg text-gray-600 max-w-3xl mx-auto">A multifaceted company providing comprehensive services across construction, catering, poultry, cleaning, and more in Namibia.</p> | |
| </div> | |
| <div class="grid md:grid-cols-2 gap-12"> | |
| <div data-aos="fade-right"> | |
| <div class="bg-white p-8 rounded-lg shadow-lg"> | |
| <div class="flex items-center mb-6"> | |
| <div class="bg-blue-100 p-3 rounded-full mr-4"> | |
| <i data-feather="eye" class="text-blue-600"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800">Our Vision</h3> | |
| </div> | |
| <p class="text-gray-600">Deliver top-quality services with excellence and efficiency, ensuring it's done right the first time.</p> | |
| </div> | |
| <div class="bg-white p-8 rounded-lg shadow-lg mt-8"> | |
| <div class="flex items-center mb-6"> | |
| <div class="bg-blue-100 p-3 rounded-full mr-4"> | |
| <i data-feather="target" class="text-blue-600"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800">Our Mission</h3> | |
| </div> | |
| <p class="text-gray-600">Provide reliable, comprehensive, and innovative services that exceed client expectations while continuously improving.</p> | |
| </div> | |
| </div> | |
| <div data-aos="fade-left"> | |
| <div class="bg-white p-8 rounded-lg shadow-lg"> | |
| <div class="flex items-center mb-6"> | |
| <div class="bg-blue-100 p-3 rounded-full mr-4"> | |
| <i data-feather="award" class="text-blue-600"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800">What Makes Us Different</h3> | |
| </div> | |
| <div class="space-y-4"> | |
| <div class="flex items-start"> | |
| <div class="bg-blue-100 p-2 rounded-full mr-3 mt-1"> | |
| <i data-feather="users" class="text-blue-600 w-4 h-4"></i> | |
| </div> | |
| <p class="text-gray-600"><span class="font-semibold">Leadership:</span> Experienced professionals driving growth and innovation.</p> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="bg-blue-100 p-2 rounded-full mr-3 mt-1"> | |
| <i data-feather="user-check" class="text-blue-600 w-4 h-4"></i> | |
| </div> | |
| <p class="text-gray-600"><span class="font-semibold">Employees:</span> Skilled, trained, and committed staff.</p> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="bg-blue-100 p-2 rounded-full mr-3 mt-1"> | |
| <i data-feather="heart" class="text-blue-600 w-4 h-4"></i> | |
| </div> | |
| <p class="text-gray-600"><span class="font-semibold">Commitment:</span> Dedication to quality, clients, employees, and the community.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-16" data-aos="fade-up"> | |
| <div class="bg-blue-600 text-white p-8 rounded-lg shadow-lg"> | |
| <h3 class="text-xl font-bold mb-4">Our Core Values</h3> | |
| <div class="grid md:grid-cols-5 gap-4 text-center"> | |
| <div class="bg-blue-700 p-4 rounded-lg"> | |
| <i data-feather="shield" class="w-8 h-8 mx-auto mb-2"></i> | |
| <p>Integrity</p> | |
| </div> | |
| <div class="bg-blue-700 p-4 rounded-lg"> | |
| <i data-feather="star" class="w-8 h-8 mx-auto mb-2"></i> | |
| <p>Quality</p> | |
| </div> | |
| <div class="bg-blue-700 p-4 rounded-lg"> | |
| <i data-feather="zap" class="w-8 h-8 mx-auto mb-2"></i> | |
| <p>Innovation</p> | |
| </div> | |
| <div class="bg-blue-700 p-4 rounded-lg"> | |
| <i data-feather="smile" class="w-8 h-8 mx-auto mb-2"></i> | |
| <p>Customer Satisfaction</p> | |
| </div> | |
| <div class="bg-blue-700 p-4 rounded-lg"> | |
| <i data-feather="globe" class="w-8 h-8 mx-auto mb-2"></i> | |
| <p>Sustainability</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Services Section --> | |
| <section id="services" class="py-20"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center mb-16" data-aos="fade-up"> | |
| <h2 class="text-3xl font-bold text-gray-900 mb-4">Our Comprehensive Services</h2> | |
| <div class="w-20 h-1 bg-blue-600 mx-auto mb-6"></div> | |
| <p class="text-lg text-gray-600 max-w-3xl mx-auto">We offer a wide range of professional services to meet all your business and construction needs.</p> | |
| </div> | |
| <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Service Card 1 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden service-card transition duration-300" data-aos="fade-up" data-aos-delay="100"> | |
| <img src="http://static.photos/construction/640x360/1" alt="Civil Works" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <div class="flex items-center mb-4"> | |
| <div class="bg-blue-100 p-2 rounded-full mr-3"> | |
| <i data-feather="home" class="text-blue-600"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800">Civil Works</h3> | |
| </div> | |
| <p class="text-gray-600 mb-4">Construction (residential, commercial), boreholes, plumbing, and more.</p> | |
| <div class="flex flex-wrap gap-2"> | |
| <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Construction</span> | |
| <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Boreholes</span> | |
| <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Plumbing</span> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Service Card 2 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden service-card transition duration-300" data-aos="fade-up" data-aos-delay="200"> | |
| <img src="http://static.photos/industry/640x360/1" alt="Road Works" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <div class="flex items-center mb-4"> | |
| <div class="bg-blue-100 p-2 rounded-full mr-3"> | |
| <i data-feather="map" class="text-blue-600"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800">Road Works</h3> | |
| </div> | |
| <p class="text-gray-600 mb-4">Road construction, paving, maintenance, and infrastructure development.</p> | |
| <div class="flex flex-wrap gap-2"> | |
| <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Construction</span> | |
| <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Paving</span> | |
| <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Maintenance</span> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Service Card 3 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden service-card transition duration-300" data-aos="fade-up" data-aos-delay="300"> | |
| <img src="http://static.photos/technology/640x360/1" alt="Electrical Services" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <div class="flex items-center mb-4"> | |
| <div class="bg-blue-100 p-2 rounded-full mr-3"> | |
| <i data-feather="zap" class="text-blue-600"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800">Electrical Services</h3> | |
| </div> | |
| <p class="text-gray-600 mb-4">Installations, repairs, upgrades, and maintenance of electrical systems.</p> | |
| <div class="flex flex-wrap gap-2"> | |
| <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Installations</span> | |
| <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Repairs</span> | |
| <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Upgrades</span> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Service Card 4 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden service-card transition duration-300" data-aos="fade-up" data-aos-delay="100"> | |
| <img src="http://static.photos/retail/640x360/1" alt="Sign Boards" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <div class="flex items-center mb-4"> | |
| <div class="bg-blue-100 p-2 rounded-full mr-3"> | |
| <i data-feather="image" class="text-blue-600"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800">Sign Boards</h3> | |
| </div> | |
| <p class="text-gray-600 mb-4">Design, production, and installation of high-quality signage solutions.</p> | |
| <div class="flex flex-wrap gap-2"> | |
| <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Design</span> | |
| <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Production</span> | |
| <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Installation</span> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Service Card 5 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden service-card transition duration-300" data-aos="fade-up" data-aos-delay="200"> | |
| <img src="http://static.photos/cleaning/640x360/1" alt="Cleaning Services" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <div class="flex items-center mb-4"> | |
| <div class="bg-blue-100 p-2 rounded-full mr-3"> | |
| <i data-feather="feather" class="text-blue-600"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800">Cleaning Services</h3> | |
| </div> | |
| <p class="text-gray-600 mb-4">Commercial, residential, and specialized cleaning solutions.</p> | |
| <div class="flex flex-wrap gap-2"> | |
| <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Commercial</span> | |
| <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Residential</span> | |
| <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Specialized</span> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Service Card 6 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden service-card transition duration-300" data-aos="fade-up" data-aos-delay="300"> | |
| <img src="http://static.photos/agriculture/640x360/1" alt="Fencing & Agricultural Supplies" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <div class="flex items-center mb-4"> | |
| <div class="bg-blue-100 p-2 rounded-full mr-3"> | |
| <i data-feather="package" class="text-blue-600"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800">Fencing & Agricultural Supplies</h3> | |
| </div> | |
| <p class="text-gray-600 mb-4">Implements, pumps, solar systems, water tanks, and fencing solutions.</p> | |
| <div class="flex flex-wrap gap-2"> | |
| <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Fencing</span> | |
| <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Agricultural</span> | |
| <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Solar</span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-12 text-center" data-aos="fade-up"> | |
| <a href="#contact" class="inline-flex items-center bg-blue-600 text-white px-6 py-3 rounded-md font-medium hover:bg-blue-700 transition duration-300"> | |
| Get a Custom Quote | |
| <i data-feather="arrow-right" class="ml-2"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Projects Section --> | |
| <section id="projects" class="py-20 bg-gray-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center mb-16" data-aos="fade-up"> | |
| <h2 class="text-3xl font-bold text-gray-900 mb-4">Our Completed Projects</h2> | |
| <div class="w-20 h-1 bg-blue-600 mx-auto mb-6"></div> | |
| <p class="text-lg text-gray-600 max-w-3xl mx-auto">We've successfully delivered projects for prestigious clients across Namibia.</p> | |
| </div> | |
| <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8 mb-12"> | |
| <!-- Project 1 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden" data-aos="fade-up" data-aos-delay="100"> | |
| <img src="http://static.photos/construction/640x360/2" alt="Government Project" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <div class="flex justify-between items-start mb-2"> | |
| <h3 class="text-xl font-bold text-gray-800">Government Contracts</h3> | |
| <span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded-full">Completed</span> | |
| </div> | |
| <p class="text-gray-600 mb-4">Worked with Omusati Regional Council, Ohangwena Regional Council, and Ministry of Agriculture.</p> | |
| <div class="flex items-center text-sm text-gray-500"> | |
| <i data-feather="calendar" class="mr-1 w-4 h-4"></i> | |
| <span>2022-2023</span> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Project 2 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden" data-aos="fade-up" data-aos-delay="200"> | |
| <img src="http://static.photos/office/640x360/1" alt="Corporate Project" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <div class="flex justify-between items-start mb-2"> | |
| <h3 class="text-xl font-bold text-gray-800">Corporate Projects</h3> | |
| <span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded-full">Completed</span> | |
| </div> | |
| <p class="text-gray-600 mb-4">Delivered services for NamPower, Namibia Fish Consumption Trust, and private companies.</p> | |
| <div class="flex items-center text-sm text-gray-500"> | |
| <i data-feather="calendar" class="mr-1 w-4 h-4"></i> | |
| <span>2021-2023</span> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Project 3 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden" data-aos="fade-up" data-aos-delay="300"> | |
| <img src="http://static.photos/education/640x360/1" alt="Construction Project" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <div class="flex justify-between items-start mb-2"> | |
| <h3 class="text-xl font-bold text-gray-800">Construction Projects</h3> | |
| <span class="bg-green-100 text-green-800 text-xs px-2 py-1 rounded-full">Completed</span> | |
| </div> | |
| <p class="text-gray-600 mb-4">Built houses, chicken cages, ablution facilities, and other structures.</p> | |
| <div class="flex items-center text-sm text-gray-500"> | |
| <i data-feather="calendar" class="mr-1 w-4 h-4"></i> | |
| <span>2020-2023</span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="text-center mb-16" data-aos="fade-up"> | |
| <h2 class="text-3xl font-bold text-gray-900 mb-4">Ongoing Projects</h2> | |
| <div class="w-20 h-1 bg-blue-600 mx-auto mb-6"></div> | |
| </div> | |
| <div class="grid md:grid-cols-2 gap-8"> | |
| <!-- Ongoing Project 1 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden" data-aos="fade-up" data-aos-delay="100"> | |
| <div class="p-6"> | |
| <div class="flex justify-between items-start mb-2"> | |
| <h3 class="text-xl font-bold text-gray-800">Ministry of Education, Arts and Culture</h3> | |
| <span class="bg-yellow-100 text-yellow-800 text-xs px-2 py-1 rounded-full">In Progress</span> | |
| </div> | |
| <p class="text-gray-600 mb-4">Supply and delivery of tools for educational institutions.</p> | |
| <div class="flex items-center text-sm text-gray-500"> | |
| <i data-feather="calendar" class="mr-1 w-4 h-4"></i> | |
| <span>2023 - Present</span> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Ongoing Project 2 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="p-6"> | |
| <div class="flex justify-between items-start mb-2"> | |
| <h3 class="text-xl font-bold text-gray-800">Ministry of Agriculture, Land & Water Reform</h3> | |
| <span class="bg-yellow-100 text-yellow-800 text-xs px-2 py-1 rounded-full">In Progress</span> | |
| </div> | |
| <p class="text-gray-600 mb-4">Supply of laser range meters for agricultural land management.</p> | |
| <div class="flex items-center text-sm text-gray-500"> | |
| <i data-feather="calendar" class="mr-1 w-4 h-4"></i> | |
| <span>2023 - Present</span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Contact Section --> | |
| <section id="contact" class="py-20"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center mb-16" data-aos="fade-up"> | |
| <h2 class="text-3xl font-bold text-gray-900 mb-4">Get In Touch</h2> | |
| <div class="w-20 h-1 bg-blue-600 mx-auto mb-6"></div> | |
| <p class="text-lg text-gray-600 max-w-3xl mx-auto">Contact us today to discuss your project requirements or request a quote.</p> | |
| </div> | |
| <div class="grid md:grid-cols-2 gap-12"> | |
| <div data-aos="fade-right"> | |
| <div class="bg-white p-8 rounded-lg shadow-lg"> | |
| <h3 class="text-xl font-bold text-gray-800 mb-6">Contact Information</h3> | |
| <div class="space-y-6"> | |
| <div class="flex items-start"> | |
| <div class="bg-blue-100 p-3 rounded-full mr-4"> | |
| <i data-feather="map-pin" class="text-blue-600"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-semibold text-gray-800">Location</h4> | |
| <p class="text-gray-600">Ondangwa, Namibia</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="bg-blue-100 p-3 rounded-full mr-4"> | |
| <i data-feather="mail" class="text-blue-600"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-semibold text-gray-800">Email</h4> | |
| <p class="text-gray-600">yaardushinvestments@gmail.com</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="bg-blue-100 p-3 rounded-full mr-4"> | |
| <i data-feather="phone" class="text-blue-600"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-semibold text-gray-800">Phone</h4> | |
| <p class="text-gray-600">+264 81 568 6675</p> | |
| <p class="text-gray-600">+264 81 464 7283</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="bg-blue-100 p-3 rounded-full mr-4"> | |
| <i data-feather="clock" class="text-blue-600"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-semibold text-gray-800">Working 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> | |
| </div> | |
| <div data-aos="fade-left"> | |
| <div class="bg-white p-8 rounded-lg shadow-lg"> | |
| <h3 class="text-xl font-bold text-gray-800 mb-6">Send Us a Message</h3> | |
| <form> | |
| <div class="grid grid-cols-1 gap-6"> | |
| <div> | |
| <label for="name" class="block text-sm font-medium text-gray-700 mb-1">Your Name</label> | |
| <input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:ring-blue-500 focus:border-blue-500" placeholder="John Doe"> | |
| </div> | |
| <div> | |
| <label for="email" class="block text-sm font-medium text-gray-700 mb-1">Email Address</label> | |
| <input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:ring-blue-500 focus:border-blue-500" placeholder="john@example.com"> | |
| </div> | |
| <div> | |
| <label for="phone" class="block text-sm font-medium text-gray-700 mb-1">Phone Number</label> | |
| <input type="tel" id="phone" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:ring-blue-500 focus:border-blue-500" placeholder="+264 81 234 5678"> | |
| </div> | |
| <div> | |
| <label for="service" class="block text-sm font-medium text-gray-700 mb-1">Service Interested In</label> | |
| <select id="service" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:ring-blue-500 focus:border-blue-500"> | |
| <option value="">Select a service</option> | |
| <option value="civil">Civil Works</option> | |
| <option value="road">Road Works</option> | |
| <option value="electrical">Electrical Services</option> | |
| <option value="signs">Sign Boards</option> | |
| <option value="cleaning">Cleaning Services</option> | |
| <option value="fencing">Fencing & Agricultural Supplies</option> | |
| <option value="de-bushing">De-bushing & Land Clearing</option> | |
| <option value="catering">Catering</option> | |
| <option value="supply">Supply & Delivery</option> | |
| <option value="construction">Construction & Engineering</option> | |
| </select> | |
| </div> | |
| <div> | |
| <label for="message" class="block text-sm font-medium text-gray-700 mb-1">Your Message</label> | |
| <textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:ring-blue-500 focus:border-blue-500" placeholder="Tell us about your project..."></textarea> | |
| </div> | |
| <div> | |
| <button type="submit" class="w-full bg-blue-600 text-white px-6 py-3 rounded-md font-medium hover:bg-blue-700 transition duration-300"> | |
| Send Message | |
| <i data-feather="send" class="ml-2 inline"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </form> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-gray-900 text-white py-12"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="grid md:grid-cols-4 gap-8"> | |
| <div> | |
| <h3 class="text-xl font-bold mb-4">Yaardush Investment CC</h3> | |
| <p class="text-gray-400">"We do it once, we do it right" - delivering excellence across multiple industries in Namibia.</p> | |
| </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-white transition duration-300">Home</a></li> | |
| <li><a href="#about" class="text-gray-400 hover:text-white transition duration-300">About Us</a></li> | |
| <li><a href="#services" class="text-gray-400 hover:text-white transition duration-300">Services</a></li> | |
| <li><a href="#projects" class="text-gray-400 hover:text-white transition duration-300">Projects</a></li> | |
| <li><a href="#contact" class="text-gray-400 hover:text-white transition duration-300">Contact</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-semibold mb-4">Services</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#services" class="text-gray-400 hover:text-white transition duration-300">Civil Works</a></li> | |
| <li><a href="#services" class="text-gray-400 hover:text-white transition duration-300">Road Works</a></li> | |
| <li><a href="#services" class="text-gray-400 hover:text-white transition duration-300">Electrical</a></li> | |
| <li><a href="#services" class="text-gray-400 hover:text-white transition duration-300">Sign Boards</a></li> | |
| <li><a href="#services" class="text-gray-400 hover:text-white transition duration-300">Cleaning Services</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-semibold mb-4">Contact Us</h4> | |
| <ul class="space-y-2"> | |
| <li class="flex items-center"> | |
| <i data-feather="map-pin" class="mr-2 w-4 h-4"></i> | |
| <span class="text-gray-400">Ondangwa, Namibia</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="mail" class="mr-2 w-4 h-4"></i> | |
| <span class="text-gray-400">yaardushinvestments@gmail.com</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="phone" class="mr-2 w-4 h-4"></i> | |
| <span class="text-gray-400">+264 81 568 6675</span> | |
| </li> | |
| <li class="flex items-center"> | |
| <i data-feather="phone" class="mr-2 w-4 h-4"></i> | |
| <span class="text-gray-400">+264 81 464 7283</span> | |
| </li> | |
| </ul> | |
| </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 text-sm mb-4 md:mb-0">© 2023 Yaardush Investment CC. All rights reserved.</p> | |
| <div class="flex space-x-6"> | |
| <a href="#" class="text-gray-400 hover:text-white transition duration-300"> | |
| <i data-feather="facebook"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white transition duration-300"> | |
| <i data-feather="twitter"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white transition duration-300"> | |
| <i data-feather="linkedin"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white transition duration-300"> | |
| <i data-feather="instagram"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Initialize AOS animation library | |
| AOS.init({ | |
| duration: 800, | |
| easing: 'ease-in-out', | |
| once: true | |
| }); | |
| // Initialize Vanta.js globe animation | |
| VANTA.GLOBE({ | |
| el: "#vanta-globe", | |
| mouseControls: true, | |
| touchControls: true, | |
| gyroControls: false, | |
| minHeight: 200.00, | |
| minWidth: 200.00, | |
| scale: 1.00, | |
| scaleMobile: 1.00, | |
| color: 0x3b82f6, | |
| backgroundColor: 0x1e3a8a, | |
| size: 0.8 | |
| }); | |
| // Initialize Feather Icons | |
| feather.replace(); | |
| // Mobile menu toggle functionality | |
| document.addEventListener('DOMContentLoaded', function() { | |
| const mobileMenuButton = document.querySelector('button[aria-controls="mobile-menu"]'); | |
| const mobileMenu = document.getElementById('mobile-menu'); | |
| if(mobileMenuButton) { | |
| mobileMenuButton.addEventListener('click', function() { | |
| const expanded = this.getAttribute('aria-expanded') === 'true'; | |
| this.setAttribute('aria-expanded', !expanded); | |
| mobileMenu.classList.toggle('hidden'); | |
| }); | |
| } | |
| // Smooth scrolling for anchor links | |
| document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
| anchor.addEventListener('click', function (e) { | |
| e.preventDefault(); | |
| document.querySelector(this.getAttribute('href')).scrollIntoView({ | |
| behavior: 'smooth' | |
| }); | |
| }); | |
| }); | |
| }); | |
| </script> | |
| </body> | |
| </html> | |