| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>Sacred Union Guide</title> |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <script src="https://unpkg.com/feather-icons"></script> |
| <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script> |
| <style> |
| @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Raleway:wght@300;400;500;600&display=swap'); |
| body { |
| font-family: 'Raleway', sans-serif; |
| } |
| .heading-font { |
| font-family: 'Playfair Display', serif; |
| } |
| .position-card { |
| transition: all 0.3s ease; |
| } |
| .position-card:hover { |
| transform: translateY(-5px); |
| box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); |
| } |
| .chapter-section { |
| scroll-margin-top: 80px; |
| } |
| </style> |
| </head> |
| <body class="bg-gradient-to-br from-amber-50 to-rose-50"> |
| |
| <nav class="fixed w-full bg-white bg-opacity-90 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 h-16"> |
| <div class="flex items-center"> |
| <div class="flex-shrink-0 flex items-center"> |
| <i data-feather="heart" class="text-rose-500"></i> |
| <span class="ml-2 text-xl font-bold heading-font text-gray-800">Sacred Union</span> |
| </div> |
| </div> |
| <div class="hidden md:flex items-center space-x-8"> |
| <a href="#positions" class="text-gray-600 hover:text-rose-600 font-medium">Positions</a> |
| <a href="#tantra" class="text-gray-600 hover:text-rose-600 font-medium">Tantra</a> |
| <a href="#history" class="text-gray-600 hover:text-rose-600 font-medium">History</a> |
| <a href="#philosophy" class="text-gray-600 hover:text-rose-600 font-medium">Philosophy</a> |
| <a href="#guide" class="text-gray-600 hover:text-rose-600 font-medium">Guide</a> |
| <a href="kali.html" class="text-gray-600 hover:text-rose-600 font-medium">Kali</a> |
| <a href="divinemasculine.html" class="text-gray-600 hover:text-rose-600 font-medium">Divine Masculine</a> |
| <a href="kaliyoga.html" class="text-gray-600 hover:text-rose-600 font-medium">Kali Yoga</a> |
| </div> |
| <div class="flex items-center md:hidden"> |
| <button id="mobile-menu-button" class="text-gray-500 hover:text-gray-700"> |
| <i data-feather="menu"></i> |
| </button> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div id="mobile-menu" class="hidden md:hidden bg-white"> |
| <div class="px-2 pt-2 pb-3 space-y-1 sm:px-3"> |
| <a href="#positions" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-rose-600 hover:bg-gray-50">Positions</a> |
| <a href="#tantra" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-rose-600 hover:bg-gray-50">Tantra</a> |
| <a href="#history" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-rose-600 hover:bg-gray-50">History</a> |
| <a href="#philosophy" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-rose-600 hover:bg-gray-50">Philosophy</a> |
| <a href="#guide" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-rose-600 hover:bg-gray-50">Guide</a> |
| <a href="kali.html" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-rose-600 hover:bg-gray-50">Kali</a> |
| <a href="divinemasculine.html" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-rose-600 hover:bg-gray-50">Divine Masculine</a> |
| </div> |
| </div> |
| </nav> |
| |
| <div id="hero" class="relative pt-24 pb-20 px-4 sm:px-6 lg:px-8"> |
| <div class="absolute inset-0 z-0" id="hero-bg"></div> |
| <div class="max-w-7xl mx-auto relative z-10"> |
| <div class="text-center"> |
| <h1 class="text-4xl md:text-6xl font-bold heading-font text-gray-900 mb-6"> |
| The Art of Sacred Union |
| </h1> |
| <p class="text-xl text-gray-600 max-w-3xl mx-auto mb-10"> |
| Exploring the ancient wisdom of intimate connection through the Kama Sutra and Tantric practices |
| </p> |
| <div class="flex justify-center space-x-4"> |
| <a href="#positions" class="bg-rose-600 text-white px-6 py-3 rounded-full font-medium hover:bg-rose-700 transition duration-300"> |
| Explore Positions |
| </a> |
| <a href="#tantra" class="border-2 border-rose-600 text-rose-600 px-6 py-3 rounded-full font-medium hover:bg-rose-50 transition duration-300"> |
| Learn Tantra |
| </a> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16"> |
| |
| <section id="positions" class="chapter-section mb-20"> |
| <div class="text-center mb-16"> |
| <h2 class="text-3xl md:text-4xl font-bold heading-font text-gray-900 mb-4">Kama Sutra Positions</h2> |
| <p class="text-gray-600 max-w-3xl mx-auto"> |
| The Kama Sutra describes numerous positions that enhance physical and emotional connection between partners. |
| </p> |
| </div> |
| |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> |
| |
| <div class="position-card bg-white rounded-xl shadow-md overflow-hidden"> |
| <div class="h-48 bg-gradient-to-r from-rose-400 to-pink-500 flex items-center justify-center"> |
| <div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16" /> |
| </div> |
| <div class="p-6"> |
| <h3 class="text-xl font-bold heading-font text-gray-900 mb-2">The Embrace</h3> |
| <p class="text-gray-600 mb-4"> |
| Partners face each other in close embrace, promoting intimacy and connection through eye contact and synchronized breathing. |
| </p> |
| <div class="flex items-center text-rose-600"> |
| <i data-feather="award" class="mr-2"></i> |
| <span>Beginner Level</span> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div class="position-card bg-white rounded-xl shadow-md overflow-hidden"> |
| <div class="h-48 bg-gradient-to-r from-amber-400 to-orange-500 flex items-center justify-center"> |
| <div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16" /> |
| </div> |
| <div class="p-6"> |
| <h3 class="text-xl font-bold heading-font text-gray-900 mb-2">The Lotus</h3> |
| <p class="text-gray-600 mb-4"> |
| A seated position where partners sit facing each other with legs intertwined, emphasizing spiritual connection. |
| </p> |
| <div class="flex items-center text-amber-600"> |
| <i data-feather="award" class="mr-2"></i> |
| <span>Intermediate Level</span> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div class="position-card bg-white rounded-xl shadow-md overflow-hidden"> |
| <div class="h-48 bg-gradient-to-r from-indigo-400 to-purple-500 flex items-center justify-center"> |
| <div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16" /> |
| </div> |
| <div class="p-6"> |
| <h3 class="text-xl font-bold heading-font text-gray-900 mb-2">The Cowherd</h3> |
| <p class="text-gray-600 mb-4"> |
| A standing position that requires balance and coordination, symbolizing the union of earth and sky. |
| </p> |
| <div class="flex items-center text-indigo-600"> |
| <i data-feather="award" class="mr-2"></i> |
| <span>Advanced Level</span> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div class="position-card bg-white rounded-xl shadow-md overflow-hidden"> |
| <div class="h-48 bg-gradient-to-r from-blue-400 to-teal-500 flex items-center justify-center"> |
| <div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16" /> |
| </div> |
| <div class="p-6"> |
| <h3 class="text-xl font-bold heading-font text-gray-900 mb-2">The Mongoose</h3> |
| <p class="text-gray-600 mb-4"> |
| Partners lie on their sides with one partner entering from behind, allowing for intimate conversation and gentle movement. |
| </p> |
| <div class="flex items-center text-blue-600"> |
| <i data-feather="award" class="mr-2"></i> |
| <span>Beginner Level</span> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div class="position-card bg-white rounded-xl shadow-md overflow-hidden"> |
| <div class="h-48 bg-gradient-to-r from-green-400 to-emerald-500 flex items-center justify-center"> |
| <div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16" /> |
| </div> |
| <div class="p-6"> |
| <h3 class="text-xl font-bold heading-font text-gray-900 mb-2">The Deep Embrace</h3> |
| <p class="text-gray-600 mb-4"> |
| A variation of the classic embrace where partners interlock legs for deeper physical connection and stability. |
| </p> |
| <div class="flex items-center text-green-600"> |
| <i data-feather="award" class="mr-2"></i> |
| <span>Intermediate Level</span> |
| </div> |
| </div> |
| </div> |
| |
| |
| <div class="position-card bg-white rounded-xl shadow-md overflow-hidden"> |
| <div class="h-48 bg-gradient-to-r from-violet-400 to-purple-500 flex items-center justify-center"> |
| <div class="bg-gray-200 border-2 border-dashed rounded-xl w-16 h-16" /> |
| </div> |
| <div class="p-6"> |
| <h3 class="text-xl font-bold heading-font text-gray-900 mb-2">The Union of Heaven and Earth</h3> |
| <p class="text-gray-600 mb-4"> |
| One partner sits upright while the other straddles them, allowing for control of movement and deep spiritual connection. |
| </p> |
| <div class="flex items-center text-violet-600"> |
| <i data-feather="award" class="mr-2"></i> |
| <span>Advanced Level</span> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
| |
| <section id="tantra" class="chapter-section mb-20"> |
| <div class="bg-white rounded-2xl shadow-lg p-8"> |
| <div class="text-center mb-12"> |
| <h2 class="text-3xl md:text-4xl font-bold heading-font text-gray-900 mb-4">Tantric Sexuality</h2> |
| <p class="text-gray-600 max-w-3xl mx-auto"> |
| Ancient practices that transform intimate connection into a spiritual journey through conscious awareness and energy exchange. |
| </p> |
| </div> |
| |
| <div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center"> |
| <div> |
| <h3 class="text-2xl font-bold heading-font text-gray-900 mb-4">Core Principles</h3> |
| <ul class="space-y-4"> |
| <li class="flex items-start"> |
| <div class="flex-shrink-0 mt-1"> |
| <div class="w-6 h-6 rounded-full bg-rose-100 flex items-center justify-center"> |
| <i data-feather="heart" class="text-rose-600 w-4 h-4"></i> |
| </div> |
| </div> |
| <p class="ml-3 text-gray-600"> |
| <span class="font-medium text-gray-900">Energy Awareness:</span> Understanding and channeling sexual energy throughout the body |
| </p> |
| </li> |
| <li class="flex items-start"> |
| <div class="flex-shrink-0 mt-1"> |
| <div class="w-6 h-6 rounded-full bg-amber-100 flex items-center justify-center"> |
| <i data-feather="clock" class="text-amber-600 w-4 h-4"></i> |
| </div> |
| </div> |
| <p class="ml-3 text-gray-600"> |
| <span class="font-medium text-gray-900">Extended Intimacy:</span> Moving beyond climax to prolonged states of connection |
| </p> |
| </li> |
| <li class="flex items-start"> |
| <div class="flex-shrink-0 mt-1"> |
| <div class="w-6 h-6 rounded-full bg-indigo-100 flex items-center justify-center"> |
| <i data-feather="eye" class="text-indigo-600 w-4 h-4"></i> |
| </div> |
| </div> |
| <p class="ml-3 text-gray-600"> |
| <span class="font-medium text-gray-900">Mindful Presence:</span> Maintaining conscious awareness during intimate moments |
| </p> |
| </li> |
| <li class="flex items-start"> |
| <div class="flex-shrink-0 mt-1"> |
| <div class="w-6 h-6 rounded-full bg-green-100 flex items-center justify-center"> |
| <i data-feather="users" class="text-green-600 w-4 h-4"></i> |
| </div> |
| </div> |
| <p class="ml-3 text-gray-600"> |
| <span class="font-medium text-gray-900">Sacred Union:</span> Viewing intimacy as a path to spiritual enlightenment |
| </p> |
| </li> |
| </ul> |
| </div> |
| <div class="bg-gradient-to-br from-rose-50 to-amber-50 rounded-xl p-8"> |
| <h3 class="text-2xl font-bold heading-font text-gray-900 mb-4">Tantric Practices</h3> |
| <div class="space-y-6"> |
| <div> |
| <h4 class="font-bold text-gray-900 mb-2">Breath Synchronization</h4> |
| <p class="text-gray-600"> |
| Partners synchronize their breathing to create energetic harmony and deepen connection. |
| </p> |
| </div> |
| <div> |
| <h4 class="font-bold text-gray-900 mb-2">Eye Gazing</h4> |
| <p class="text-gray-600"> |
| Maintaining eye contact during intimacy to foster emotional vulnerability and spiritual connection. |
| </p> |
| </div> |
| <div> |
| <h4 class="font-bold text-gray-900 mb-2">Chakra Awareness</h4> |
| <p class="text-gray-600"> |
| Understanding energy centers in the body and how to activate them through touch and intention. |
| </p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="history" class="chapter-section mb-20"> |
| <div class="text-center mb-16"> |
| <h2 class="text-3xl md:text-4xl font-bold heading-font text-gray-900 mb-4">Historical Context</h2> |
| <p class="text-gray-600 max-w-3xl mx-auto"> |
| Understanding the origins and evolution of these ancient practices from their Indian roots to modern interpretations. |
| </p> |
| </div> |
| |
| <div class="bg-white rounded-2xl shadow-lg overflow-hidden"> |
| <div class="md:flex"> |
| <div class="md:w-1/2 p-8"> |
| <h3 class="text-2xl font-bold heading-font text-gray-900 mb-4">Origins in Ancient India</h3> |
| <p class="text-gray-600 mb-4"> |
| The Kama Sutra, written by Vatsyayana in the 2nd century CE, is part of a larger tradition of Hindu texts exploring human desires and relationships. |
| </p> |
| <p class="text-gray-600 mb-4"> |
| Tantra emerged as a spiritual tradition around the 5th century CE, emphasizing the sacred nature of physical experience as a path to enlightenment. |
| </p> |
| <p class="text-gray-600"> |
| These practices were preserved through oral traditions and manuscripts, later translated and interpreted by scholars worldwide. |
| </p> |
| </div> |
| <div class="md:w-1/2 bg-gradient-to-br from-amber-400 to-orange-500 flex items-center justify-center p-12"> |
| <div class="text-center text-white"> |
| <i data-feather="book-open" class="w-16 h-16 mx-auto mb-4"></i> |
| <h4 class="text-2xl font-bold heading-font mb-2">The Kama Sutra</h4> |
| <p class="opacity-90">Written in Sanskrit as "Ananga Ranga" (The Stage of the God of Love)</p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="philosophy" class="chapter-section mb-20"> |
| <div class="bg-gradient-to-r from-rose-500 to-pink-600 rounded-2xl shadow-lg p-8 text-white"> |
| <div class="text-center mb-12"> |
| <h2 class="text-3xl md:text-4xl font-bold heading-font mb-4">Philosophical Foundations</h2> |
| <p class="max-w-3xl mx-auto opacity-90"> |
| The deeper meaning behind these practices and how they relate to human fulfillment and spiritual growth. |
| </p> |
| </div> |
| |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> |
| <div class="bg-white bg-opacity-10 backdrop-blur-sm rounded-xl p-6"> |
| <div class="w-12 h-12 rounded-full bg-white bg-opacity-20 flex items-center justify-center mb-4"> |
| <i data-feather="target" class="w-6 h-6"></i> |
| </div> |
| <h3 class="text-xl font-bold heading-font mb-3">The Four Goals of Life</h3> |
| <p class="opacity-90"> |
| Dharma (righteousness), Artha (prosperity), Kama (pleasure), and Moksha (liberation) - Kama as a path to holistic fulfillment. |
| </p> |
| </div> |
| |
| <div class="bg-white bg-opacity-10 backdrop-blur-sm rounded-xl p-6"> |
| <div class="w-12 h-12 rounded-full bg-white bg-opacity-20 flex items-center justify-center mb-4"> |
| <i data-feather="layers" class="w-6 h-6"></i> |
| </div> |
| <h3 class="text-xl font-bold heading-font mb-3">Unity of Opposites</h3> |
| <p class="opacity-90"> |
| Tantric philosophy sees masculine and feminine energies as complementary forces that create wholeness when united. |
| </p> |
| </div> |
| |
| <div class="bg-white bg-opacity-10 backdrop-blur-sm rounded-xl p-6"> |
| <div class="w-12 h-12 rounded-full bg-white bg-opacity-20 flex items-center justify-center mb-4"> |
| <i data-feather="zap" class="w-6 h-6"></i> |
| </div> |
| <h3 class="text-xl font-bold heading-font mb-3">Energy Transformation</h3> |
| <p class="opacity-90"> |
| Sexual energy as a powerful creative force that can be directed toward spiritual awakening and personal growth. |
| </p> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="guide" class="chapter-section mb-20"> |
| <div class="text-center mb-16"> |
| <h2 class="text-3xl md:text-4xl font-bold heading-font text-gray-900 mb-4">Practical Guidance</h2> |
| <p class="text-gray-600 max-w-3xl mx-auto"> |
| Essential principles for integrating these practices into your intimate relationships with respect and mindfulness. |
| </p> |
| </div> |
| |
| <div class="grid grid-cols-1 lg:grid-cols-2 gap-12"> |
| <div class="bg-white rounded-2xl shadow-lg p-8"> |
| <h3 class="text-2xl font-bold heading-font text-gray-900 mb-6">Creating Sacred Space</h3> |
| <ul class="space-y-6"> |
| <li class="flex"> |
| <div class="flex-shrink-0"> |
| <div class="w-10 h-10 rounded-full bg-rose-100 flex items-center justify-center"> |
| <i data-feather="home" class="text-rose-600 w-5 h-5"></i> |
| </div> |
| </div> |
| <div class="ml-4"> |
| <h4 class="font-bold text-gray-900">Environment</h4> |
| <p class="text-gray-600 mt-1"> |
| Create a clean, comfortable space free from distractions with soft lighting and pleasant aromas. |
| </p> |
| </div> |
| </li> |
| <li class="flex"> |
| <div class="flex-shrink-0"> |
| <div class="w-10 h-10 rounded-full bg-amber-100 flex items-center justify-center"> |
| <i data-feather="clock" class="text-amber-600 w-5 h-5"></i> |
| </div> |
| </div> |
| <div class="ml-4"> |
| <h4 class="font-bold text-gray-900">Time</h4> |
| <p class="text-gray-600 mt-1"> |
| Dedicate uninterrupted time to your practice without the pressure of performance or expectations. |
| </p> |
| </div> |
| </li> |
| <li class="flex"> |
| <div class="flex-shrink-0"> |
| <div class="w-10 h-10 rounded-full bg-indigo-100 flex items-center justify-center"> |
| <i data-feather="heart" class="text-indigo-600 w-5 h-5"></i> |
| </div> |
| </div> |
| <div class="ml-4"> |
| <h4 class="font-bold text-gray-900">Intention</h4> |
| <p class="text-gray-600 mt-1"> |
| Set a mindful intention to connect deeply with your partner and explore together with openness. |
| </p> |
| </div> |
| </li> |
| </ul> |
| </div> |
| |
| <div class="bg-white rounded-2xl shadow-lg p-8"> |
| <h3 class="text-2xl font-bold heading-font text-gray-900 mb-6">Communication & Consent</h3> |
| <div class="space-y-6"> |
| <div> |
| <h4 class="font-bold text-gray-900 mb-2">Open Dialogue</h4> |
| <p class="text-gray-600"> |
| Discuss desires, boundaries, and comfort levels honestly before engaging in any new practices. |
| </p> |
| </div> |
| <div> |
| <h4 class="font-bold text-gray-900 mb-2">Active Listening</h4> |
| <p class="text-gray-600"> |
| Pay attention to verbal and non-verbal cues from your partner throughout the experience. |
| </p> |
| </div> |
| <div> |
| <h4 class="font-bold text-gray-900 mb-2">Respectful Exploration</h4> |
| <p class="text-gray-600"> |
| Approach new techniques with patience, understanding that mastery comes through practice and mutual comfort. |
| </p> |
| </div> |
| <div> |
| <h4 class="font-bold text-gray-900 mb-2">Aftercare</h4> |
| <p class="text-gray-600"> |
| Maintain connection after intimate sessions through gentle touch, hydration, and emotional support. |
| </p> |
| </div> |
| <div class="mt-8 p-4 bg-rose-50 rounded-lg"> |
| <div class="flex"> |
| <i data-feather="alert-triangle" class="text-rose-600 mr-2 mt-1"></i> |
| <p class="text-rose-700"> |
| <span class="font-bold">Important:</span> These practices should only be explored with a consenting adult partner in a safe and respectful environment. |
| </p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
| </div> |
|
|
| |
| <footer class="bg-gray-900 text-white py-12"> |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> |
| <div class="grid grid-cols-1 md:grid-cols-4 gap-8"> |
| <div class="col-span-1 md:col-span-2"> |
| <div class="flex items-center"> |
| <i data-feather="heart" class="text-rose-500"></i> |
| <span class="ml-2 text-xl font-bold heading-font">Sacred Union</span> |
| </div> |
| <p class="mt-4 text-gray-400 max-w-md"> |
| An educational resource exploring ancient wisdom traditions of intimate connection and spiritual sexuality. |
| </p> |
| </div> |
| <div> |
| <h3 class="text-lg font-bold heading-font mb-4">Chapters</h3> |
| <ul class="space-y-2"> |
| <li><a href="#positions" class="text-gray-400 hover:text-white">Kama Sutra Positions</a></li> |
| <li><a href="#tantra" class="text-gray-400 hover:text-white">Tantric Practices</a></li> |
| <li><a href="#history" class="text-gray-400 hover:text-white">Historical Context</a></li> |
| <li><a href="#philosophy" class="text-gray-400 hover:text-white">Philosophy</a></li> |
| <li><a href="#guide" class="text-gray-400 hover:text-white">Practical Guide</a></li> |
| <li><a href="kali.html" class="text-gray-400 hover:text-white">Kali</a></li> |
| <li><a href="divinemasculine.html" class="text-gray-400 hover:text-white">Divine Masculine</a></li> |
| </ul> |
| </div> |
| <div> |
| <h3 class="text-lg font-bold heading-font mb-4">Resources</h3> |
| <ul class="space-y-2"> |
| <li><a href="#" class="text-gray-400 hover:text-white">Recommended Reading</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white">Workshops</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white">Practitioner Directory</a></li> |
| <li><a href="#" class="text-gray-400 hover:text-white">Ethical Guidelines</a></li> |
| <li><a href="kali.html" class="text-gray-400 hover:text-white">Kali</a></li> |
| <li><a href="divinemasculine.html" class="text-gray-400 hover:text-white">Divine Masculine</a></li> |
| </ul> |
| </div> |
| </div> |
| <div class="mt-12 pt-8 border-t border-gray-800 text-center text-gray-400"> |
| <p>© 2023 Sacred Union Guide. Educational content only. This resource is intended for adults over 18.</p> |
| </div> |
| </div> |
| </footer> |
|
|
| <script> |
| |
| document.getElementById('mobile-menu-button').addEventListener('click', function() { |
| const menu = document.getElementById('mobile-menu'); |
| menu.classList.toggle('hidden'); |
| }); |
| |
| |
| feather.replace(); |
| |
| |
| VANTA.GLOBE({ |
| el: "#hero-bg", |
| mouseControls: true, |
| touchControls: true, |
| gyroControls: false, |
| minHeight: 200.00, |
| minWidth: 200.00, |
| scale: 1.00, |
| scaleMobile: 1.00, |
| color: 0xff6b9d, |
| color2: 0xf97316, |
| backgroundColor: 0xfff7f5 |
| }); |
| |
| |
| document.querySelectorAll('a[href^="#"]').forEach(anchor => { |
| anchor.addEventListener('click', function (e) { |
| e.preventDefault(); |
| document.querySelector(this.getAttribute('href')).scrollIntoView({ |
| behavior: 'smooth' |
| }); |
| }); |
| }); |
| |
| |
| const positionCards = document.querySelectorAll('.position-card'); |
| positionCards.forEach(card => { |
| card.addEventListener('mouseenter', () => { |
| card.style.transform = 'translateY(-5px)'; |
| }); |
| card.addEventListener('mouseleave', () => { |
| card.style.transform = 'translateY(0)'; |
| }); |
| }); |
| </script> |
| </body> |
| </html> |
|
|