undefined / index.html
omdumbre's picture
slight change in the founder name
3093cd4 verified
Raw
History Blame Contribute Delete
21.8 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Parkingoo - Find Your Perfect Parking Spot</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<style>
.custom-shadow {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.hero-gradient {
background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
}
.hover-scale {
transition: transform 0.2s ease-in-out;
}
.hover-scale:hover {
transform: scale(1.02);
}
</style>
</head>
<body class="bg-gray-50">
<!-- Navigation -->
<nav class="bg-white shadow-md 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">
<i data-feather="map-pin" class="text-blue-600 h-6 w-6"></i>
<span class="ml-2 text-xl font-bold text-blue-600">Parkingoo</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">Home</a>
<a href="search.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">Search</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>
<a href="contact.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">Contact</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">Sign In</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">
<span class="sr-only">Open main menu</span>
<i data-feather="menu" class="block h-6 w-6"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu, show/hide based on menu state. -->
<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">Home</a>
<a href="search.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">Search</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>
<a href="contact.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">Contact</a>
<div class="pt-4 pb-3 border-t border-gray-200">
<div class="mt-3 space-y-1">
<a href="#" class="block px-4 py-2 text-base font-medium text-gray-500 hover:text-gray-800 hover:bg-gray-100">Sign in</a>
</div>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<div class="hero-gradient">
<div class="max-w-7xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8">
<div class="text-center">
<h1 class="text-4xl font-extrabold tracking-tight text-white sm:text-5xl lg:text-6xl">
Find Your Perfect Parking Spot
</h1>
<p class="mt-6 max-w-lg mx-auto text-xl text-blue-100">
Book secure parking spaces across cities with just a few clicks. Save time and avoid hassle!
</p>
<div class="mt-10 flex justify-center">
<div class="inline-flex rounded-md shadow">
<a href="search.html" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-blue-600 bg-white hover:bg-blue-50">
Search Parking
</a>
</div>
<div class="ml-3 inline-flex">
<a href="about.html" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-600 bg-opacity-60 hover:bg-opacity-70">
Learn more
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Features Section -->
<div class="py-12 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Features</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Why choose Parkingoo?
</p>
</div>
<div class="mt-10">
<div class="space-y-10 md:space-y-0 md:grid md:grid-cols-3 md:gap-x-8 md:gap-y-10">
<div class="relative hover-scale">
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
<i data-feather="clock"></i>
</div>
<p class="ml-16 text-lg leading-6 font-medium text-gray-900">24/7 Availability</p>
<p class="mt-2 ml-16 text-base text-gray-500">
Find parking anytime, anywhere with our extensive network of spots.
</p>
</div>
<div class="relative hover-scale">
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
<i data-feather="shield"></i>
</div>
<p class="ml-16 text-lg leading-6 font-medium text-gray-900">Secure Parking</p>
<p class="mt-2 ml-16 text-base text-gray-500">
All our parking spots are verified and secure for your peace of mind.
</p>
</div>
<div class="relative hover-scale">
<div class="absolute flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
<i data-feather="dollar-sign"></i>
</div>
<p class="ml-16 text-lg leading-6 font-medium text-gray-900">Best Prices</p>
<p class="mt-2 ml-16 text-base text-gray-500">
Competitive pricing with no hidden fees. Pay only for what you use.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Popular Locations -->
<div class="bg-gray-50 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Popular Locations</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Find parking in top cities
</p>
</div>
<div class="mt-10 grid grid-cols-1 gap-6 sm:grid-cols-2 lg:grid-cols-4">
<div class="col-span-1 bg-white rounded-lg shadow hover-scale">
<div class="w-full h-48 bg-blue-200 rounded-t-lg overflow-hidden">
<img src="http://static.photos/cityscape/640x360/101" alt="Mumbai" class="w-full h-full object-cover">
</div>
<div class="p-4">
<h3 class="text-lg font-medium text-gray-900">Mumbai</h3>
<p class="mt-1 text-sm text-gray-500">Over 500+ parking spots</p>
<a href="search.html?city=Mumbai" class="mt-3 inline-flex items-center text-sm font-medium text-blue-600 hover:text-blue-500">
View spots
<i data-feather="chevron-right" class="ml-1 h-4 w-4"></i>
</a>
</div>
</div>
<div class="col-span-1 bg-white rounded-lg shadow hover-scale">
<div class="w-full h-48 bg-blue-200 rounded-t-lg overflow-hidden">
<img src="http://static.photos/cityscape/640x360/102" alt="Delhi" class="w-full h-full object-cover">
</div>
<div class="p-4">
<h3 class="text-lg font-medium text-gray-900">Delhi</h3>
<p class="mt-1 text-sm text-gray-500">Over 450+ parking spots</p>
<a href="search.html?city=Delhi" class="mt-3 inline-flex items-center text-sm font-medium text-blue-600 hover:text-blue-500">
View spots
<i data-feather="chevron-right" class="ml-1 h-4 w-4"></i>
</a>
</div>
</div>
<div class="col-span-1 bg-white rounded-lg shadow hover-scale">
<div class="w-full h-48 bg-blue-200 rounded-t-lg overflow-hidden">
<img src="http://static.photos/cityscape/640x360/103" alt="Bangalore" class="w-full h-full object-cover">
</div>
<div class="p-4">
<h3 class="text-lg font-medium text-gray-900">Bangalore</h3>
<p class="mt-1 text-sm text-gray-500">Over 400+ parking spots</p>
<a href="search.html?city=Bangalore" class="mt-3 inline-flex items-center text-sm font-medium text-blue-600 hover:text-blue-500">
View spots
<i data-feather="chevron-right" class="ml-1 h-4 w-4"></i>
</a>
</div>
</div>
<div class="col-span-1 bg-white rounded-lg shadow hover-scale">
<div class="w-full h-48 bg-blue-200 rounded-t-lg overflow-hidden">
<img src="http://static.photos/cityscape/640x360/104" alt="Pune" class="w-full h-full object-cover">
</div>
<div class="p-4">
<h3 class="text-lg font-medium text-gray-900">Pune</h3>
<p class="mt-1 text-sm text-gray-500">Over 350+ parking spots</p>
<a href="search.html?city=Pune" class="mt-3 inline-flex items-center text-sm font-medium text-blue-600 hover:text-blue-500">
View spots
<i data-feather="chevron-right" class="ml-1 h-4 w-4"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonials -->
<div class="py-12 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Testimonials</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
What our customers say
</p>
</div>
<div class="mt-10 grid grid-cols-1 gap-8 md:grid-cols-2 lg:grid-cols-3">
<div class="bg-gray-50 p-6 rounded-lg hover-scale">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="http://static.photos/people/200x200/201" alt="Nayan Narayan">
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Nayan Narayan</h3>
<p class="text-sm text-gray-500">Regular User</p>
</div>
</div>
<div class="mt-4">
<p class="text-base text-gray-600">
"Parkingoo has saved me so much time in Mumbai. I can always find a spot near my office!"
</p>
</div>
</div>
<div class="bg-gray-50 p-6 rounded-lg hover-scale">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="http://static.photos/people/200x200/202" alt="Abhinav Pandey">
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Abhinav Pandey</h3>
<p class="text-sm text-gray-500">Frequent Traveler</p>
</div>
</div>
<div class="mt-4">
<p class="text-base text-gray-600">
"The app is so easy to use. I book parking spots at airports before my flights now."
</p>
</div>
</div>
<div class="bg-gray-50 p-6 rounded-lg hover-scale">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="http://static.photos/people/200x200/203" alt="Rohin Rana">
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Rohin Rana</h3>
<p class="text-sm text-gray-500">First-time User</p>
</div>
</div>
<div class="mt-4">
<p class="text-base text-gray-600">
"Used it during my trip to Bangalore. Found a great spot right near my hotel at half the price!"
</p>
</div>
</div>
</div>
</div>
</div>
<!-- CTA Section -->
<div class="bg-blue-600">
<div class="max-w-7xl mx-auto py-12 px-4 sm:py-16 sm:px-6 lg:px-8 lg:py-20">
<div class="text-center">
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">
Ready to find your perfect parking spot?
</h2>
<p class="mt-3 max-w-2xl mx-auto text-lg text-blue-100">
Join thousands of happy customers who found parking without hassle.
</p>
<div class="mt-10 flex justify-center">
<div class="inline-flex rounded-md shadow">
<a href="search.html" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-blue-600 bg-white hover:bg-blue-50">
Search Parking
</a>
</div>
<div class="ml-3 inline-flex">
<a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-700 hover:bg-blue-800">
Sign up free
</a>
</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">Company</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="#" class="text-base text-gray-300 hover:text-white">Careers</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Blog</a></li>
<li><a href="contact.html" class="text-base text-gray-300 hover:text-white">Contact</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">Safety</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Cancellation options</a></li>
<li><a href="#" class="text-base text-gray-300 hover:text-white">Report issue</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>
<li><a href="#" class="text-base text-gray-300 hover:text-white">GDPR</a></li>
</ul>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Connect with us</h3>
<div class="mt-4 flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="facebook" class="h-6 w-6"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="twitter" class="h-6 w-6"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="instagram" class="h-6 w-6"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i data-feather="linkedin" class="h-6 w-6"></i>
</a>
</div>
<div class="mt-6">
<p class="text-sm text-gray-400">
Subscribe to our newsletter
</p>
<div class="mt-2 flex">
<input type="email" placeholder="Your email" class="px-3 py-2 border border-gray-600 bg-gray-700 rounded-l text-white text-sm focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 flex-grow">
<button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-r text-sm font-medium">
Subscribe
</button>
</div>
</div>
</div>
</div>
<div class="mt-12 border-t border-gray-700 pt-8">
<p class="text-base text-gray-400 text-center">
&copy; 2023 Parkingoo. All rights reserved.
</p>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
document.querySelector('[aria-controls="mobile-menu"]').addEventListener('click', function() {
const menu = document.getElementById('mobile-menu');
if (menu.classList.contains('hidden')) {
menu.classList.remove('hidden');
menu.classList.add('block');
} else {
menu.classList.remove('block');
menu.classList.add('hidden');
}
});
// Feather icons
feather.replace();
</script>
</body>
</html>