|
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="UTF-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
<title>ValorVets Foundation - Ondersteuning voor Veteranen</title> |
|
<script src="https://cdn.tailwindcss.com"></script> |
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> |
|
<style> |
|
.hero-pattern { |
|
background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1470229722913-7c0e2dbbafd3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80'); |
|
background-size: cover; |
|
background-position: center; |
|
} |
|
|
|
.counter-box { |
|
transition: all 0.3s ease; |
|
} |
|
|
|
.counter-box:hover { |
|
transform: translateY(-5px); |
|
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); |
|
} |
|
|
|
.testimonial-card { |
|
transition: all 0.3s ease; |
|
} |
|
|
|
.testimonial-card:hover { |
|
transform: scale(1.03); |
|
} |
|
</style> |
|
</head> |
|
<body class="font-sans text-gray-800 bg-gray-50"> |
|
|
|
<header class="sticky top-0 z-50 bg-white shadow-md"> |
|
<div class="container mx-auto px-4 py-3"> |
|
<div class="flex justify-between items-center"> |
|
<div class="flex items-center space-x-2"> |
|
<i class="fas fa-star text-red-600 text-2xl"></i> |
|
<span class="text-xl font-bold text-gray-800">Valor<span class="text-red-600">Vets</span></span> |
|
</div> |
|
|
|
<nav class="hidden md:flex space-x-8"> |
|
<a href="#home" class="text-red-600 font-medium hover:text-red-700 transition">Home</a> |
|
<a href="#about" class="text-gray-800 hover:text-red-600 transition">About</a> |
|
<a href="#programs" class="text-gray-800 hover:text-red-600 transition">Programs</a> |
|
<a href="#resources" class="text-gray-800 hover:text-red-600 transition">Resources</a> |
|
<a href="#donate" class="bg-red-600 text-white px-4 py-2 rounded-md hover:bg-red-700 transition">Donate</a> |
|
</nav> |
|
|
|
<button class="md:hidden focus:outline-none" id="mobile-menu-button"> |
|
<i class="fas fa-bars text-2xl"></i> |
|
</button> |
|
</div> |
|
|
|
|
|
<div class="md:hidden hidden" id="mobile-menu"> |
|
<div class="flex flex-col space-y-3 pt-4 pb-2"> |
|
<a href="#home" class="block px-3 py-2 rounded hover:bg-gray-100">Home</a> |
|
<a href="#about" class="block px-3 py-2 rounded hover:bg-gray-100">About</a> |
|
<a href="#programs" class="block px-3 py-2 rounded hover:bg-gray-100">Programs</a> |
|
<a href="#resources" class="block px-3 py-2 rounded hover:bg-gray-100">Resources</a> |
|
<a href="#donate" class="block bg-red-600 text-white px-3 py-2 rounded hover:bg-red-700 text-center">Donate</a> |
|
</div> |
|
</div> |
|
</div> |
|
</header> |
|
|
|
|
|
<section id="home" class="hero-pattern text-white py-20 md:py-32"> |
|
<div class="container mx-auto px-4 text-center"> |
|
<h1 class="text-4xl md:text-5xl lg:text-6xl font-bold mb-6">Eren van <span class="text-red-400">Helden</span>, Bouwen aan <span class="text-red-400">Toekomsten</span></h1> |
|
<p class="text-xl md:text-2xl mb-10 max-w-3xl mx-auto">Uitgebreide ondersteuning voor veteranen via huisvesting, gezondheidszorg, onderwijs en loopbaanbegeleiding.</p> |
|
<div class="flex flex-col sm:flex-row justify-center gap-4"> |
|
<a href="#donate" class="bg-red-600 hover:bg-red-700 text-white font-bold py-3 px-8 rounded-lg transition duration-300 transform hover:scale-105 text-lg">Steun Onze Veteranen</a> |
|
<a href="#programs" class="bg-white hover:bg-gray-100 text-gray-800 font-bold py-3 px-8 rounded-lg transition duration-300 transform hover:scale-105 text-lg">Meer Informatie</a> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<section class="bg-gray-100 py-12"> |
|
<div class="container mx-auto px-4"> |
|
<h2 class="text-3xl font-bold text-center mb-12">Onze Impact in 2023</h2> |
|
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6"> |
|
<div class="counter-box bg-white p-8 rounded-lg shadow-md text-center"> |
|
<div class="text-red-600 text-5xl font-bold mb-3" data-target="2500">0</div> |
|
<div class="text-gray-600">Veteranen Gehuisvest</div> |
|
</div> |
|
<div class="counter-box bg-white p-8 rounded-lg shadow-md text-center"> |
|
<div class="text-red-600 text-5xl font-bold mb-3" data-target="3800">0</div> |
|
<div class="text-gray-600">Banen Gerealiseerd</div> |
|
</div> |
|
<div class="counter-box bg-white p-8 rounded-lg shadow-md text-center"> |
|
<div class="text-red-600 text-5xl font-bold mb-3" data-target="970">0</div> |
|
<div class="text-gray-600">Geestelijke Gezondheidszorg</div> |
|
</div> |
|
<div class="counter-box bg-white p-8 rounded-lg shadow-md text-center"> |
|
<div class="text-red-600 text-5xl font-bold mb-3" data-target="1200">0</div> |
|
<div class="text-gray-600">Beurzen Toegekend</div> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<section id="about" class="py-16 bg-white"> |
|
<div class="container mx-auto px-4"> |
|
<div class="flex flex-col lg:flex-row items-center gap-12"> |
|
<div class="lg:w-1/2"> |
|
<h2 class="text-3xl font-bold mb-6">Onze Missie</h2> |
|
<p class="text-lg mb-6 leading-relaxed">De ValorVets Foundation werd in 2010 opgericht met één eenvoudig doel: ervoor zorgen dat elke veteraan die ons land heeft gediend, toegang heeft tot de middelen die nodig zijn om te gedijen in het burgerleven.</p> |
|
<p class="text-lg mb-8 leading-relaxed">Wij geloven dat het ondersteunen van hen die hebben gediend niet alleen een dankbaarheid is, maar ook een verantwoordelijkheid. Onze uitgebreide programma's richten zich op de vier pijlers van veteranenondersteuning: huisvesting, gezondheidszorg, werkgelegenheid en onderwijs.</p> |
|
<div class="space-y-4"> |
|
<div class="flex items-start"> |
|
<div class="flex-shrink-0 mt-1"> |
|
<i class="fas fa-check-circle text-red-600"></i> |
|
</div> |
|
<p class="ml-3 text-gray-700">Non-profit organisatie (ANBI)</p> |
|
</div> |
|
<div class="flex items-start"> |
|
<div class="flex-shrink-0 mt-1"> |
|
<i class="fas fa-check-circle text-red-600"></i> |
|
</div> |
|
<p class="ml-3 text-gray-700">92% van donaties gaat direct naar programma's</p> |
|
</div> |
|
<div class="flex items-start"> |
|
<div class="flex-shrink-0 mt-1"> |
|
<i class="fas fa-check-circle text-red-600"></i> |
|
</div> |
|
<p class="ml-3 text-gray-700">4-sterren beoordeling door CBF</p> |
|
</div> |
|
</div> |
|
</div> |
|
<div class="lg:w-1/2"> |
|
<div class="relative rounded-lg overflow-hidden shadow-xl"> |
|
<img src="https://images.unsplash.com/photo-1501871731194-41998a9232f1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Veterans group" class="w-full h-auto"> |
|
<div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-70"></div> |
|
<div class="absolute bottom-0 left-0 p-6 text-white"> |
|
<h3 class="text-xl font-bold mb-2">"ValorVets heeft mijn leven na dienst veranderd"</h3> |
|
<p>- Mike K., Koninklijke Marine</p> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<section id="programs" class="py-16 bg-gray-100"> |
|
<div class="container mx-auto px-4"> |
|
<h2 class="text-3xl font-bold text-center mb###4">Onze Programma's</h2> |
|
<p class="text-lg text-center text-gray-600 max-w-3xl mx-auto mb-12">We bieden uitgebreide programma's die zijn ontworpen om te voorzien in de diverse behoeften van onze veteranengemeenschap.</p> |
|
|
|
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> |
|
|
|
<div class="bg-white rounded-lg overflow-hidden shadow-lg transition-all duration-300 hover:shadow-xl"> |
|
<div class="h-48 bg-blue-600 flex items-center justify-center"> |
|
<i class="fas fa-home text-white text-6xl"></i> |
|
</div> |
|
<div class="p-6"> |
|
<h3 class="text-xl font-bold mb-3">Veteran Housing Initiative</h3> |
|
<p class="text-gray-600 mb-4">Providing transitional and permanent housing solutions for homeless and at-risk veterans across the country.</p> |
|
<div class="flex items-center text-red-600 font-medium"> |
|
<span>Learn more</span> |
|
<i class="fas fa-arrow-right ml-2"></i> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="bg-white rounded-lg overflow-hidden shadow-lg transition-all duration-300 hover:shadow-xl"> |
|
<div class="h-48 bg-green-600 flex items-center justify-center"> |
|
<i class="fas fa-briefcase text-white text-6xl"></i> |
|
</div> |
|
<div class="p-6"> |
|
<h3 class="text-xl font-bold mb-3">Career Transition Program</h3> |
|
<p class="text-gray-600 mb-4">Career counseling, resume workshops, and job placement services to help veterans find meaningful employment.</p> |
|
<div class="flex items-center text-red-600 font-medium"> |
|
<span>Learn more</span> |
|
<i class="fas fa-arrow-right ml-2"></i> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="bg-white rounded-lg overflow-hidden shadow-lg transition-all duration-300 hover:shadow-xl"> |
|
<div class="h-48 bg-purple-600 flex items-center justify-center"> |
|
<i class="fas fa-brain text-white text-6xl"></i> |
|
</div> |
|
<div class="p-6"> |
|
<h3 class="text-xl font-bold mb-3">Mental Health Services</h3> |
|
<p class="text-gray-600 mb-4">Specialized counseling and therapy programs tailored for veterans dealing with PTSD and other mental health challenges.</p> |
|
<div class="flex items-center text-red-600 font-medium"> |
|
<span>Learn more</span> |
|
<i class="fas fa-arrow-right ml-2"></i> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<section class="py-16 bg-red-600 text-white"> |
|
<div class="container mx-auto px-4"> |
|
<h2 class="text-3xl font-bold text-center mb-12">Stories of Success</h2> |
|
|
|
<div class="grid grid-cols-1 md:grid-cols-3 gap-8"> |
|
|
|
<div class="testimonial-card bg-white text-gray-800 p-6 rounded-lg shadow-md"> |
|
<div class="flex items-center mb-4"> |
|
<img src="https://randomuser.me/api/portraits/men/32.jpg" alt="John D." class="w-12 h-12 rounded-full mr-4"> |
|
<div> |
|
<h4 class="font-bold">John D.</h4> |
|
<p class="text-red-600 text-sm">U.S. Army, Retired</p> |
|
</div> |
|
</div> |
|
<p class="italic mb-4">"After struggling with homelessness for two years, ValorVets provided me with an apartment and the support I needed to get back on my feet. Today I have a stable job and my own place."</p> |
|
<div class="text-yellow-400"> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="testimonial-card bg-white text-gray-800 p-6 rounded-lg shadow-md"> |
|
<div class="flex items-center mb-4"> |
|
<img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Sarah M." class="w-12 h-12 rounded-full mr-4"> |
|
<div> |
|
<h4 class="font-bold">Sarah M.</h4> |
|
<p class="text-red-600 text-sm">U.S. Navy, Veteran</p> |
|
</div> |
|
</div> |
|
<p class="italic mb-4">"The career transition program helped me translate my military experience into civilian job qualifications. I went from confusion to confidence in just three months!"</p> |
|
<div class="text-yellow-400"> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star-half-alt"></i> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="testimonial-card bg-white text-gray-800 p-6 rounded-lg shadow-md"> |
|
<div class="flex items-center mb-4"> |
|
<img src="https://randomuser.me/api/portraits/men/75.jpg" alt="Robert T." class="w-12 h-12 rounded-full mr-4"> |
|
<div> |
|
<h4 class="font-bold">Robert T.</h4> |
|
<p class="text-red-600 text-sm">U.S. Marine Corps, Veteran</p> |
|
</div> |
|
</div> |
|
<p class="italic mb-4">"I was struggling with PTSD and didn't know where to turn. ValorVets connected me with a counselor who understands military life. For the first time in years, I feel hopeful about the future."</p> |
|
<div class="text-yellow-400"> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
<i class="fas fa-star"></i> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<section id="resources" class="py-16 bg-white"> |
|
<div class="container mx-auto px-4"> |
|
<div class="text-center mb-12"> |
|
<h2 class="text-3xl font-bold mb-4">Veteran Resources</h2> |
|
<p class="text-lg text-gray-600 max-w-3xl mx-auto">Access valuable resources for veterans and their families</p> |
|
</div> |
|
|
|
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6"> |
|
<a href="#" class="group"> |
|
<div class="bg-gray-100 rounded-lg p-6 h-full hover:bg-red-600 hover:text-white transition duration-300"> |
|
<div class="text-red-600 text-4xl mb-4 group-hover:text-white"> |
|
<i class="fas fa-file-alt"></i> |
|
</div> |
|
<h3 class="font-bold text-lg mb-2">VA Benefits Guide</h3> |
|
<p>Comprehensive guide to understanding and applying for VA benefits.</p> |
|
</div> |
|
</a> |
|
|
|
<a href="#" class="group"> |
|
<div class="bg-gray-100 rounded-lg p-6 h-full hover:bg-red-600 hover:text-white transition duration-300"> |
|
<div class="text-red-600 text-4xl mb-4 group-hover:text-white"> |
|
<i class="fas fa-graduation-cap"></i> |
|
</div> |
|
<h3 class="font-bold text-lg mb-2">Education Benefits</h3> |
|
<p>Information about GI Bill and other education assistance programs.</p> |
|
</div> |
|
</a> |
|
|
|
<a href="#" class="group"> |
|
<div class="bg-gray-100 rounded-lg p-6 h-full hover:bg-red-600 hover:text-white transition duration-300"> |
|
<div class="text-red-600 text-4xl mb-4 group-hover:text-white"> |
|
<i class="fas fa-heartbeat"></i> |
|
</div> |
|
<h3 class="font-bold text-lg mb-2">Healthcare Options</h3> |
|
<p>Access to VA healthcare facilities and community care options.</p> |
|
</div> |
|
</a> |
|
|
|
<a href="#" class="group"> |
|
<div class="bg-gray-100 rounded-lg p-6 h-full hover:bg-red-600 hover:text-white transition duration-300"> |
|
<div class="text-red-600 text-4xl mb-4 group-hover:text-white"> |
|
<i class="fas fa-hands-helping"></i> |
|
</div> |
|
<h3 class="font-bold text-lg mb-2">Peer Support</h3> |
|
<p>Connect with fellow veterans in your area for mutual support.</p> |
|
</div> |
|
</a> |
|
</div> |
|
|
|
<div class="text-center mt-10"> |
|
<a href="#" class="inline-flex items-center text-red-600 font-bold text-lg"> |
|
<span>View all resources</span> |
|
<i class="fas fa-arrow-right ml-2"></i> |
|
</a> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<section id="donate" class="py-16 bg-gray-900 text-white"> |
|
<div class="container mx-auto px-4"> |
|
<div class="flex flex-col lg:flex-row items-center gap-12"> |
|
<div class="lg:w-1/2"> |
|
<h2 class="text-3xl font-bold mb-6">Your Support Makes a Difference</h2> |
|
<p class="text-lg mb-6 leading-relaxed">Every dollar you donate helps us provide critical services to veterans in need. Your contribution directly impacts lives by providing:</p> |
|
|
|
<div class="space-y-4 mb-8"> |
|
<div class="flex items-start"> |
|
<div class="flex-shrink-0 mt-1 text-red-400"> |
|
<i class="fas fa-check-circle"></i> |
|
</div> |
|
<p class="ml-3">Shelter for homeless veterans</p> |
|
</div> |
|
<div class="flex items-start"> |
|
<div class="flex-shrink-0 mt-1 text-red-400"> |
|
<i class="fas fa-check-circle"></i> |
|
</div> |
|
<p class="ml-3">Mental health counseling</p> |
|
</div> |
|
<div class="flex items-start"> |
|
<div class="flex-shrink-0 mt-1 text-red-400"> |
|
<i class="fas fa-check-circle"></i> |
|
</div> |
|
<p class="ml-3">Job training programs</p> |
|
</div> |
|
<div class="flex items-start"> |
|
<div class="flex-shrink-0 mt-1 text-red-400"> |
|
<i class="fas fa-check-circle"></i> |
|
</div> |
|
<p class="ml-3">Education scholarships</p> |
|
</div> |
|
</div> |
|
|
|
<div class="bg-gray-800 p-6 rounded-lg mb-8"> |
|
<p class="mb-4 italic">"I can't thank ValorVets enough for helping me through my darkest days. The support saved my life."</p> |
|
<p class="font-medium">- Marcus J., U.S. Army Veteran</p> |
|
</div> |
|
</div> |
|
|
|
<div class="lg:w-1/2 w-full"> |
|
<div class="bg-white text-gray-800 rounded-lg shadow-xl p-8"> |
|
<h3 class="text-2xl font-bold mb-6 text-center">Make a Donation</h3> |
|
|
|
<div class="grid grid-cols-2 gap-4 mb-6"> |
|
<button class="bg-red-600 hover:bg-red-700 text-white py-3 px-4 rounded-lg font-medium transition">$25</button> |
|
<button class="bg-red-600 hover:bg-red-700 text-white py-3 px-4 rounded-lg font-medium transition">$50</button> |
|
<button class="bg-red-600 hover:bg-red-700 text-white py-3 px-4 rounded-lg font-medium transition">$100</button> |
|
<button class="bg-red-600 hover:bg-red-700 text-white py-3 px-4 rounded-lg font-medium transition">$250</button> |
|
</div> |
|
|
|
<div class="mb-6"> |
|
<label class="block text-gray-700 mb-2 font-medium">Other Amount</label> |
|
<input type="number" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-red-500" placeholder="Enter amount"> |
|
</div> |
|
|
|
<div class="mb-6"> |
|
<label class="flex items-start"> |
|
<input type="checkbox" class="mt-1 mr-2"> |
|
<span>Make this a monthly recurring donation</span> |
|
</label> |
|
</div> |
|
|
|
<button class="w-full bg-red-600 hover:bg-red-700 text-white py-4 px-6 rounded-lg font-bold text-lg transition duration-300 transform hover:scale-105"> |
|
Donate Now |
|
</button> |
|
|
|
<div class="mt-6 text-center"> |
|
<img src="https://www.paypalobjects.com/webstatic/mktg/Logo/pp-logo-200px.png" alt="PayPal" class="h-8 mx-auto mb-3"> |
|
<p class="text-sm text-gray-500">We also accept Bitcoin, Venmo, and checks</p> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<section class="py-12 bg-gray-100"> |
|
<div class="container mx-auto px-4"> |
|
<h3 class="text-lg font-semibold text-center mb-8 text-gray-600">TRUSTED BY LEADING ORGANIZATIONS</h3> |
|
<div class="flex flex-wrap justify-center items-center gap-8 md:gap-16"> |
|
<img src="https://via.placeholder.com/150x60?text=USAA" alt="USAA" class="h-12 opacity-70 hover:opacity-100 transition"> |
|
<img src="https://via.placeholder.com/150x60?text=Wounded+Warrior" alt="Wounded Warrior Project" class="h-12 opacity-70 hover:opacity-100 transition"> |
|
<img src="https://via.placeholder.com/150x60?text=VA" alt="Department of Veterans Affairs" class="h-12 opacity-70 hover:opacity-100 transition"> |
|
<img src="https://via.placeholder.com/150x60?text=Home+Depot" alt="Home Depot Foundation" class="h-12 opacity-70 hover:opacity-100 transition"> |
|
<img src="https://via.placeholder.com/150x60?text=Microsoft" alt="Microsoft" class="h-12 opacity-70 hover:opacity-100 transition"> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<section class="py-16 bg-white"> |
|
<div class="container mx-auto px-4 max-w-4xl"> |
|
<div class="bg-gradient-to-r from-red-600 to-red-800 rounded-xl p-8 text-white text-center shadow-lg"> |
|
<h2 class="text-2xl md:text-3xl font-bold mb-4">Stay Connected</h2> |
|
<p class="mb-6 max-w-2xl mx-auto">Subscribe to our newsletter to receive updates on our programs, veteran success stories, and ways you can help.</p> |
|
|
|
<div class="flex flex-col sm:flex-row gap-3 max-w-md mx-auto"> |
|
<input type="email" placeholder="Your email address" class="flex-grow px-4 py-3 rounded-lg text-gray-800 focus:outline-none"> |
|
<button class="bg-white text-red-600 font-bold py-3 px-6 rounded-lg hover:bg-gray-100 transition whitespace-nowrap">Subscribe</button> |
|
</div> |
|
|
|
<p class="text-xs mt-4 text-red-200">We respect your privacy. Unsubscribe at any time.</p> |
|
</div> |
|
</div> |
|
</section> |
|
|
|
|
|
<footer class="bg-gray-800 text-white pt-16 pb-8"> |
|
<div class="container mx-auto px-4"> |
|
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-10 mb-12"> |
|
<div> |
|
<div class="flex items-center space-x-2 mb-6"> |
|
<i class="fas fa-star text-red-400 text-2xl"></i> |
|
<span class="text-xl font-bold">Valor<span class="text-red-400">Vets</span></span> |
|
</div> |
|
<p class="mb-4">Dedicated to serving those who served our country with honor and distinction.</p> |
|
<div class="flex space-x-4"> |
|
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a> |
|
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a> |
|
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram"></i></a> |
|
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-linkedin-in"></i></a> |
|
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-youtube"></i></a> |
|
</div> |
|
</div> |
|
|
|
<div> |
|
<h4 class="text-lg font-bold mb-6">Quick Links</h4> |
|
<ul class="space-y-3"> |
|
<li><a href="#" class="text-gray-400 hover:text-white transition">Home</a></li> |
|
<li><a href="#" class="text-gray-400 hover:text-white transition">About Us</a></li> |
|
<li><a href="#" class="text-gray-400 hover:text-white transition">Our Programs</a></li> |
|
<li><a href="#" class="text-gray-400 hover:text-white transition">Success Stories</a></li> |
|
<li><a href="#" class="text-gray-400 hover:text-white transition">Donate</a></li> |
|
</ul> |
|
</div> |
|
|
|
<div> |
|
<h4 class="text-lg font-bold mb-6">Contact Us</h4> |
|
<ul class="space-y-3"> |
|
<li class="flex items-start"> |
|
<i class="fas fa-map-marker-alt mt-1 mr-3 text-red-400"></i> |
|
<span class="text-gray-400">1234 Patriot Way, Suite 500<br>Washington, DC 20001</span> |
|
</li> |
|
<li class="flex items-center"> |
|
<i class="fas fa-phone-alt mr-3 text-red-400"></i> |
|
<span class="text-gray-400">(800) VET-HELP</span> |
|
</li> |
|
<li class="flex items-center"> |
|
<i class="fas fa-envelope mr-3 text-red-400"></i> |
|
<span class="text-gray-400">[email protected]</span> |
|
</li> |
|
</ul> |
|
</div> |
|
|
|
<div> |
|
<h4 class="text-lg font-bold mb-6">Legal</h4> |
|
<ul class="space-y-3"> |
|
<li><a href="#" class="text-gray-400 hover:text-white transition">Privacy Policy</a></li> |
|
<li><a href="#" class="text-gray-400 hover:text-white transition">Terms of Service</a></li> |
|
<li><a href="#" class="text-gray-400 hover:text-white transition">Financial Reports</a></li> |
|
<li><a href="#" class="text-gray-400 hover:text-white transition">501(c)(3) Status</a></li> |
|
<li><a href="#" class="text-gray-400 hover:text-white transition">Careers</a></li> |
|
</ul> |
|
</div> |
|
</div> |
|
|
|
<div class="pt-8 border-t border-gray-700 text-center text-gray-400"> |
|
<p>© 2023 ValorVets Foundation. All rights reserved. EIN: 45-1234567</p> |
|
</div> |
|
</div> |
|
</footer> |
|
|
|
<script> |
|
|
|
const mobileMenuButton = document.getElementById('mobile-menu-button'); |
|
const mobileMenu = document.getElementById('mobile-menu'); |
|
|
|
mobileMenuButton.addEventListener('click', () => { |
|
mobileMenu.classList.toggle('hidden'); |
|
}); |
|
|
|
|
|
const counters = document.querySelectorAll('.counter-box div'); |
|
const speed = 200; |
|
|
|
const animateCounters = () => { |
|
counters.forEach(counter => { |
|
const target = +counter.getAttribute('data-target'); |
|
const count = +counter.innerText; |
|
const increment = target / speed; |
|
|
|
if (count < target) { |
|
counter.innerText = Math.ceil(count + increment); |
|
setTimeout(animateCounters, 1); |
|
} else { |
|
counter.innerText = target.toLocaleString(); |
|
} |
|
}); |
|
}; |
|
|
|
|
|
const counterSection = document.querySelector('.bg-gray-100'); |
|
const observer = new IntersectionObserver((entries) => { |
|
if (entries[0].isIntersecting) { |
|
animateCounters(); |
|
observer.unobserve(counterSection); |
|
} |
|
}, { threshold: 0.5 }); |
|
|
|
observer.observe(counterSection); |
|
|
|
|
|
document.querySelectorAll('a[href^="#"]').forEach(anchor => { |
|
anchor.addEventListener('click', function (e) { |
|
e.preventDefault(); |
|
|
|
|
|
if (!mobileMenu.classList.contains('hidden')) { |
|
mobileMenu.classList.add('hidden'); |
|
} |
|
|
|
const targetId = this.getAttribute('href'); |
|
const targetElement = document.querySelector(targetId); |
|
|
|
if (targetElement) { |
|
window.scrollTo({ |
|
top: targetElement.offsetTop - 80, |
|
behavior: 'smooth' |
|
}); |
|
} |
|
}); |
|
}); |
|
</script> |
|
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Cybele/snrv" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> |
|
</html> |