Files
website-ai-generator/pages/seed-9205af797276ee72.html
T

175 lines
13 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Paws & Companions | Local Pet Adoption Center</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
/* Custom configuration for Tailwind to add subtle depth and custom colors */
tailwind.config = {
theme: {
extend: {
colors: {
'primary-blue': '#3b82f6',
'secondary-green': '#10b981',
'background-light': '#f9fafb',
'text-dark': '#1f2937',
},
fontFamily: {
sans: ['Inter', 'sans-serif'],
serif: ['Merriweather', 'serif'],
},
boxShadow: {
'card-hover': '0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)',
}
}
}
</style>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Merriweather:wght@700&display=swap" rel="stylesheet">
</style>
</head>
<body class="bg-background-light text-text-dark font-sans antialiased">
<!-- Navigation Bar -->
<header class="sticky top-0 z-50 bg-white shadow-md">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between items-center h-20">
<div class="flex items-center">
<span class="text-3xl font-extrabold text-primary-blue tracking-tight">Paws & Companions</span>
</div>
<nav class="hidden md:flex space-x-8">
<a href="#adoption" class="text-text-dark hover:text-primary-blue transition duration-300 font-semibold">Adoptions</a>
<a href="#animals" class="text-text-dark hover:text-primary-blue transition duration-300 font-semibold">Meet Our Pets</a>
<a href="#how-it-works" class="text-text-dark hover:text-primary-blue transition duration-300 font-semibold">Get Involved</a>
<a href="#contact" class="text-text-dark hover:text-primary-blue transition duration-300 font-semibold">Contact</a>
</nav>
<a href="#adoption" class="hidden md:inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-full shadow-sm text-white bg-secondary-green hover:bg-green-600 transition duration-300">Adopt Now</a>
</div>
</div>
</header>
<main>
<!-- Hero Section -->
<section class="relative bg-white overflow-hidden pt-16 pb-20 sm:pt-24 sm:pb-32">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative">
<div class="grid lg:grid-cols-12 gap-10 items-center">
<!-- Text Content -->
<div class="lg:col-span-6 text-center lg:text-left">
<h1 class="text-5xl sm:text-6xl lg:text-7xl font-extrabold leading-tight mb-4 text-text-dark">
Find Your Forever Friend
</h1>
<p class="text-xl text-gray-600 mb-8 max-w-lg mx-auto lg:mx-0">
Open our doors and give a deserving animal a second chance at a happy, loving home. Every adoption makes a difference.
</p>
<a href="#adoption" class="inline-block bg-primary-blue text-white text-lg font-bold py-3 px-8 rounded-lg shadow-lg hover:bg-blue-700 transform hover:scale-[1.02] transition duration-300 focus:outline-none focus:ring-4 focus:ring-primary-blue/50">
View Available Pets
</a>
</div>
<!-- Image -->
<div class="lg:col-span-6">
<img src="https://images.pexels.com/photos/16465597/pexels-photo-16465597.jpeg?auto=compress&amp;cs=tinysrgb&amp;fit=crop&amp;h=627&amp;w=1200" alt="A cute dog behind a wire fence in a shelter enclosure, looking towards the camera." class="w-full h-96 object-cover rounded-xl shadow-2xl transform hover:scale-[1.01] transition duration-500 ease-in-out">
<p class="mt-4 text-sm text-gray-500 italic">Photo by Mia X on Pexels</p>
<a href="https://www.pexels.com/photo/cute-dog-standing-behind-fence-16465597/" class="text-xs text-primary-blue hover:underline mt-1 inline-block">View Source Photo</a>
</div>
</div>
</div>
</section>
<!-- Adoption Process Section -->
<section id="adoption" class="py-20 bg-background-light">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold text-text-dark mb-4">How Adoption Works</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">A simple, compassionate process designed to connect loving families with wonderful pets.</p>
</div>
<div class="grid md:grid-cols-3 gap-10">
<!-- Step 1 -->
<div class="bg-white p-8 rounded-xl shadow-card-hover text-center border-t-4 border-primary-blue transition duration-300 hover:shadow-xl">
<div class="w-16 h-16 mx-auto bg-primary-blue/10 rounded-full flex items-center justify-center mb-4">
<svg class="w-8 h-8 text-primary-blue" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4.354a1.5 1.5 0 011.5 1.5v3a1.5 1.5 0 01-1.5 1.5H5.75a1.5 1.5 0 01-1.5-1.5v-3a1.5 1.5 0 011.5-1.5h6a1.5 1.5 0 011.5 1.5v3a1.5 1.5 0 01-1.5 1.5h-1.5"></path></svg>
</div>
<h3 class="text-2xl font-bold mb-3">Apply Online</h3>
<p class="text-gray-600">Fill out our application form detailing your lifestyle and experience. We seek responsible caretakers.</p>
</div>
<!-- Step 2 -->
<div class="bg-white p-8 rounded-xl shadow-card-hover text-center border-t-4 border-secondary-green transition duration-300 hover:shadow-xl">
<div class="w-16 h-16 mx-auto bg-secondary-green/10 rounded-full flex items-center justify-center mb-4">
<svg class="w-8 h-8 text-secondary-green" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 13l-5 5m0 0l-5-5m5 5V3"></path></svg>
</div>
<h3 class="text-2xl font-bold mb-3">Meet & Connect</h3>
<p class="text-gray-600">Our team matches you with the perfect companion based on temperament and needs.</p>
</div>
<!-- Step 3 -->
<div class="bg-white p-8 rounded-xl shadow-card-hover text-center border-t-4 border-primary-blue transition duration-300 hover:shadow-xl">
<div class="w-16 h-16 mx-auto bg-primary-blue/10 rounded-full flex items-center justify-center mb-4">
<svg class="w-8 h-8 text-primary-blue" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 18h.01M8 21h8a2 2 0 002-2V7a2 2 0 00-2-2H8a2 2 0 00-2 2v12a2 2 0 002 2z"></path></svg>
</div>
<h3 class="text-2xl font-bold mb-3">Happy Tails</h3>
<p class="text-gray-600">Celebrate the joy! We support your journey together with resources and support.</p>
</div>
</div>
</div>
</section>
<!-- Featured Animals Section -->
<section id="animals" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold text-text-dark mb-4">Our Wonderful Residents</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Meet some of the sweet, deserving animals waiting for their loving forever homes today.</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<!-- Animal Card 1 -->
<div class="bg-background-light rounded-xl overflow-hidden shadow-card-hover group transform hover:-translate-y-2 transition duration-500">
<img src="https://via.placeholder.com/600x400?text=Buddy+The+Dog" alt="Buddy the Golden Retriever" class="w-full h-48 object-cover group-hover:opacity-90 transition duration-500">
<div class="p-5">
<h3 class="text-2xl font-bold text-primary-blue mb-2">Buddy</h3>
<p class="text-gray-600 mb-3">Golden Retriever Mix</p>
<p class="text-sm text-gray-500 mb-4 line-clamp-3">Buddy loves long walks and belly rubs. He's looking for a family who can offer a warm, stable environment.</p>
<button class="w-full bg-secondary-green text-white py-2 rounded-lg font-semibold hover:bg-green-600 transition duration-300 focus:outline-none">View Profile</button>
</div>
</div>
<!-- Animal Card 2 -->
<div class="bg-background-light rounded-xl overflow-hidden shadow-card-hover group transform hover:-translate-y-2 transition duration-500">
<img src="https://via.placeholder.com/600x400?text=Luna+The+Cat" alt="Luna the Calico Cat" class="w-full h-48 object-cover group-hover:opacity-90 transition duration-500">
<div class="p-5">
<h3 class="text-2xl font-bold text-primary-blue mb-2">Luna</h3>
<p class="text-gray-600 mb-3">Calico Cat</p>
<p class="text-sm text-gray-500 mb-4 line-clamp-3">Luna is a gentle soul, happiest curled up in a sunny spot. She thrives with calm, patient companionship.</p>
<button class="w-full bg-secondary-green text-white py-2 rounded-lg font-semibold hover:bg-green-600 transition duration-300 focus:outline-none">View Profile</button>
</div>
</div>
<!-- Animal Card 3 -->
<div class="bg-background-light rounded-xl overflow-hidden shadow-card-hover group transform hover:-translate-y-2 transition duration-500">
<img src="https://via.placeholder.com/600x400?text=Max+The+Rabbit" alt="Max the Lop Rabbit" class="w-full h-48 object-cover group-hover:opacity-90 transition duration-500">
<div class="p-5">
<h3 class="text-2xl font-bold text-primary-blue mb-2">Max</h3>
<p class="text-gray-600 mb-3">Lop Rabbit</p>
<p class="text-sm text-gray-500 mb-4 line-clamp-3">Max loves fresh vegetables and quiet playtime. A gentle companion perfect for a peaceful home.</p>
<button class="w-full bg-secondary-green text-white py-2 rounded-lg font-semibold hover:bg-green-600 transition duration-300 focus:outline-none">View Profile</button>
</div>
</div>
</div>
<div class="text-center mt-12">
<a href="#" class="inline-block text-lg font-semibold text-primary-blue hover:text-blue-700 border-b-2 border-primary-blue/50">See All Available Animals &rarr;</a>
</div>
</div>
</section>
<!-- Contact / Footer Section -->
<footer id="contact" class="bg-text-dark text-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 grid md:grid-cols-3 gap-10">
<!-- Column 1: About -->
<div>
<h4 class="text-2xl font-bold mb-4 text-primary-blue">About Us</h4>
<p class="text-gray-400 mb-4">
Paws & Companions is dedicated to fostering compassion and creating safe pathways for animals in need. We work tirelessly to ensure<div style="position:fixed;right:12px;bottom:12px;z-index:2147483647;background:rgba(17,24,39,.92);color:#fff;padding:8px 10px;border-radius:10px;font:12px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;box-shadow:0 8px 20px rgba(0,0,0,.28)">Generated in 18.70s</div>