Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>PMC-DBOT | Yadgir Water Management</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://cdn.jsdelivr.net/npm/animejs/lib/anime.iife.min.js"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <style> | |
| .hero-gradient { | |
| background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 50%, #1d4ed8 100%); | |
| } | |
| .map-container { | |
| height: 500px; | |
| background-color: #e5e7eb; | |
| border-radius: 1rem; | |
| overflow: hidden; | |
| } | |
| .stat-card { | |
| transition: all 0.3s ease; | |
| } | |
| .stat-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); | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-gray-50"> | |
| <!-- Navigation --> | |
| <nav class="bg-white shadow-lg"> | |
| <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"> | |
| <i data-feather="droplet" class="text-blue-600 h-8 w-8"></i> | |
| <span class="ml-2 text-xl font-bold text-gray-900">PMC-DBOT</span> | |
| </div> | |
| <div class="hidden sm:ml-6 sm:flex sm:space-x-8"> | |
| <a href="index.html" class="border-blue-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Dashboard</a> | |
| <a href="projects.html" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Projects</a> | |
| <a href="habitations.html" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Habitations</a> | |
| <a href="reports.html" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Reports</a> | |
| <a href="about.html" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">About</a> | |
| </div> | |
| </div> | |
| <div class="hidden sm:ml-6 sm:flex sm:items-center"> | |
| <button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-md text-sm font-medium flex items-center"> | |
| <i data-feather="user" class="mr-2 w-4 h-4"></i> Login | |
| </button> | |
| </div> | |
| <div class="-mr-2 flex items-center sm:hidden"> | |
| <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-500" aria-controls="mobile-menu" aria-expanded="false"> | |
| <i data-feather="menu"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Mobile menu --> | |
| <div class="sm:hidden hidden" id="mobile-menu"> | |
| <div class="pt-2 pb-3 space-y-1"> | |
| <a href="index.html" class="bg-blue-50 border-blue-500 text-blue-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Dashboard</a> | |
| <a href="projects.html" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Projects</a> | |
| <a href="habitations.html" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Habitations</a> | |
| <a href="reports.html" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Reports</a> | |
| <a href="about.html" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">About</a> | |
| <div class="mt-4 pl-3 pr-4"> | |
| <button class="w-full bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-md text-sm font-medium flex items-center justify-center"> | |
| <i data-feather="user" class="mr-2 w-4 h-4"></i> Login | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <div class="hero-gradient text-white"> | |
| <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center"> | |
| <h1 class="text-4xl font-extrabold tracking-tight sm:text-5xl lg:text-6xl mb-4" data-aos="fade-down"> | |
| Yadgir District Water Management | |
| </h1> | |
| <p class="max-w-3xl mx-auto text-xl text-blue-100" data-aos="fade-up" data-aos-delay="100"> | |
| Project Management & Control System for Drinking Water Supply in 715 Habitations across 6 Taluks | |
| </p> | |
| <div class="mt-8 flex justify-center space-x-4" data-aos="fade-up" data-aos-delay="200"> | |
| <a href="projects.html" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-blue-700 bg-white hover:bg-blue-50"> | |
| View Projects | |
| </a> | |
| <a href="about.html" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-800 bg-opacity-60 hover:bg-opacity-70"> | |
| Learn More | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Stats Section --> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12"> | |
| <div class="grid grid-cols-1 gap-5 sm:grid-cols-2 lg:grid-cols-4"> | |
| <!-- Stat 1 --> | |
| <div class="stat-card bg-white overflow-hidden shadow rounded-lg" data-aos="fade-up"> | |
| <div class="px-4 py-5 sm:p-6"> | |
| <div class="flex items-center"> | |
| <div class="flex-shrink-0 bg-blue-500 rounded-md p-3"> | |
| <i data-feather="map-pin" class="text-white h-6 w-6"></i> | |
| </div> | |
| <div class="ml-5 w-0 flex-1"> | |
| <dt class="text-sm font-medium text-gray-500 truncate"> | |
| Total Habitations | |
| </dt> | |
| <dd class="flex items-baseline"> | |
| <div class="text-2xl font-semibold text-gray-900"> | |
| 715 | |
| </div> | |
| </dd> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Stat 2 --> | |
| <div class="stat-card bg-white overflow-hidden shadow rounded-lg" data-aos="fade-up" data-aos-delay="100"> | |
| <div class="px-4 py-5 sm:p-6"> | |
| <div class="flex items-center"> | |
| <div class="flex-shrink-0 bg-green-500 rounded-md p-3"> | |
| <i data-feather="home" class="text-white h-6 w-6"></i> | |
| </div> | |
| <div class="ml-5 w-0 flex-1"> | |
| <dt class="text-sm font-medium text-gray-500 truncate"> | |
| Villages Covered | |
| </dt> | |
| <dd class="flex items-baseline"> | |
| <div class="text-2xl font-semibold text-gray-900"> | |
| 502 | |
| </div> | |
| </dd> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Stat 3 --> | |
| <div class="stat-card bg-white overflow-hidden shadow rounded-lg" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="px-4 py-5 sm:p-6"> | |
| <div class="flex items-center"> | |
| <div class="flex-shrink-0 bg-yellow-500 rounded-md p-3"> | |
| <i data-feather="users" class="text-white h-6 w-6"></i> | |
| </div> | |
| <div class="ml-5 w-0 flex-1"> | |
| <dt class="text-sm font-medium text-gray-500 truncate"> | |
| Population Served | |
| </dt> | |
| <dd class="flex items-baseline"> | |
| <div class="text-2xl font-semibold text-gray-900"> | |
| 927,450 | |
| </div> | |
| </dd> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Stat 4 --> | |
| <div class="stat-card bg-white overflow-hidden shadow rounded-lg" data-aos="fade-up" data-aos-delay="300"> | |
| <div class="px-4 py-5 sm:p-6"> | |
| <div class="flex items-center"> | |
| <div class="flex-shrink-0 bg-purple-500 rounded-md p-3"> | |
| <i data-feather="layers" class="text-white h-6 w-6"></i> | |
| </div> | |
| <div class="ml-5 w-0 flex-1"> | |
| <dt class="text-sm font-medium text-gray-500 truncate"> | |
| Taluks Covered | |
| </dt> | |
| <dd class="flex items-baseline"> | |
| <div class="text-2xl font-semibold text-gray-900"> | |
| 6 | |
| </div> | |
| </dd> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Map Section --> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 pb-12"> | |
| <div class="bg-white shadow rounded-lg overflow-hidden"> | |
| <div class="p-6 border-b border-gray-200"> | |
| <h3 class="text-lg font-medium leading-6 text-gray-900">Yadgir District Coverage Map</h3> | |
| <p class="mt-1 text-sm text-gray-500">Showing all 715 habitations across 6 taluks</p> | |
| </div> | |
| <div class="p-6"> | |
| <div class="map-container relative"> | |
| <!-- Map will be loaded here --> | |
| <div class="absolute inset-0 flex items-center justify-center"> | |
| <div class="text-center"> | |
| <i data-feather="map" class="mx-auto h-12 w-12 text-gray-400"></i> | |
| <h3 class="mt-2 text-sm font-medium text-gray-900">Interactive Map</h3> | |
| <p class="mt-1 text-sm text-gray-500">Map visualization will be displayed here</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Projects Overview --> | |
| <div class="bg-gray-100 py-12"> | |
| <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-extrabold text-gray-900 sm:text-4xl" data-aos="fade-up"> | |
| Project Overview | |
| </h2> | |
| <p class="mt-3 max-w-2xl mx-auto text-xl text-gray-500 sm:mt-4" data-aos="fade-up" data-aos-delay="100"> | |
| Key initiatives to provide safe drinking water across Yadgir district | |
| </p> | |
| </div> | |
| <div class="grid gap-8 lg:grid-cols-3"> | |
| <!-- Project 1 --> | |
| <div class="bg-white rounded-lg shadow-md overflow-hidden" data-aos="fade-up"> | |
| <div class="p-6"> | |
| <div class="flex items-center"> | |
| <div class="flex-shrink-0 bg-blue-100 rounded-md p-3"> | |
| <i data-feather="cloud-rain" class="text-blue-600 h-6 w-6"></i> | |
| </div> | |
| <div class="ml-4"> | |
| <h3 class="text-lg font-medium text-gray-900">Surface Water Schemes</h3> | |
| <p class="mt-1 text-sm text-gray-500">River-based supply systems</p> | |
| </div> | |
| </div> | |
| <p class="mt-4 text-gray-600"> | |
| Utilizing Krishna and Bhima rivers for sustainable water supply to villages along riverbanks. | |
| </p> | |
| <div class="mt-6"> | |
| <a href="projects.html#surface-water" class="text-blue-600 hover:text-blue-800 text-sm font-medium"> | |
| View details <span aria-hidden="true">→</span> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Project 2 --> | |
| <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 items-center"> | |
| <div class="flex-shrink-0 bg-green-100 rounded-md p-3"> | |
| <i data-feather="droplet" class="text-green-600 h-6 w-6"></i> | |
| </div> | |
| <div class="ml-4"> | |
| <h3 class="text-lg font-medium text-gray-900">Groundwater Treatment</h3> | |
| <p class="mt-1 text-sm text-gray-500">Quality improvement</p> | |
| </div> | |
| </div> | |
| <p class="mt-4 text-gray-600"> | |
| Addressing chemical contamination (fluoride, iron) in groundwater sources across the district. | |
| </p> | |
| <div class="mt-6"> | |
| <a href="projects.html#groundwater" class="text-blue-600 hover:text-blue-800 text-sm font-medium"> | |
| View details <span aria-hidden="true">→</span> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Project 3 --> | |
| <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 items-center"> | |
| <div class="flex-shrink-0 bg-purple-100 rounded-md p-3"> | |
| <i data-feather="database" class="text-purple-600 h-6 w-6"></i> | |
| </div> | |
| <div class="ml-4"> | |
| <h3 class="text-lg font-medium text-gray-900">Reservoir Systems</h3> | |
| <p class="mt-1 text-sm text-gray-500">Water storage solutions</p> | |
| </div> | |
| </div> | |
| <p class="mt-4 text-gray-600"> | |
| Impounding reservoirs for storing water during canal flow periods for use during non-flow periods. | |
| </p> | |
| <div class="mt-6"> | |
| <a href="projects.html#reservoirs" class="text-blue-600 hover:text-blue-800 text-sm font-medium"> | |
| View details <span aria-hidden="true">→</span> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Taluks Section --> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12"> | |
| <div class="text-center mb-12"> | |
| <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl" data-aos="fade-up"> | |
| Covered Taluks | |
| </h2> | |
| <p class="mt-3 max-w-2xl mx-auto text-xl text-gray-500 sm:mt-4" data-aos="fade-up" data-aos-delay="100"> | |
| Six taluks with varying water supply challenges | |
| </p> | |
| </div> | |
| <div class="grid gap-6 md:grid-cols-2 lg:grid-cols-3"> | |
| <!-- Taluk 1 --> | |
| <div class="bg-white rounded-lg shadow overflow-hidden" data-aos="fade-up"> | |
| <div class="p-6"> | |
| <h3 class="text-lg font-medium text-gray-900">Shahapur</h3> | |
| <div class="mt-2 flex items-center text-sm text-gray-500"> | |
| <i data-feather="map-pin" class="flex-shrink-0 mr-1.5 h-5 w-5 text-gray-400"></i> | |
| Northern Yadgir | |
| </div> | |
| <div class="mt-4 flex items-center justify-between"> | |
| <div> | |
| <span class="text-gray-900 font-medium">23</span> | |
| <span class="ml-1 text-gray-500">GPs</span> | |
| </div> | |
| <div> | |
| <span class="text-gray-900 font-medium">112</span> | |
| <span class="ml-1 text-gray-500">Habitations</span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Taluk 2 --> | |
| <div class="bg-white rounded-lg shadow overflow-hidden" data-aos="fade-up" data-aos-delay="100"> | |
| <div class="p-6"> | |
| <h3 class="text-lg font-medium text-gray-900">Wadagera</h3> | |
| <div class="mt-2 flex items-center text-sm text-gray-500"> | |
| <i data-feather="map-pin" class="flex-shrink-0 mr-1.5 h-5 w-5 text-gray-400"></i> | |
| Western Yadgir | |
| </div> | |
| <div class="mt-4 flex items-center justify-between"> | |
| <div> | |
| <span class="text-gray-900 font-medium">18</span> | |
| <span class="ml-1 text-gray-500">GPs</span> | |
| </div> | |
| <div> | |
| <span class="text-gray-900 font-medium">98</span> | |
| <span class="ml-1 text-gray-500">Habitations</span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Taluk 3 --> | |
| <div class="bg-white rounded-lg shadow overflow-hidden" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="p-6"> | |
| <h3 class="text-lg font-medium text-gray-900">Hunasagi</h3> | |
| <div class="mt-2 flex items-center text-sm text-gray-500"> | |
| <i data-feather="map-pin" class="flex-shrink-0 mr-1.5 h-5 w-5 text-gray-400"></i> | |
| Central Yadgir | |
| </div> | |
| <div class="mt-4 flex items-center justify-between"> | |
| <div> | |
| <span class="text-gray-900 font-medium">21</span> | |
| <span class="ml-1 text-gray-500">GPs</span> | |
| </div> | |
| <div> | |
| <span class="text-gray-900 font-medium">105</span> | |
| <span class="ml-1 text-gray-500">Habitations</span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Taluk 4 --> | |
| <div class="bg-white rounded-lg shadow overflow-hidden" data-aos="fade-up"> | |
| <div class="p-6"> | |
| <h3 class="text-lg font-medium text-gray-900">Shorapur</h3> | |
| <div class="mt-2 flex items-center text-sm text-gray-500"> | |
| <i data-feather="map-pin" class="flex-shrink-0 mr-1.5 h-5 w-5 text-gray-400"></i> | |
| Southern Yadgir | |
| </div> | |
| <div class="mt-4 flex items-center justify-between"> | |
| <div> | |
| <span class="text-gray-900 font-medium">25</span> | |
| <span class="ml-1 text-gray-500">GPs</span> | |
| </div> | |
| <div> | |
| <span class="text-gray-900 font-medium">128</span> | |
| <span class="ml-1 text-gray-500">Habitations</span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Taluk 5 --> | |
| <div class="bg-white rounded-lg shadow overflow-hidden" data-aos="fade-up" data-aos-delay="100"> | |
| <div class="p-6"> | |
| <h3 class="text-lg font-medium text-gray-900">Yadgir</h3> | |
| <div class="mt-2 flex items-center text-sm text-gray-500"> | |
| <i data-feather="map-pin" class="flex-shrink-0 mr-1.5 h-5 w-5 text-gray-400"></i> | |
| District HQ | |
| </div> | |
| <div class="mt-4 flex items-center justify-between"> | |
| <div> | |
| <span class="text-gray-900 font-medium">19</span> | |
| <span class="ml-1 text-gray-500">GPs</span> | |
| </div> | |
| <div> | |
| <span class="text-gray-900 font-medium">115</span> | |
| <span class="ml-1 text-gray-500">Habitations</span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Taluk 6 --> | |
| <div class="bg-white rounded-lg shadow overflow-hidden" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="p-6"> | |
| <h3 class="text-lg font-medium text-gray-900">Gurmitkal</h3> | |
| <div class="mt-2 flex items-center text-sm text-gray-500"> | |
| <i data-feather="map-pin" class="flex-shrink-0 mr-1.5 h-5 w-5 text-gray-400"></i> | |
| Eastern Yadgir | |
| </div> | |
| <div class="mt-4 flex items-center justify-between"> | |
| <div> | |
| <span class="text-gray-900 font-medium">17</span> | |
| <span class="ml-1 text-gray-500">GPs</span> | |
| </div> | |
| <div> | |
| <span class="text-gray-900 font-medium">157</span> | |
| <span class="ml-1 text-gray-500">Habitations</span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Footer --> | |
| <footer class="bg-gray-800"> | |
| <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8"> | |
| <div class="grid grid-cols-2 md:grid-cols-4 gap-8"> | |
| <div> | |
| <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Project</h3> | |
| <ul class="mt-4 space-y-4"> | |
| <li><a href="about.html" class="text-base text-gray-300 hover:text-white">About</a></li> | |
| <li><a href="projects.html" class="text-base text-gray-300 hover:text-white">Projects</a></li> | |
| <li><a href="habitations.html" class="text-base text-gray-300 hover:text-white">Habitations</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Resources</h3> | |
| <ul class="mt-4 space-y-4"> | |
| <li><a href="reports.html" class="text-base text-gray-300 hover:text-white">Reports</a></li> | |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Documents</a></li> | |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Maps</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Support</h3> | |
| <ul class="mt-4 space-y-4"> | |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Help Center</a></li> | |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Contact</a></li> | |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Status</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Legal</h3> | |
| <ul class="mt-4 space-y-4"> | |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Privacy</a></li> | |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Terms</a></li> | |
| <li><a href="#" class="text-base text-gray-300 hover:text-white">Cookie Policy</a></li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="mt-8 border-t border-gray-700 pt-8 md:flex md:items-center md:justify-between"> | |
| <div class="flex space-x-6 md:order-2"> | |
| <a href="#" class="text-gray-400 hover:text-gray-300"> | |
| <i data-feather="twitter" class="h-6 w-6"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-gray-300"> | |
| <i data-feather="facebook" class="h-6 w-6"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-gray-300"> | |
| <i data-feather="instagram" class="h-6 w-6"></i> | |
| </a> | |
| </div> | |
| <p class="mt-8 text-base text-gray-400 md:mt-0 md:order-1"> | |
| © 2023 PMC-DBOT Yadgir Water Management. All rights reserved. | |
| </p> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Mobile menu toggle | |
| document.querySelector('nav button').addEventListener('click', function() { | |
| const menu = document.getElementById('mobile-menu'); | |
| menu.classList.toggle('hidden'); | |
| }); | |
| // Initialize animations | |
| AOS.init({ | |
| duration: 800, | |
| easing: 'ease-in-out', | |
| once: true | |
| }); | |
| // Initialize feather icons | |
| feather.replace(); | |
| </script> | |
| </body> | |
| </html> | |