File size: 32,608 Bytes
cd606f7 e98d9d6 153b883 250aeb3 e98d9d6 cd606f7 153b883 cd606f7 e98d9d6 153b883 e98d9d6 cd606f7 153b883 cd606f7 6a6cbca cd606f7 6a6cbca cd606f7 6a6cbca cd606f7 6a6cbca cd606f7 6a6cbca e98d9d6 153b883 e98d9d6 cd606f7 153b883 cd606f7 e98d9d6 153b883 e98d9d6 cd606f7 6a6cbca cd606f7 189abf5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 |
<!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">
<!-- Navigation -->
<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>
<!-- Mobile menu -->
<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>
<!-- Hero Section -->
<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>
<!-- Main Content -->
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16">
<!-- Positions Section -->
<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">
<!-- Position 1 -->
<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>
<!-- Position 2 -->
<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>
<!-- Position 3 -->
<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>
<!-- Position 4 -->
<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>
<!-- Position 5 -->
<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>
<!-- Position 6 -->
<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>
<!-- Tantra 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>
<!-- History 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>
<!-- Philosophy 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>
<!-- Practical Guide 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 -->
<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>
// Mobile menu toggle
document.getElementById('mobile-menu-button').addEventListener('click', function() {
const menu = document.getElementById('mobile-menu');
menu.classList.toggle('hidden');
});
// Feather icons
feather.replace();
// Vanta.js background
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
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
// Position card hover effect enhancement
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>
|