template-agilitech / index.html
Julien355's picture
undefined - Initial Deployment
e3854c3 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Agilitech Home | Powering Progress</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>
.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video-container video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.dropdown:hover .dropdown-menu {
display: block;
}
.cookie-modal {
transition: all 0.3s ease;
}
.cookie-modal.hidden {
opacity: 0;
pointer-events: none;
}
</style>
</head>
<body class="font-sans antialiased text-gray-800">
<!-- Header -->
<header class="bg-white shadow-sm sticky top-0 z-40">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between items-center h-16">
<!-- Logo -->
<div class="flex-shrink-0">
<a href="#" class="flex items-center">
<img src="https://www.agilitechgroup.com/wp-content/uploads/AGILITECH-corporate_logo-white-tagline.png"
alt="Agilitech Logo" class="h-10">
</a>
</div>
<!-- Desktop Navigation -->
<nav class="hidden md:flex space-x-8">
<div class="dropdown relative">
<button class="text-gray-900 hover:text-blue-600 px-3 py-2 font-medium flex items-center">
Our Company <i class="fas fa-chevron-down ml-1 text-xs"></i>
</button>
<div class="dropdown-menu absolute hidden mt-2 w-48 bg-white shadow-lg rounded-md z-50">
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">About Us</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Leadership</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Guiding Principles</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Social Impact</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">News</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Literature</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Join Our Team</a>
</div>
</div>
<div class="dropdown relative">
<button class="text-gray-900 hover:text-blue-600 px-3 py-2 font-medium flex items-center">
Our Industries <i class="fas fa-chevron-down ml-1 text-xs"></i>
</button>
<div class="dropdown-menu absolute hidden mt-2 w-48 bg-white shadow-lg rounded-md z-50">
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Overview</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Renewable Energy</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Water/Wastewater</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Food & Beverage</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Manufacturing</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Mining</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Municipalities</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Oil and Gas</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Biogas</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Commercial</a>
</div>
</div>
<div class="dropdown relative">
<button class="text-gray-900 hover:text-blue-600 px-3 py-2 font-medium flex items-center">
Our Services <i class="fas fa-chevron-down ml-1 text-xs"></i>
</button>
<div class="dropdown-menu absolute hidden mt-2 w-48 bg-white shadow-lg rounded-md z-50">
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Overview</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Automation</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Construction</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Engineering</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Laser Scanning</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Maintenance</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Panel Fabrication</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Procurement</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Project Management</a>
<a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Regulatory, Compliance</a>
</div>
</div>
<a href="#" class="text-gray-900 hover:text-blue-600 px-3 py-2 font-medium">Our Projects</a>
<a href="#" class="text-gray-900 hover:text-blue-600 px-3 py-2 font-medium">Contact Us</a>
</nav>
<!-- Mobile menu button -->
<div class="md:hidden">
<button id="mobileMenuButton" class="text-gray-500 hover:text-gray-900 focus:outline-none">
<svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>
</svg>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div id="mobileMenu" class="hidden md:hidden bg-white border-t">
<div class="px-2 pt-2 pb-3 space-y-1">
<div class="group">
<button class="flex justify-between items-center w-full px-3 py-2 text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50 rounded-md">
Our Company
<svg class="h-5 w-5 text-gray-400 group-hover:text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
</svg>
</button>
<div class="pl-4 hidden group-hover:block">
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">About Us</a>
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Leadership</a>
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Guiding Principles</a>
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Social Impact</a>
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">News</a>
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Literature</a>
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Join Our Team</a>
</div>
</div>
<div class="group">
<button class="flex justify-between items-center w-full px-3 py-2 text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50 rounded-md">
Our Industries
<svg class="h-5 w-5 text-gray-400 group-hover:text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
</svg>
</button>
<div class="pl-4 hidden group-hover:block">
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Overview</a>
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Renewable Energy</a>
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Water/Wastewater</a>
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Food & Beverage</a>
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Manufacturing</a>
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Mining</a>
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Municipalities</a>
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Oil and Gas</a>
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Biogas</a>
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Commercial</a>
</div>
</div>
<div class="group">
<button class="flex justify-between items-center w-full px-3 py-2 text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50 rounded-md">
Our Services
<svg class="h-5 w-5 text-gray-400 group-hover:text-gray-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
</svg>
</button>
<div class="pl-4 hidden group-hover:block">
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Overview</a>
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Automation</a>
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Construction</a>
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Engineering</a>
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Laser Scanning</a>
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Maintenance</a>
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Panel Fabrication</a>
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Procurement</a>
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Project Management</a>
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-600 hover:text-blue-600 hover:bg-gray-50 rounded-md">Regulatory, Compliance</a>
</div>
</div>
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50 rounded-md">Our Projects</a>
<a href="#" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50 rounded-md">Contact Us</a>
</div>
</div>
</header>
<!-- Hero Section -->
<section class="relative bg-gray-900 text-white">
<div class="video-container">
<video autoplay muted loop class="w-full">
<source src="https://www.agilitechgroup.com/wp-content/uploads/video_header_AGILITECH_noText._mediumBitrate.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center">
<div class="text-center px-4 max-w-4xl mx-auto">
<h1 class="text-4xl md:text-5xl font-bold mb-6">Powering Progress</h1>
<p class="text-xl md:text-2xl mb-8">
Integrated and agile engineering solutions, automation and construction services,
and technological innovations that are powering industry and progress in the world around us.
</p>
<a href="#" class="inline-block bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded transition duration-300">
Learn More
</a>
</div>
</div>
</div>
</section>
<!-- What We Do Section -->
<section class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-gray-900 mb-4">What We Do</h2>
<h3 class="text-2xl text-blue-600 mb-6">The Agilitech Difference.</h3>
<p class="text-lg text-gray-600 max-w-4xl mx-auto">
We are known for integrity, innovation, and our commitment to delivering the best for our clients.
Everything we do is about empowering you to achieve your goals through value-added services,
products and collaboration. Our solutions are tailored to your needs, integrated and agile so
that they grow and adapt with you. We partner with our clients to create pioneering solutions
that power possibilities for a better tomorrow.
</p>
</div>
<div class="flex justify-center">
<img src="https://www.agilitechgroup.com/wp-content/uploads/AGILITECH-what-we-do-collage.png"
alt="What We Do" class="rounded-lg shadow-xl max-w-full h-auto">
</div>
</div>
</section>
<!-- Who We Are Section -->
<section class="py-16 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:flex items-center gap-12">
<div class="lg:w-1/2 mb-8 lg:mb-0">
<img src="https://www.agilitechgroup.com/wp-content/uploads/AGILITECH-who-we-are-collage.jpg"
alt="Who We Are" class="rounded-lg shadow-xl w-full">
</div>
<div class="lg:w-1/2">
<h2 class="text-3xl font-bold text-gray-900 mb-4">Who We Are</h2>
<h3 class="text-2xl text-blue-600 mb-6">Integrity. Innovation. Resilience.</h3>
<p class="text-lg text-gray-600 mb-6">
Agilitech is built on the vision to do better so that our clients can do more.
We believe in the power of potential. We take what exists and make it better,
or we design something new that is safer, smarter, more effective, or more efficient.
</p>
<p class="text-lg text-gray-600 mb-8">
We are committed to offering our clients better quality and better service,
and empowering them to meet the ever-changing demands of industry, production,
and scientific progress.
</p>
<a href="#" class="inline-block bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded transition duration-300">
Learn More About Us
</a>
</div>
</div>
</div>
</section>
<!-- Industries Section -->
<section class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-gray-900 mb-2">Together, we are powering possibilities.</h2>
<p class="text-xl text-gray-600 max-w-4xl mx-auto">
We take the best that exists and make it better. If it doesn't exist, we design it.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="bg-gray-50 rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300">
<img src="https://www.agilitechgroup.com/wp-content/uploads/videobgimage-energy.jpg"
alt="Renewable Energy" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-900 mb-3">Renewable Energy</h3>
<p class="text-gray-600 mb-4">Powering industry</p>
<a href="#" class="text-blue-600 font-medium hover:underline">Learn more</a>
</div>
</div>
<div class="bg-gray-50 rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300">
<img src="https://www.agilitechgroup.com/wp-content/uploads/videobgimage-globe.jpg"
alt="Food & Beverage" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-900 mb-3">Food & Beverage</h3>
<p class="text-gray-600 mb-4">Revolutionizing Production</p>
<a href="#" class="text-blue-600 font-medium hover:underline">Learn more</a>
</div>
</div>
<div class="bg-gray-50 rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300">
<img src="https://www.agilitechgroup.com/wp-content/uploads/AGILITECH-what-we-do-collage.png"
alt="More Industries" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-900 mb-3">More</h3>
<p class="text-gray-600 mb-4">Thinking big</p>
<a href="#" class="text-blue-600 font-medium hover:underline">Learn more</a>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section class="py-16 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-gray-900 mb-2">We make it better, or we make it happen.</h2>
<p class="text-xl text-gray-600 max-w-4xl mx-auto">
View our projects to learn more about how we are challenging the status quo,
making the good better, and designing for the future.
</p>
</div>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6">
<div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300">
<img src="https://www.agilitechgroup.com/wp-content/uploads/videobgimage-energy.jpg"
alt="Energy" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-900 mb-3">Energy</h3>
<a href="#" class="text-blue-600 font-medium hover:underline">Learn More</a>
</div>
</div>
<div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300">
<img src="https://www.agilitechgroup.com/wp-content/uploads/videobgimage-globe.jpg"
alt="Food & Beverage" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-900 mb-3">Food & Beverage</h3>
<a href="#" class="text-blue-600 font-medium hover:underline">Learn More</a>
</div>
</div>
<div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300">
<img src="https://www.agilitechgroup.com/wp-content/uploads/AGILITECH-what-we-do-collage.png"
alt="Aerospace" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-900 mb-3">Aerospace</h3>
<a href="#" class="text-blue-600 font-medium hover:underline">Learn More</a>
</div>
</div>
<div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300">
<img src="https://www.agilitechgroup.com/wp-content/uploads/AGILITECH-who-we-are-collage.jpg"
alt="Water/Wastewater" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-900 mb-3">Water/Wastewater</h3>
<a href="#" class="text-blue-600 font-medium hover:underline">Learn More</a>
</div>
</div>
<div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300">
<img src="https://www.agilitechgroup.com/wp-content/uploads/videobgimage-energy.jpg"
alt="Commercial" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-900 mb-3">Commercial</h3>
<a href="#" class="text-blue-600 font-medium hover:underline">Learn More</a>
</div>
</div>
<div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300">
<img src="https://www.agilitechgroup.com/wp-content/uploads/videobgimage-globe.jpg"
alt="Manufacturing" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-900 mb-3">Manufacturing</h3>
<a href="#" class="text-blue-600 font-medium hover:underline">Learn More</a>
</div>
</div>
</div>
</div>
</section>
<!-- Contact CTA Section -->
<section class="relative bg-gray-900 text-white">
<div class="video-container">
<video autoplay muted loop class="w-full">
<source src="https://www.agilitechgroup.com/wp-content/uploads/Agilitech-globe-video.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center">
<div class="text-center px-4 max-w-4xl mx-auto py-16">
<h2 class="text-3xl md:text-4xl font-bold mb-6">The power of partnership.</h2>
<p class="text-xl md:text-2xl mb-8">
We would love to hear from you. To find out more about what we do,
or to discuss how we can work together, please get in touch.
</p>
<a href="#" class="inline-block bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded transition duration-300">
Contact Us
</a>
<div class="mt-8">
<a href="mailto:info@agilitechgroup.com" class="text-xl font-medium hover:underline">info@agilitechgroup.com</a>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white pt-16 pb-8">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-5 gap-8 mb-12">
<div class="lg:col-span-2">
<img src="https://www.agilitechgroup.com/wp-content/uploads/agilitech_logo-tagline-full-color.png"
alt="Agilitech Logo" class="h-12 mb-6">
<p class="text-gray-400 mb-6">
© 2025 Agilitech ALL RIGHTS RESERVED
</p>
<div class="text-gray-400 mb-6">
<p class="font-medium">Headquarters:</p>
<p>8800 Crippen Street</p>
<p>Bakersfield, CA 93311</p>
<p>P: 661.381.7800</p>
</div>
<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-linkedin-in"></i></a>
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-youtube"></i></a>
</div>
</div>
<div>
<h3 class="text-lg font-bold mb-4">Our Company</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">Leadership</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Guiding Principles</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Social Impact</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">News</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Literature</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Join Our Team</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold mb-4">Our Industries</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white">Overview</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Renewable Energy</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Water/Wastewater</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Food & Beverage</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Manufacturing</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Mining</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Municipalities</a></li>
</ul>
</div>
<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">Our Services</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Our Projects</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Contact Us</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Privacy policy</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Terms of use</a></li>
<li><a href="#" class="text-gray-400 hover:text-white">Trademarks</a></li>
</ul>
</div>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
const mobileMenuButton = document.getElementById('mobileMenuButton');
const mobileMenu = document.getElementById('mobileMenu');
mobileMenuButton.addEventListener('click', () => {
mobileMenu.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=Julien355/template-agilitech" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>