Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Location of Heaven</title> | |
| <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://unpkg.com/feather-icons"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script> | |
| <style> | |
| .heaven-gradient { | |
| background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); | |
| } | |
| .heaven-text { | |
| background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%); | |
| -webkit-background-clip: text; | |
| background-clip: text; | |
| color: transparent; | |
| } | |
| </style> | |
| </head> | |
| <body class="min-h-screen overflow-x-hidden"> | |
| <!-- Hero Section with Vanta.js Globe --> | |
| <div id="vanta-bg" class="min-h-screen flex items-center justify-center relative overflow-hidden"> | |
| <div class="absolute inset-0 bg-black opacity-50"></div> | |
| <div class="relative z-10 text-center px-4 py-20 max-w-4xl mx-auto"> | |
| <h1 class="text-5xl md:text-7xl font-bold mb-6 text-white" data-aos="fade-down"> | |
| The <span class="heaven-text">Location</span> of Heaven | |
| </h1> | |
| <p class="text-xl md:text-2xl text-gray-200 mb-10" data-aos="fade-up" data-aos-delay="200"> | |
| Discover the celestial coordinates of paradise beyond the stars | |
| </p> | |
| <div class="flex flex-col sm:flex-row gap-4 justify-center" data-aos="fade-up" data-aos-delay="400"> | |
| <button class="px-8 py-3 bg-white text-indigo-800 rounded-full font-semibold hover:bg-opacity-90 transition-all"> | |
| Explore Now | |
| </button> | |
| <button class="px-8 py-3 border-2 border-white text-white rounded-full font-semibold hover:bg-white hover:bg-opacity-10 transition-all"> | |
| <i data-feather="compass" class="inline mr-2"></i> Guide Me | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Celestial Coordinates Section --> | |
| <section class="py-20 px-4 heaven-gradient"> | |
| <div class="max-w-6xl mx-auto"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl md:text-4xl font-bold text-white mb-4" data-aos="fade-up"> | |
| Celestial Coordinates | |
| </h2> | |
| <div class="w-24 h-1 bg-white mx-auto mb-6" data-aos="fade-up" data-aos-delay="100"></div> | |
| <p class="text-lg text-gray-200 max-w-2xl mx-auto" data-aos="fade-up" data-aos-delay="200"> | |
| The precise location of heaven has been mapped across cultures and religions throughout history | |
| </p> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <!-- Christian Heaven --> | |
| <div class="bg-white bg-opacity-10 backdrop-blur-lg rounded-xl p-8 text-white" data-aos="fade-up"> | |
| <div class="w-16 h-16 bg-white bg-opacity-20 rounded-full flex items-center justify-center mb-6"> | |
| <i data-feather="cross" class="w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">Christian Heaven</h3> | |
| <p class="text-gray-200 mb-4">Located in the highest of the celestial spheres, beyond the firmament</p> | |
| <div class="text-sm font-mono bg-black bg-opacity-30 p-3 rounded"> | |
| <span class="text-indigo-300">Coordinates:</span> RA 17h 45m 40.04s | Dec -29° 00' 28.1" | |
| </div> | |
| </div> | |
| <!-- Islamic Jannah --> | |
| <div class="bg-white bg-opacity-10 backdrop-blur-lg rounded-xl p-8 text-white" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="w-16 h-16 bg-white bg-opacity-20 rounded-full flex items-center justify-center mb-6"> | |
| <i data-feather="moon" class="w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">Islamic Jannah</h3> | |
| <p class="text-gray-200 mb-4">Above the seven heavens, beneath the throne of Allah</p> | |
| <div class="text-sm font-mono bg-black bg-opacity-30 p-3 rounded"> | |
| <span class="text-indigo-300">Coordinates:</span> RA 18h 03m 50.88s | Dec +30° 09' 10.8" | |
| </div> | |
| </div> | |
| <!-- Hindu Svarga --> | |
| <div class="bg-white bg-opacity-10 backdrop-blur-lg rounded-xl p-8 text-white" data-aos="fade-up" data-aos-delay="400"> | |
| <div class="w-16 h-16 bg-white bg-opacity-20 rounded-full flex items-center justify-center mb-6"> | |
| <i data-feather="sun" class="w-8 h-8"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-3">Hindu Svarga</h3> | |
| <p class="text-gray-200 mb-4">On Mount Meru, the axis of the universe</p> | |
| <div class="text-sm font-mono bg-black bg-opacity-30 p-3 rounded"> | |
| <span class="text-indigo-300">Coordinates:</span> RA 12h 51m 26.00s | Dec +27° 07' 42.0" | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Astronomical Visualization --> | |
| <section class="py-20 bg-black text-white"> | |
| <div class="max-w-6xl mx-auto px-4"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-4" data-aos="fade-up"> | |
| Astronomical Visualization | |
| </h2> | |
| <div class="w-24 h-1 bg-indigo-500 mx-auto mb-6" data-aos="fade-up" data-aos-delay="100"></div> | |
| <p class="text-lg text-gray-400 max-w-2xl mx-auto" data-aos="fade-up" data-aos-delay="200"> | |
| Modern astronomy attempts to map the celestial locations described in ancient texts | |
| </p> | |
| </div> | |
| <div class="grid md:grid-cols-2 gap-12 items-center"> | |
| <div data-aos="fade-right"> | |
| <div class="bg-gray-900 rounded-xl overflow-hidden"> | |
| <img src="http://static.photos/space/1024x576/42" alt="Celestial Map" class="w-full h-auto"> | |
| </div> | |
| </div> | |
| <div data-aos="fade-left" data-aos-delay="200"> | |
| <h3 class="text-2xl font-bold mb-4">Mapping the Divine</h3> | |
| <p class="text-gray-400 mb-6"> | |
| Using advanced telescopes and celestial mapping technology, researchers have identified potential | |
| locations that align with ancient descriptions of heaven across various cultures. | |
| </p> | |
| <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-indigo-500 flex items-center justify-center"> | |
| <i data-feather="check" class="w-4 h-4 text-white"></i> | |
| </div> | |
| </div> | |
| <p class="ml-3 text-gray-300">Alignment with ancient star charts</p> | |
| </li> | |
| <li class="flex items-start"> | |
| <div class="flex-shrink-0 mt-1"> | |
| <div class="w-6 h-6 rounded-full bg-indigo-500 flex items-center justify-center"> | |
| <i data-feather="check" class="w-4 h-4 text-white"></i> | |
| </div> | |
| </div> | |
| <p class="ml-3 text-gray-300">Cosmic microwave background analysis</p> | |
| </li> | |
| <li class="flex items-start"> | |
| <div class="flex-shrink-0 mt-1"> | |
| <div class="w-6 h-6 rounded-full bg-indigo-500 flex items-center justify-center"> | |
| <i data-feather="check" class="w-4 h-4 text-white"></i> | |
| </div> | |
| </div> | |
| <p class="ml-3 text-gray-300">Quantum entanglement patterns</p> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Journey to Heaven Section --> | |
| <section class="py-20 bg-gradient-to-b from-indigo-900 to-purple-900 text-white"> | |
| <div class="max-w-6xl mx-auto px-4"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl md:text-4xl font-bold mb-4" data-aos="fade-up"> | |
| Begin Your Journey | |
| </h2> | |
| <div class="w-24 h-1 bg-white mx-auto mb-6" data-aos="fade-up" data-aos-delay="100"></div> | |
| <p class="text-lg text-gray-300 max-w-2xl mx-auto" data-aos="fade-up" data-aos-delay="200"> | |
| Prepare for the ultimate voyage to discover the location of heaven | |
| </p> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <div class="bg-white bg-opacity-10 backdrop-blur-lg rounded-xl p-8" data-aos="fade-up"> | |
| <div class="text-5xl font-bold text-indigo-300 mb-4">01</div> | |
| <h3 class="text-xl font-bold mb-3">Spiritual Preparation</h3> | |
| <p class="text-gray-300 mb-6">Purify your soul through meditation and virtuous living</p> | |
| <button class="px-6 py-2 border border-white text-white rounded-full text-sm font-medium hover:bg-white hover:bg-opacity-10 transition-all"> | |
| Learn More | |
| </button> | |
| </div> | |
| <div class="bg-white bg-opacity-10 backdrop-blur-lg rounded-xl p-8" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="text-5xl font-bold text-indigo-300 mb-4">02</div> | |
| <h3 class="text-xl font-bold mb-3">Astronomical Study</h3> | |
| <p class="text-gray-300 mb-6">Understand the celestial coordinates and navigation</p> | |
| <button class="px-6 py-2 border border-white text-white rounded-full text-sm font-medium hover:bg-white hover:bg-opacity-10 transition-all"> | |
| Learn More | |
| </button> | |
| </div> | |
| <div class="bg-white bg-opacity-10 backdrop-blur-lg rounded-xl p-8" data-aos="fade-up" data-aos-delay="400"> | |
| <div class="text-5xl font-bold text-indigo-300 mb-4">03</div> | |
| <h3 class="text-xl font-bold mb-3">Transcendental Voyage</h3> | |
| <p class="text-gray-300 mb-6">Embark on the journey beyond physical constraints</p> | |
| <button class="px-6 py-2 border border-white text-white rounded-full text-sm font-medium hover:bg-white hover:bg-opacity-10 transition-all"> | |
| Learn More | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-black text-white py-12 px-4"> | |
| <div class="max-w-6xl mx-auto"> | |
| <div class="grid md:grid-cols-4 gap-8"> | |
| <div> | |
| <h3 class="text-xl font-bold mb-4">Location of Heaven</h3> | |
| <p class="text-gray-400"> | |
| Exploring the celestial coordinates of paradise across cultures and religions. | |
| </p> | |
| </div> | |
| <div> | |
| <h4 class="font-bold mb-4">Explorations</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Christian Heaven</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Islamic Jannah</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Hindu Svarga</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Buddhist Pure Lands</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="font-bold mb-4">Resources</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Star Charts</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Sacred Texts</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Research Papers</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Expeditions</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="font-bold mb-4">Connect</h4> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="text-gray-400 hover:text-white transition"> | |
| <i data-feather="facebook"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white transition"> | |
| <i data-feather="twitter"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white transition"> | |
| <i data-feather="instagram"></i> | |
| </a> | |
| <a href="#" class="text-gray-400 hover:text-white transition"> | |
| <i data-feather="youtube"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-500"> | |
| <p>© 2023 Location of Heaven. All rights reserved.</p> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Initialize Vanta.js globe | |
| VANTA.GLOBE({ | |
| el: "#vanta-bg", | |
| mouseControls: true, | |
| touchControls: true, | |
| gyroControls: false, | |
| minHeight: 200.00, | |
| minWidth: 200.00, | |
| scale: 1.00, | |
| scaleMobile: 1.00, | |
| color: 0x667eea, | |
| backgroundColor: 0x0, | |
| size: 1.00 | |
| }); | |
| // Initialize AOS animation | |
| AOS.init({ | |
| duration: 800, | |
| easing: 'ease-in-out', | |
| once: true | |
| }); | |
| // Initialize feather icons | |
| feather.replace(); | |
| </script> | |
| </body> | |
| </html> | |