nonprofittest / about.html
ICExrp's picture
make all the pages be able to loop back to the Home page and build out the Home page - Initial Deployment
149e452 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - 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-purple-600">About</a>
<a href="cats.html" class="block px-3 py-2 text-gray-700 hover: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">
Our Story of <span class="text-purple-600">Hope</span>
</h1>
<p class="text-xl text-gray-600 max-w-3xl mx-auto leading-relaxed">
Founded in 2009, PurrHope has been dedicated to rescuing and rehoming cats in need.
What started as a small group of volunteers has grown into a thriving community organization.
</p>
</div>
</div>
</section>
<!-- Mission & Vision -->
<section class="py-20 bg-white/50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid lg:grid-cols-2 gap-12 items-center">
<div data-aos="fade-right">
<h2 class="text-4xl font-bold text-gray-800 mb-6">Our Mission</h2>
<p class="text-lg text-gray-600 mb-6 leading-relaxed">
To rescue, rehabilitate, and rehome cats in need while promoting responsible pet ownership
and reducing feline overpopulation through education and community outreach.
</p>
<div class="flex items-center space-x-4">
<div class="bg-purple-100 p-3 rounded-full">
<i data-feather="target" class="h-6 w-6 text-purple-600"></i>
</div>
<span class="text-gray-700 font-medium">Saving lives, one cat at a time</span>
</div>
</div>
<div data-aos="fade-left" class="bg-gradient-to-br from-purple-100 to-pink-100 rounded-3xl p-8">
<h2 class="text-4xl font-bold text-gray-800 mb-6">Our Vision</h2>
<p class="text-lg text-gray-600 mb-6 leading-relaxed">
A world where every cat has a safe, loving home and no feline is left behind due to
homelessness or neglect.
</p>
<div class="flex items-center space-x-4">
<div class="bg-white p-3 rounded-full">
<i data-feather="eye" class="h-6 w-6 text-purple-600"></i>
</div>
<span class="text-gray-700 font-medium">Creating a better future for all cats</span>
</div>
</div>
</div>
</div>
</section>
<!-- Team Section -->
<section class="py-20">
<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">Meet Our Team</h2>
<p class="text-xl text-gray-600 max-w-2xl mx-auto">
Dedicated professionals and volunteers working together to make a difference
</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="text-center" data-aos="fade-up" data-aos-delay="100">
<img src="http://static.photos/people/320x240/1" alt="Sarah Johnson" class="w-32 h-32 rounded-full mx-auto mb-4 object-cover">
<h3 class="text-xl font-bold text-gray-800 mb-2">Sarah Johnson</h3>
<p class="text-purple-600 mb-2">Founder & CEO</p>
<p class="text-gray-600">Passionate about feline welfare with 15+ years of experience in animal rescue.</p>
</div>
<div class="text-center" data-aos="fade-up" data-aos-delay="200">
<img src="http://static.photos/people/320x240/2" alt="Dr. Michael Chen" class="w-32 h-32 rounded-full mx-auto mb-4 object-cover">
<h3 class="text-xl font-bold text-gray-800 mb-2">Dr. Michael Chen</h3>
<p class="text-purple-600 mb-2">Veterinary Director</p>
<p class="text-gray-600">Ensuring every cat receives the best medical care possible.</p>
</div>
<div class="text-center" data-aos="fade-up" data-aos-delay="300">
<img src="http://static.photos/people/320x240/3" alt="Emily Rodriguez" class="w-32 h-32 rounded-full mx-auto mb-4 object-cover">
<h3 class="text-xl font-bold text-gray-800 mb-2">Emily Rodriguez</h3>
<p class="text-purple-600 mb-2">Adoption Coordinator</p>
<p class="text-gray-600">Matching cats with their perfect forever families.</p>
</div>
</div>
</div>
</section>
<!-- Values Section -->
<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">Our Core Values</h2>
<p class="text-xl text-gray-600 max-w-2xl mx-auto">
The principles that guide everything we do
</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
<div class="bg-white rounded-2xl p-6 text-center shadow-lg" 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">
<i data-feather="heart" class="h-8 w-8 text-purple-600"></i>
</div>
<h3 class="text-lg font-bold text-gray-800 mb-2">Compassion</h3>
<p class="text-gray-600 text-sm">Treating every cat with love and kindness</p>
</div>
<div class="bg-white rounded-2xl p-6 text-center shadow-lg" 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">
<i data-feather="shield" class="h-8 w-8 text-purple-600"></i>
</div>
<h3 class="text-lg font-bold text-gray-800 mb-2">Integrity</h3>
<p class="text-gray-600 text-sm">Always doing what's right for the cats</p>
</div>
<div class="bg-white rounded-2xl p-6 text-center shadow-lg" 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">
<i data-feather="users" class="h-8 w-8 text-purple-600"></i>
</div>
<h3 class="text-lg font-bold text-gray-800 mb-2">Community</h3>
<p class="text-gray-600 text-sm">Working together to save lives</p>
</div>
<div class="bg-white rounded-2xl p-6 text-center shadow-lg" 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">
<i data-feather="zap" class="h-8 w-8 text-purple-600"></i>
</div>
<h3 class="text-lg font-bold text-gray-800 mb-2">Excellence</h3>
<p class="text-gray-600 text-sm">Striving for the highest standards</p>
</div>
</div>
</div>
</section>
<!-- Call to Action -->
<section class="py-20 bg-gradient-to-r from-purple-100 to-pink-100">
<div class="max-w-4xl mx-auto text-center px-4 sm:px-6 lg:px-8" data-aos="fade-up">
<h2 class="text-4xl font-bold text-gray-800 mb-6">Join Our Mission</h2>
<p class="text-xl text-gray-600 mb-8">
Be part of our growing community dedicated to saving cats and finding them loving homes.
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<a href="volunteer.html" class="bg-white text-purple-600 px-8 py-3 rounded-full font-semibold hover:bg-gray-50 transition-colors">
Become a Volunteer
</a>
<a href="donate.html" class="bg-purple-500 text-white px-8 py-3 rounded-full font-semibold hover:bg-purple-600 transition-colors">
Support Our Cause
</a>
</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="text-white">About Us</a></li>
<li><a href="cats.html" class="hover:text-white transition-colors">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>&copy; 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();
</script>
</body>
</html>
html