<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Join Horse.org – Become Part of Our Equestrian Community</title> <script src="/tailwindcss.js"></script> <style> @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap'); .playfair { font-family: "Playfair Display", serif; } </style> </head> <body class="bg-gradient-to-b from-green-800 to-green-400 min-h-screen text-white font-sans" style="font-family: 'Playfair Display';"> <header class="fixed top-0 left-0 right-0 p-4 flex justify-between items-center bg-green-900 bg-opacity-80 shadow-lg z-50"> <div class="text-2xl font-bold">🐴 Horse.org</div> <nav class="space-x-4"> <a href="/horse.org/index.html" class="hover:text-yellow-200">Home</a> <a href="/horse.org/about.html" class="hover:text-yellow-200">About</a> <a href="/horse.org/gallery.html" class="hover:text-yellow-200">Gallery</a> <a href="/horse.org/contact.html" class="hover:text-yellow-200">Contact</a> </nav> </header> <main class="pt-20"> <section class="h-screen flex flex-col items-center justify-center text-center px-6"> <h1 class="text-6xl font-bold playfair mb-6">Join the Herd</h1> <p class="text-2xl max-w-2xl mx-auto mb-8"> Whether you are a seasoned rider, an equine enthusiast, or just discovering your journey with horses, Horse.org offers a warm and inclusive community to grow with. Become part of our legacy. </p> </section> <section class="py-16 px-6"> <div class="max-w-4xl mx-auto"> <div class="mb-12"> <h2 class="text-4xl font-bold playfair">Why Join?</h2> </div> <div class="grid grid-cols-1 md:grid-cols-2 gap-8"> <div> <div class="mb-6"></div> <p> Horse.org brings together equestrians from around the globe to collaborate, learn, and celebrate our passion for horses. As a member, you’ll gain access to exclusive resources, events, and opportunities to connect with fellow riders who share your love for equestrian life. </p> <ul class="mt-4 space-y-2"> <li class="flex items-start"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="text-yellow-500 mr-2 mt-1"><polyline points="20 6 9 17 4 12" /></svg> Exclusive educational programs and workshops</li> <li class="flex items-start"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="text-yellow-500 mr-2 mt-1"><polyline points="20 6 9 17 4 12" /></svg> Discounts on Horse.org merchandise and events</li> <li class="flex items-start"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="text-yellow-500 mr-2 mt-1"><polyline points="20 6 9 17 4 12" /></svg> Access to our vibrant online and in-person equestrian community</li> <li class="flex items-start"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="text-yellow-500 mr-2 mt-1"><polyline points="20 6 9 17 4 12" /></svg> Opportunities to participate in competitive and non-competitive events</li> </ul> </div> <div> <div class="mt-6 mb-8"> <h3 class="text-3xl font-bold playfair">Membership Benefits</h3> <div class="mt-6 bg-green-900 rounded-lg p-6"> <p class="text-lg"> Members enjoy enhanced resources and a tailored experience that aligns with your interests—whether it’s show jumping, dressage, horse training, or simply equine wellness and care. </p> <div class="mt-6 flex flex-col sm:flex-row gap-4"> <button class="px-6 py-3 bg-yellow-500 rounded-full hover:bg-yellow-600 transition">Join for $19.99</button> <a href="/horse.org/join.html#faq" class="underline hover:text-yellow-200">View FAQs</a> </div> </div> </div> </div> </div> </div> </section> <section class="py-16 bg-green-700"> <div class="max-w-4xl mx-auto px-6"> <h2 class="text-4xl font-bold playfair mb-6 text-center">Join Today, Ride Tomorrow</h2> <div class="flex flex-col md:flex-row justify-between items-center gap-8"> <div class="flex-1"> <p class="mb-4"> Start your journey with Horse.org now. We offer flexible membership options and support for riders of all backgrounds. Join us in preserving and promoting the equestrian spirit for generations to come. </p> <a href="/horse.org/join.html#membership" class="px-6 py-3 bg-yellow-500 rounded-full hover:bg-yellow-600 transition">Get Started</a> </div> <div class="w-full md:w-64 h-64 rounded-full flex items-center justify-center bg-white text-green-800 font-bold text-3xl"> 🐎 </div> </div> </div> </section> </main> <footer class="mt-auto bg-green-900 text-white py-8 px-4"> <div class="max-w-6xl mx-auto"> <div class="grid grid-cols-1 md:grid-cols-3 gap-6"> <div> <h3 class="text-xl font-bold playfair">Horse.org</h3> <p> Empowering equestrian passion and community since 2025. </p> </div> <div> <h4 class="font-bold">Quick Links</h4> <ul class="mt-2 space-y-1"> <li><a href="/horse.org/index.html" class="hover:text-yellow-200">Home</a></li> <li><a href="/horse.org/about.html" class="hover:text-yellow-200">About Us</a></li> <li><a href="/horse.org/contact.html" class="hover:text-yellow-200">Contact</a></li> </ul> </div> <div> <h4 class="font-bold">Connect</h4> <ul class="mt-2 space-y-1"> <li><a href="#" class="hover:text-yellow-200">Instagram</a></li> <li><a href="#" class="hover:text-yellow-200">Facebook</a></li> <li><a href="#" class="hover:text-yellow-200">YouTube</a></li> </ul> </div> </div> <div class="mt-8 border-t border-green-600 pt