kmrlll / index.html
Harish07's picture
complete the website - Initial Deployment
c63fd92 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kochi Metro Rail Ltd.</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></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>
<style>
.dropdown:hover .dropdown-menu {
display: block;
}
.hero-bg {
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://kochimetro.org/wp-content/uploads/2018/01/train.png');
background-size: cover;
background-position: center;
}
.nav-link {
position: relative;
}
.nav-link:after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: -2px;
left: 0;
background-color: #f59e0b;
transition: width 0.3s ease;
}
.nav-link:hover:after {
width: 100%;
}
</style>
</head>
<body class="font-sans bg-gray-50">
<!-- Top Bar -->
<div class="bg-blue-900 text-white py-2 px-4">
<div class="container mx-auto flex justify-between items-center">
<div class="flex items-center space-x-4">
<a href="tel:04842846700" class="flex items-center text-sm hover:text-amber-300">
<i data-feather="phone" class="w-4 h-4 mr-1"></i> 0484-2846700
</a>
<a href="tel:18004250355" class="flex items-center text-sm hover:text-amber-300">
<i data-feather="phone" class="w-4 h-4 mr-1"></i> 1800 425 0355 (Toll Free)
</a>
</div>
<div class="flex items-center space-x-4">
<a href="https://kochimetro.org/emp_portal/login_form.php" class="text-sm hover:text-amber-300">Employee Login</a>
<div class="flex space-x-2">
<a href="https://www.facebook.com/KochiMetroRail/" class="hover:text-amber-300"><i data-feather="facebook" class="w-4 h-4"></i></a>
<a href="https://twitter.com/MetroRailKochi" class="hover:text-amber-300"><i data-feather="twitter" class="w-4 h-4"></i></a>
<a href="https://linkedin.com/company/kochi-metro-rail-ltd" class="hover:text-amber-300"><i data-feather="linkedin" class="w-4 h-4"></i></a>
<a href="https://youtube.com/KochiMetroRail/" class="hover:text-amber-300"><i data-feather="youtube" class="w-4 h-4"></i></a>
<a href="https://www.instagram.com/kochimetrorail/" class="hover:text-amber-300"><i data-feather="instagram" class="w-4 h-4"></i></a>
</div>
</div>
</div>
</div>
<!-- Header -->
<header class="bg-white shadow-md">
<div class="container mx-auto px-4 py-4 flex justify-between items-center">
<div class="flex items-center">
<a href="/" class="mr-8">
<img src="https://s3-ap-south-1.amazonaws.com/kmrldata/wp-content/uploads/2022/08/12105259/KMRL-logo-300x165.gif" alt="Kochi Metro Rail Ltd." class="h-16">
</a>
</div>
<nav class="hidden lg:flex space-x-8">
<div class="dropdown relative">
<a href="#" class="nav-link text-blue-900 font-medium hover:text-amber-600">Who We Are</a>
<div class="dropdown-menu absolute hidden bg-white shadow-lg rounded mt-2 py-2 w-48 z-10">
<a href="https://kochimetro.org/about-us/" class="block px-4 py-2 hover:bg-blue-50">About Us</a>
<a href="https://kochimetro.org/board-of-directors/" class="block px-4 py-2 hover:bg-blue-50">Board of Directors</a>
<a href="https://kochimetro.org/annual-reports/" class="block px-4 py-2 hover:bg-blue-50">Annual Reports</a>
</div>
</div>
<div class="dropdown relative">
<a href="#" class="nav-link text-blue-900 font-medium hover:text-amber-600">What We Do</a>
<div class="dropdown-menu absolute hidden bg-white shadow-lg rounded mt-2 py-2 w-64 z-10">
<div class="px-4 py-2 font-semibold">Metro Rail</div>
<a href="https://kochimetro.org/the-project" class="block px-6 py-1 hover:bg-blue-50">Kochi</a>
<a href="https://kochimetro.org/#" class="block px-6 py-1 hover:bg-blue-50">Trivandrum</a>
<a href="https://kochimetro.org/#" class="block px-6 py-1 hover:bg-blue-50">Kozhikode</a>
<div class="border-t my-1"></div>
<a href="https://watermetro.co.in/" class="block px-4 py-2 hover:bg-blue-50">Water Metro</a>
<a href="https://kochimetro.org/iurwts/" class="block px-4 py-2 hover:bg-blue-50">IURWTS</a>
<a href="https://kochimetro.org/completed-projects/" class="block px-4 py-2 hover:bg-blue-50">Completed Projects</a>
<a href="https://kochimetro.org/the-project/#upcoming" class="block px-4 py-2 hover:bg-blue-50">Upcoming Projects</a>
</div>
</div>
<a href="https://kochimetro.org/metro-stations/" class="nav-link text-blue-900 font-medium hover:text-amber-600">Passenger Info</a>
<a href="https://kochimetro.org/tender/" class="nav-link text-blue-900 font-medium hover:text-amber-600">Tenders</a>
<a href="https://kochimetro.org/careers/" class="nav-link text-blue-900 font-medium hover:text-amber-600">Careers</a>
<a href="https://kochimetro.org/contact-us/" class="nav-link text-blue-900 font-medium hover:text-amber-600">Contact Us</a>
</nav>
<button class="lg:hidden focus:outline-none" id="mobile-menu-button">
<i data-feather="menu" class="w-6 h-6 text-blue-900"></i>
</button>
</div>
<!-- Mobile Menu -->
<div class="lg:hidden hidden bg-white shadow-lg" id="mobile-menu">
<div class="px-4 py-2">
<a href="https://kochimetro.org/about-us/" class="block px-4 py-2 hover:bg-blue-50">Who We Are</a>
<a href="https://kochimetro.org/the-project/" class="block px-4 py-2 hover:bg-blue-50">What We Do</a>
<a href="https://kochimetro.org/metro-stations/" class="block px-4 py-2 hover:bg-blue-50">Passenger Info</a>
<a href="https://kochimetro.org/tender/" class="block px-4 py-2 hover:bg-blue-50">Tenders</a>
<a href="https://kochimetro.org/careers/" class="block px-4 py-2 hover:bg-blue-50">Careers</a>
<a href="https://kochimetro.org/contact-us/" class="block px-4 py-2 hover:bg-blue-50">Contact Us</a>
</div>
</div>
</header>
<!-- Hero Section -->
<section class="hero-bg text-white py-20">
<div class="container mx-auto px-4 text-center">
<h1 class="text-4xl md:text-5xl font-bold mb-6" data-aos="fade-up">Welcome to the most advanced Metro System in India</h1>
<p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto" data-aos="fade-up" data-aos-delay="100">
Our objective is to make Kochi the first city in the country where the entire public transport system works together as a seamless integrated system.
</p>
<div class="flex flex-wrap justify-center gap-4">
<a href="https://kochimetro.org/metro-stations/" class="bg-amber-500 hover:bg-amber-600 text-white font-bold py-3 px-6 rounded-lg transition duration-300" data-aos="fade-up" data-aos-delay="200">
Explore Stations
</a>
<a href="https://kochimetro.org/fare-chart/" class="bg-transparent border-2 border-white hover:bg-white hover:text-blue-900 text-white font-bold py-3 px-6 rounded-lg transition duration-300" data-aos="fade-up" data-aos-delay="300">
Fare Chart
</a>
</div>
</div>
</section>
<!-- Features Section -->
<section class="py-16 bg-white">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center text-blue-900 mb-12">How We Stand Apart</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
<div class="bg-blue-50 rounded-lg p-6 text-center hover:shadow-lg transition duration-300" data-aos="fade-up">
<div class="bg-blue-100 w-16 h-16 mx-auto rounded-full flex items-center justify-center mb-4">
<i data-feather="users" class="w-8 h-8 text-blue-900"></i>
</div>
<h3 class="text-xl font-semibold mb-2 text-blue-900">Social Inclusion</h3>
<p class="text-gray-600">Empowering all sections of society through inclusive transportation solutions.</p>
<a href="https://kochimetro.org/the-project/#social-inclusion" class="text-amber-600 hover:text-amber-700 inline-block mt-3">Learn more</a>
</div>
<div class="bg-blue-50 rounded-lg p-6 text-center hover:shadow-lg transition duration-300" data-aos="fade-up" data-aos-delay="100">
<div class="bg-blue-100 w-16 h-16 mx-auto rounded-full flex items-center justify-center mb-4">
<i data-feather="sun" class="w-8 h-8 text-blue-900"></i>
</div>
<h3 class="text-xl font-semibold mb-2 text-blue-900">Solar Energy</h3>
<p class="text-gray-600">Harnessing renewable energy to power our metro operations sustainably.</p>
<a href="https://kochimetro.org/the-project/#solar-energy" class="text-amber-600 hover:text-amber-700 inline-block mt-3">Learn more</a>
</div>
<div class="bg-blue-50 rounded-lg p-6 text-center hover:shadow-lg transition duration-300" data-aos="fade-up" data-aos-delay="200">
<div class="bg-blue-100 w-16 h-16 mx-auto rounded-full flex items-center justify-center mb-4">
<i data-feather="leaf" class="w-8 h-8 text-blue-900"></i>
</div>
<h3 class="text-xl font-semibold mb-2 text-blue-900">Vertical Garden</h3>
<p class="text-gray-600">Creating green spaces in urban environments through innovative gardening.</p>
<a href="https://kochimetro.org/the-project/#vertical-garden" class="text-amber-600 hover:text-amber-700 inline-block mt-3">Learn more</a>
</div>
<div class="bg-blue-50 rounded-lg p-6 text-center hover:shadow-lg transition duration-300" data-aos="fade-up" data-aos-delay="300">
<div class="bg-blue-100 w-16 h-16 mx-auto rounded-full flex items-center justify-center mb-4">
<i data-feather="repeat" class="w-8 h-8 text-blue-900"></i>
</div>
<h3 class="text-xl font-semibold mb-2 text-blue-900">Plastic Recycling</h3>
<p class="text-gray-600">Promoting environmental sustainability through plastic bottle recycling.</p>
<a href="https://kochimetro.org/the-project/#plastic-bottle-recycling" class="text-amber-600 hover:text-amber-700 inline-block mt-3">Learn more</a>
</div>
</div>
</div>
</section>
<!-- News Section -->
<section class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<div class="flex justify-between items-center mb-8">
<h2 class="text-3xl font-bold text-blue-900">Latest News</h2>
<a href="https://kochimetro.org/category/news/" class="text-amber-600 hover:text-amber-700 font-medium">View All News</a>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
<div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300" data-aos="fade-up">
<div class="h-48 bg-gray-200 flex items-center justify-center">
<i data-feather="image" class="w-16 h-16 text-gray-400"></i>
</div>
<div class="p-6">
<span class="text-sm text-gray-500">March 16, 2020</span>
<h3 class="text-xl font-semibold mt-2 mb-3 text-blue-900">Lissie Metro Station Renamed</h3>
<p class="text-gray-600 mb-4">Lissie Metro Station is Now Town Hall Metro Station</p>
<a href="https://kochimetro.org/lissie-metro-station-is-now-town-hall-metro-station/" class="text-amber-600 hover:text-amber-700 font-medium">Read More</a>
</div>
</div>
<div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300" data-aos="fade-up" data-aos-delay="100">
<div class="h-48 bg-gray-200 flex items-center justify-center">
<i data-feather="image" class="w-16 h-16 text-gray-400"></i>
</div>
<div class="p-6">
<span class="text-sm text-gray-500">March 16, 2020</span>
<h3 class="text-xl font-semibold mt-2 mb-3 text-blue-900">Record Ridership</h3>
<p class="text-gray-600 mb-4">KMRL's Ridership Zooms Ahead: Records All Time High</p>
<a href="https://kochimetro.org/kmrls-ridership-zooms-ahead-records-all-time-high-on-1-january-2020/" class="text-amber-600 hover:text-amber-700 font-medium">Read More</a>
</div>
</div>
<div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300" data-aos="fade-up" data-aos-delay="200">
<div class="h-48 bg-gray-200 flex items-center justify-center">
<i data-feather="image" class="w-16 h-16 text-gray-400"></i>
</div>
<div class="p-6">
<span class="text-sm text-gray-500">March 16, 2020</span>
<h3 class="text-xl font-semibold mt-2 mb-3 text-blue-900">Public Transport Event</h3>
<p class="text-gray-600 mb-4">KMRL Conducts A Fun Event To Promote Use Of Public Transport</p>
<a href="https://kochimetro.org/kmrl-conducts-a-fun-event-to-promote-use-of-public-transport-and-cycling/" class="text-amber-600 hover:text-amber-700 font-medium">Read More</a>
</div>
</div>
<div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300" data-aos="fade-up" data-aos-delay="300">
<div class="h-48 bg-gray-200 flex items-center justify-center">
<i data-feather="image" class="w-16 h-16 text-gray-400"></i>
</div>
<div class="p-6">
<span class="text-sm text-gray-500">March 16, 2020</span>
<h3 class="text-xl font-semibold mt-2 mb-3 text-blue-900">Public Transport Days</h3>
<p class="text-gray-600 mb-4">Fridays Are Now Public Transport Days For KMRL</p>
<a href="https://kochimetro.org/fridays-are-now-public-transport-days-for-kmrl/" class="text-amber-600 hover:text-amber-700 font-medium">Read More</a>
</div>
</div>
</div>
</div>
</section>
<!-- Stations Section -->
<section class="py-16 bg-white">
<div class="container mx-auto px-4">
<h2 class="text-3xl font-bold text-center text-blue-900 mb-12">Metro Stations</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="bg-blue-50 rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300" data-aos="fade-up">
<div class="h-48 bg-gray-200 flex items-center justify-center">
<i data-feather="map-pin" class="w-16 h-16 text-blue-900"></i>
</div>
<div class="p-6">
<h3 class="text-xl font-semibold mb-3 text-blue-900">Aluva Station</h3>
<p class="text-gray-600 mb-4">The northernmost station of Kochi Metro serving Aluva town.</p>
<a href="https://kochimetro.org/metro-stations/" class="text-amber-600 hover:text-amber-700 font-medium">Station Details</a>
</div>
</div>
<div class="bg-blue-50 rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300" data-aos="fade-up" data-aos-delay="100">
<div class="h-48 bg-gray-200 flex items-center justify-center">
<i data-feather="map-pin" class="w-16 h-16 text-blue-900"></i>
</div>
<div class="p-6">
<h3 class="text-xl font-semibold mb-3 text-blue-900">MG Road Station</h3>
<p class="text-gray-600 mb-4">Located in the heart of Kochi city on MG Road.</p>
<a href="https://kochimetro.org/metro-stations/" class="text-amber-600 hover:text-amber-700 font-medium">Station Details</a>
</div>
</div>
<div class="bg-blue-50 rounded-lg overflow-hidden shadow-md hover:shadow-lg transition duration-300" data-aos="fade-up" data-aos-delay="200">
<div class="h-48 bg-gray-200 flex items-center justify-center">
<i data-feather="map-pin" class="w-16 h-16 text-blue-900"></i>
</div>
<div class="p-6">
<h3 class="text-xl font-semibold mb-3 text-blue-900">Maharaja's College Station</h3>
<p class="text-gray-600 mb-4">Serving the educational hub of Kochi near Maharaja's College.</p>
<a href="https://kochimetro.org/metro-stations/" class="text-amber-600 hover:text-amber-700 font-medium">Station Details</a>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-blue-900 text-white py-12">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<h3 class="text-xl font-bold mb-4">Quick Links</h3>
<ul class="space-y-2">
<li><a href="https://kochimetro.org/about-us/" class="hover:text-amber-300">About Us</a></li>
<li><a href="https://kochimetro.org/metro-stations/" class="hover:text-amber-300">Stations</a></li>
<li><a href="https://kochimetro.org/fare-chart/" class="hover:text-amber-300">Fare Chart</a></li>
<li><a href="https://kochimetro.org/tender/" class="hover:text-amber-300">Tenders</a></li>
</ul>
</div>
<div>
<h3 class="text-xl font-bold mb-4">Projects</h3>
<ul class="space-y-2">
<li><a href="https://kochimetro.org/the-project/" class="hover:text-amber-300">Kochi Metro</a></li>
<li><a href="https://watermetro.co.in/" class="hover:text-amber-300">Water Metro</a></li>
<li><a href="https://kochimetro.org/iurwts/" class="hover:text-amber-300">IURWTS</a></li>
</ul>
</div>
<div>
<h3 class="text-xl font-bold mb-4">Information</h3>
<ul class="space-y-2">
<li><a href="https://kochimetro.org/careers/" class="hover:text-amber-300">Careers</a></li>
<li><a href="https://kochimetro.org/annual-reports/" class="hover:text-amber-300">Annual Reports</a></li>
<li><a href="https://kochimetro.org/contact-us/" class="hover:text-amber-300">Contact Us</a></li>
</ul>
</div>
<div>
<h3 class="text-xl font-bold mb-4">Connect With Us</h3>
<div class="flex space-x-4 mb-4">
<a href="https://www.facebook.com/KochiMetroRail/" class="hover:text-amber-300"><i data-feather="facebook" class="w-6 h-6"></i></a>
<a href="https://twitter.com/MetroRailKochi" class="hover:text-amber-300"><i data-feather="twitter" class="w-6 h-6"></i></a>
<a href="https://linkedin.com/company/kochi-metro-rail-ltd" class="hover:text-amber-300"><i data-feather="linkedin" class="w-6 h-6"></i></a>
<a href="https://youtube.com/KochiMetroRail/" class="hover:text-amber-300"><i data-feather="youtube" class="w-6 h-6"></i></a>
<a href="https://www.instagram.com/kochimetrorail/" class="hover:text-amber-300"><i data-feather="instagram" class="w-6 h-6"></i></a>
</div>
<div>
<p class="mb-2">Helpline: 1800 425 0355</p>
<p>Email: info@kochimetro.org</p>
</div>
</div>
</div>
<div class="border-t border-blue-800 mt-8 pt-8 text-center">
<p>&copy; 2023 Kochi Metro Rail Ltd. All Rights Reserved.</p>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
document.getElementById('mobile-menu-button').addEventListener('click', function() {
const menu = document.getElementById('mobile-menu');
menu.classList.toggle('hidden');
});
// Initialize AOS and Feather Icons
document.addEventListener('DOMContentLoaded', function() {
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true
});
feather.replace();
});
</script>
</body>
</html>