Spaces:
Running
Running
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Our Cats - PurrHope</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> | |
</head> | |
<body class="bg-gradient-to-br from-blue-50 to-purple-50"> | |
<!-- Navigation --> | |
<nav class="fixed w-full bg-white/95 backdrop-blur-sm shadow-sm z-50"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="flex justify-between items-center h-16"> | |
<div class="flex items-center"> | |
<i data-feather="heart" class="h-8 w-8 text-purple-400 mr-2"></i> | |
<span class="text-2xl font-bold text-gray-800">PurrHope</span> | |
</div> | |
<div class="hidden md:block"> | |
<div class="ml-10 flex items-baseline space-x-8"> | |
<a href="index.html" class="text-purple-600 px-3 py-2 rounded-md text-sm font-medium">Home</a> | |
<a href="about.html" class="text-gray-700 hover:text-purple-600 px-3 py-2 rounded-md text-sm font-medium transition-colors">About</a> | |
<a href="cats.html" class="text-gray-700 hover:text-purple-600 px-3 py-2 rounded-md text-sm font-medium transition-colors">Our Cats</a> | |
<a href="donate.html" class="bg-purple-500 text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-purple-600 transition-colors">Donate</a> | |
</div> | |
</div> | |
<button class="md:hidden" onclick="toggleMenu()"> | |
<i data-feather="menu" class="h-6 w-6 text-gray-700"></i> | |
</button> | |
</div> | |
</div> | |
<div id="mobile-menu" class="hidden md:hidden bg-white border-t"> | |
<div class="px-2 pt-2 pb-3 space-y-1"> | |
<a href="index.html" class="block px-3 py-2 text-gray-700 hover:text-purple-600">Home</a> | |
<a href="about.html" class="block px-3 py-2 text-gray-700 hover:text-purple-600">About</a> | |
<a href="cats.html" class="block px-3 py-2 text-purple-600">Our Cats</a> | |
<a href="donate.html" class="block px-3 py-2 text-gray-700 hover:text-purple-600">Donate</a> | |
</div> | |
</div> | |
</nav> | |
<!-- Hero Section --> | |
<section class="pt-16 min-h-[60vh] flex items-center"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20"> | |
<div class="text-center" data-aos="fade-up"> | |
<h1 class="text-5xl lg:text-6xl font-bold text-gray-800 mb-6"> | |
Meet Our <span class="text-purple-600">Adoptable Cats</span> | |
</h1> | |
<p class="text-xl text-gray-600 max-w-3xl mx-auto leading-relaxed"> | |
All our cats are spayed/neutered, vaccinated, and ready for their forever homes. | |
Each adoption helps us save another life. | |
</p> | |
</div> | |
</div> | |
</section> | |
<!-- Filter Section --> | |
<section class="py-8 bg-white/50"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="flex flex-wrap gap-4 justify-center" data-aos="fade-up"> | |
<button class="bg-purple-500 text-white px-6 py-2 rounded-full hover:bg-purple-600 transition-colors">All Cats</button> | |
<button class="bg-white text-gray-700 px-6 py-2 rounded-full border border-gray-300 hover:border-purple-500 transition-colors">Kittens</button> | |
<button class="bg-white text-gray-700 px-6 py-2 rounded-full border border-gray-300 hover:border-purple-500 transition-colors">Adults</button> | |
<button class="bg-white text-gray-700 px-6 py-2 rounded-full border border-gray-300 hover:border-purple-500 transition-colors">Seniors</button> | |
<button class="bg-white text-gray-700 px-6 py-2 rounded-full border border-gray-300 hover:border-purple-500 transition-colors">Special Needs</button> | |
</div> | |
</div> | |
</section> | |
<!-- Cats Grid --> | |
<section class="py-20"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
<!-- Cat 1 --> | |
<div class="bg-white rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-shadow" data-aos="fade-up" data-aos-delay="100"> | |
<img src="http://static.photos/nature/640x360/10" alt="Whiskers" 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">Whiskers</h3> | |
<span class="bg-purple-100 text-purple-600 px-3 py-1 rounded-full text-sm">Adult</span> | |
</div> | |
<p class="text-gray-600 mb-4">Friendly and affectionate, loves cuddles and playtime.</p> | |
<div class="flex items-center justify-between"> | |
<span class="text-sm text-gray-500">2 years old</span> | |
<button class="bg-purple-500 text-white px-4 py-2 rounded-lg hover:bg-purple-600 transition-colors"> | |
Adopt Me | |
</button> | |
</div> | |
</div> | |
</div> | |
<!-- Cat 2 --> | |
<div class="bg-white rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-shadow" data-aos="fade-up" data-aos-delay="200"> | |
<img src="http://static.photos/nature/640x360/11" alt="Luna" 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">Luna</h3> | |
<span class="bg-pink-100 text-pink-600 px-3 py-1 rounded-full text-sm">Kitten</span> | |
</div> | |
<p class="text-gray-600 mb-4">Playful and curious, perfect for an active household.</p> | |
<div class="flex items-center justify-between"> | |
<span class="text-sm text-gray-500">4 months old</span> | |
<button class="bg-purple-500 text-white px-4 py-2 rounded-lg hover:bg-purple-600 transition-colors"> | |
Adopt Me | |
</button> | |
</div> | |
</div> | |
</div> | |
<!-- Cat 3 --> | |
<div class="bg-white rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-shadow" data-aos="fade-up" data-aos-delay="300"> | |
<img src="http://static.photos/nature/640x360/12" alt="Oliver" 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">Oliver</h3> | |
<span class="bg-blue-100 text-blue-600 px-3 py-1 rounded-full text-sm">Senior</span> | |
</div> | |
<p class="text-gray-600 mb-4">Calm and gentle, great companion for quiet homes.</p> | |
<div class="flex items-center justify-between"> | |
<span class="text-sm text-gray-500">8 years old</span> | |
<button class="bg-purple-500 text-white px-4 py-2 rounded-lg hover:bg-purple-600 transition-colors"> | |
Adopt Me | |
</button> | |
</div> | |
</div> | |
</div> | |
<!-- Cat 4 --> | |
<div class="bg-white rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-shadow" data-aos="fade-up" data-aos-delay="100"> | |
<img src="http://static.photos/nature/640x360/13" alt="Cleo" 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">Cleo</h3> | |
<span class="bg-green-100 text-green-600 px-3 py-1 rounded-full text-sm">Special Needs</span> | |
</div> | |
<p class="text-gray-600 mb-4">Sweet girl with diabetes, needs special care and lots of love.</p> | |
<div class="flex items-center justify-between"> | |
<span class="text-sm text-gray-500">5 years old</span> | |
<button class="bg-purple-500 text-white px-4 py-2 rounded-lg hover:bg-purple-600 transition-colors"> | |
Adopt Me | |
</button> | |
</div> | |
</div> | |
</div> | |
<!-- Cat 5 --> | |
<div class="bg-white rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-shadow" data-aos="fade-up" data-aos-delay="200"> | |
<img src="http://static.photos/nature/640x360/14" alt="Simba" 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">Simba</h3> | |
<span class="bg-purple-100 text-purple-600 px-3 py-1 rounded-full text-sm">Adult</span> | |
</div> | |
<p class="text-gray-600 mb-4">Handsome and confident, loves attention and treats.</p> | |
<div class="flex items-center justify-between"> | |
<span class="text-sm text-gray-500">3 years old</span> | |
<button class="bg-purple-500 text-white px-4 py-2 rounded-lg hover:bg-purple-600 transition-colors"> | |
Adopt Me | |
</button> | |
</div> | |
</div> | |
</div> | |
<!-- Cat 6 --> | |
<div class="bg-white rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-shadow" data-aos="fade-up" data-aos-delay="300"> | |
<img src="http://static.photos/nature/640x360/15" alt="Mia" 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">Mia</h3> | |
<span class="bg-pink-100 text-pink-600 px-3 py-1 rounded-full text-sm">Kitten</span> | |
</div> | |
<p class="text-gray-600 mb-4">Tiny but mighty, full of energy and purrs.</p> | |
<div class="flex items-center justify-between"> | |
<span class="text-sm text-gray-500">3 months old</span> | |
<button class="bg-purple-500 text-white px-4 py-2 rounded-lg hover:bg-purple-600 transition-colors"> | |
Adopt Me | |
</button> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- Load More --> | |
<div class="text-center mt-12" data-aos="fade-up"> | |
<button class="bg-white text-purple-600 px-8 py-3 rounded-full border-2 border-purple-600 hover:bg-purple-50 transition-colors font-semibold"> | |
Load More Cats | |
</button> | |
</div> | |
</div> | |
</section> | |
<!-- Adoption Process --> | |
<section class="py-20 bg-white/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-4xl font-bold text-gray-800 mb-4">Adoption Process</h2> | |
<p class="text-xl text-gray-600 max-w-2xl mx-auto"> | |
We've made our adoption process simple and straightforward | |
</p> | |
</div> | |
<div class="grid md:grid-cols-4 gap-8"> | |
<div class="text-center" data-aos="fade-up" data-aos-delay="100"> | |
<div class="bg-purple-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4"> | |
<span class="text-2xl font-bold text-purple-600">1</span> | |
</div> | |
<h3 class="text-lg font-bold text-gray-800 mb-2">Browse</h3> | |
<p class="text-gray-600">Look through our available cats and find your perfect match</p> | |
</div> | |
<div class="text-center" data-aos="fade-up" data-aos-delay="200"> | |
<div class="bg-purple-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4"> | |
<span class="text-2xl font-bold text-purple-600">2</span> | |
</div> | |
<h3 class="text-lg font-bold text-gray-800 mb-2">Apply</h3> | |
<p class="text-gray-600">Fill out our adoption application online or in person</p> | |
</div> | |
<div class="text-center" data-aos="fade-up" data-aos-delay="300"> | |
<div class="bg-purple-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4"> | |
<span class="text-2xl font-bold text-purple-600">3</span> | |
</div> | |
<h3 class="text-lg font-bold text-gray-800 mb-2">Meet & Greet</h3> | |
<p class="text-gray-600">Schedule a visit to meet your potential new family member</p> | |
</div> | |
<div class="text-center" data-aos="fade-up" data-aos-delay="400"> | |
<div class="bg-purple-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4"> | |
<span class="text-2xl font-bold text-purple-600">4</span> | |
</div> | |
<h3 class="text-lg font-bold text-gray-800 mb-2">Take Home</h3> | |
<p class="text-gray-600">Complete the adoption and welcome your new cat home!</p> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Footer --> | |
<footer class="bg-gray-800 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> | |
<div class="flex items-center mb-4"> | |
<i data-feather="heart" class="h-8 w-8 text-purple-400 mr-2"></i> | |
<span class="text-2xl font-bold">PurrHope</span> | |
</div> | |
<p class="text-gray-400"> | |
Giving every cat a chance at a loving home. | |
</p> | |
</div> | |
<div> | |
<h4 class="font-bold mb-4">Quick Links</h4> | |
<ul class="space-y-2 text-gray-400"> | |
<li><a href="index.html" class="hover:text-white transition-colors">Home</a></li> | |
<li><a href="about.html" class="hover:text-white transition-colors">About Us</a></li> | |
<li><a href="cats.html" class="text-white">Our Cats</a></li> | |
<li><a href="donate.html" class="hover:text-white transition-colors">Donate</a></li> | |
</ul> | |
</div> | |
<div> | |
<h4 class="font-bold mb-4">Contact</h4> | |
<ul class="space-y-2 text-gray-400"> | |
<li>123 Cat Street</li> | |
<li>Meow City, MC 12345</li> | |
<li>(555) 123-MEOW</li> | |
<li>info@purrhope.org</li> | |
</ul> | |
</div> | |
<div> | |
<h4 class="font-bold mb-4">Follow Us</h4> | |
<div class="flex space-x-4"> | |
<a href="#" class="text-gray-400 hover:text-white transition-colors"> | |
<i data-feather="facebook" class="h-6 w-6"></i> | |
</a> | |
<a href="#" class="text-gray-400 hover:text-white transition-colors"> | |
<i data-feather="twitter" class="h-6 w-6"></i> | |
</a> | |
<a href="#" class="text-gray-400 hover:text-white transition-colors"> | |
<i data-feather="instagram" class="h-6 w-6"></i> | |
</a> | |
</div> | |
</div> | |
</div> | |
<div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-400"> | |
<p>© 2024 PurrHope. All rights reserved.</p> | |
</div> | |
</div> | |
</footer> | |
<script> | |
function toggleMenu() { | |
const menu = document.getElementById('mobile-menu'); | |
menu.classList.toggle('hidden'); | |
} | |
// Initialize AOS | |
AOS.init({ | |
duration: 800, | |
once: true | |
}); | |
// Initialize Feather Icons | |
feather.replace(); | |
// Filter functionality | |
const filterButtons = document.querySelectorAll('section:nth-of-type(2) button'); | |
filterButtons.forEach(button => { | |
button.addEventListener('click', function() { | |
filterButtons.forEach(btn => { | |
btn.classList.remove('bg-purple-500', 'text-white'); | |
btn.classList.add('bg-white', 'text-gray-700'); | |
}); | |
this.classList.remove('bg-white', 'text-gray-700'); | |
this.classList.add('bg-purple-500', 'text-white'); | |
}); | |
}); | |
</script> | |
</body> | |
</html> | |
html |