File size: 11,595 Bytes
b010d24 | 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 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gravity Manipulation | Inner Earth Alliance</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<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://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></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>
.hero-bg {
background: linear-gradient(135deg, rgba(9,17,28,0.9) 0%, rgba(23,42,58,0.85) 100%);
}
.nav-link:hover {
color: #4fd1c5;
transition: all 0.3s ease;
}
.glow-text {
text-shadow: 0 0 10px rgba(79, 209, 197, 0.7);
}
.card-hover {
transition: all 0.3s ease;
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(79, 209, 197, 0.3);
}
</style>
</head>
<body class="bg-gray-900 text-gray-100 font-sans">
<!-- Vanta.js Globe Background -->
<div id="vanta-globe" class="fixed top-0 left-0 w-full h-full z-0"></div>
<!-- Navigation -->
<nav class="relative z-10 bg-gray-900 bg-opacity-80 backdrop-filter backdrop-blur-lg border-b border-gray-800">
<div class="container mx-auto px-6 py-4">
<div class="flex items-center justify-between">
<div class="flex items-center">
<i data-feather="compass" class="text-teal-400 mr-2"></i>
<span class="text-xl font-bold text-teal-400">Inner Earth Alliance</span>
</div>
<div class="hidden md:flex space-x-8">
<a href="index.html" class="nav-link text-gray-300 hover:text-teal-400">Home</a>
<a href="index.html#about" class="nav-link text-gray-300 hover:text-teal-400">About</a>
<a href="index.html#history" class="nav-link text-gray-300 hover:text-teal-400">History</a>
<a href="zero-point-energy.html" class="nav-link text-gray-300 hover:text-teal-400">Zero-Point Energy</a>
<a href="bioluminescence-cities.html" class="nav-link text-gray-300 hover:text-teal-400">Bioluminescent Cities</a>
<a href="green-living.html" class="nav-link text-gray-300 hover:text-teal-400">Green Living</a>
<a href="index.html#contact" class="nav-link text-gray-300 hover:text-teal-400">Contact</a>
</div>
<button class="md:hidden focus:outline-none">
<i data-feather="menu" class="text-gray-300"></i>
</button>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-bg relative z-10 py-20 md:py-32">
<div class="container mx-auto px-6 text-center">
<h1 class="text-4xl md:text-6xl font-bold mb-6 glow-text" data-aos="fade-up">
<span class="text-teal-400">Gravity Manipulation</span> & Anti-Gravity Propulsion
</h1>
<p class="text-xl md:text-2xl text-gray-300 max-w-3xl mx-auto mb-10" data-aos="fade-up" data-aos-delay="100">
Mastering the fundamental forces of the universe for seamless travel and energy manipulation
</p>
</div>
</section>
<!-- Content Section -->
<section class="relative z-10 py-20 bg-gray-900 bg-opacity-90">
<div class="container mx-auto px-6">
<div class="grid md:grid-cols-2 gap-12 items-center">
<div data-aos="fade-right">
<img src="https://t3.ftcdn.net/jpg/06/11/18/58/360_F_611185869_JK6Scf6j5XSPTriZMOq69Q882I2kxnuX.jpg">
</div>
<div data-aos="fade-left" data-aos-delay="100">
<h2 class="text-3xl font-bold mb-6 text-teal-400">The Science of Gravity Control</h2>
<p class="text-gray-300 mb-6">
Gravity manipulation represents one of our most advanced technological achievements.
By understanding gravity not as a force but as a curvature in space-time, we've developed
methods to locally modify gravitational fields.
</p>
<p class="text-gray-300 mb-6">
Our technology uses precisely tuned electromagnetic fields in conjunction with zero-point energy
to create controlled distortions in the fabric of space-time, allowing us to neutralize, amplify,
or redirect gravitational effects.
</p>
<div class="bg-gray-800 rounded-xl p-6 mb-6">
<h3 class="text-xl font-semibold mb-3 text-teal-400">Core Principles</h3>
<ul class="space-y-3">
<li class="flex items-start">
<i data-feather="target" class="text-teal-400 mr-2 mt-1"></i>
<span>Precision control of local gravitational fields</span>
</li>
<li class="flex items-start">
<i data-feather="zap" class="text-teal-400 mr-2 mt-1"></i>
<span>Integration with zero-point energy systems</span>
</li>
<li class="flex items-start">
<i data-feather="shield" class="text-teal-400 mr-2 mt-1"></i>
<span>Inertial dampening for passenger comfort</span>
</li>
</ul>
</div>
</div>
</div>
<div class="mt-20" data-aos="fade-up">
<h2 class="text-3xl font-bold mb-8 text-center text-teal-400">Anti-Gravity Propulsion Systems</h2>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-gray-800 rounded-xl p-6 card-hover">
<div class="text-teal-400 mb-4">
<i data-feather="navigation" class="w-10 h-10"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Intra-Terrestrial Travel</h3>
<p class="text-gray-300">
High-speed vehicles that navigate through natural caverns and constructed tunnels using gravity nullification technology.
</p>
</div>
<div class="bg-gray-800 rounded-xl p-6 card-hover">
<div class="text-teal-400 mb-4">
<i data-feather="globe" class="w-10 h-10"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Surface-to-Subsurface Transport</h3>
<p class="text-gray-300">
Vertical ascent/descent systems that move effortlessly between surface and underground facilities.
</p>
</div>
<div class="bg-gray-800 rounded-xl p-6 card-hover">
<div class="text-teal-400 mb-4">
<i data-feather="star" class="w-10 h-10"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Interdimensional Capabilities</h3>
<p class="text-gray-300">
Advanced craft capable of manipulating gravity to access higher dimensions and alternate realities.
</p>
</div>
</div>
</div>
<div class="mt-20" data-aos="fade-up">
<h2 class="text-3xl font-bold mb-8 text-center text-teal-400">Practical Applications</h2>
<div class="grid md:grid-cols-2 gap-12 items-center">
<div class="order-2 md:order-1">
<h3 class="text-2xl font-semibold mb-4 text-teal-400">Civilian Benefits</h3>
<p class="text-gray-300 mb-6">
Our gravity manipulation technology has revolutionized daily life in our civilization.
Transportation is instantaneous and effortless, construction occurs without heavy machinery,
and medical treatments use gravitational fields for non-invasive healing.
</p>
<p class="text-gray-300 mb-6">
Energy generation is enhanced through gravitational amplification of zero-point energy collectors,
providing unlimited clean power for all our needs.
</p>
</div>
<div class="order-1 md:order-2">
<img src="https://t4.ftcdn.net/jpg/06/13/15/61/360_F_613156100_8tpjzOlb2PFUaf7uGDpnmuo83iGpMjWy.jpg" alt="Gravity Applications" class="rounded-xl shadow-xl w-full">
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="relative z-10 bg-gray-900 bg-opacity-90 border-t border-gray-800 py-12">
<div class="container mx-auto px-6">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="flex items-center mb-6 md:mb-0">
<i data-feather="compass" class="text-teal-400 mr-2"></i>
<span class="text-xl font-bold text-teal-400">Inner Earth Alliance</span>
</div>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-teal-400">
<i data-feather="twitter"></i>
</a>
<a href="#" class="text-gray-400 hover:text-teal-400">
<i data-feather="facebook"></i>
</a>
<a href="#" class="text-gray-400 hover:text-teal-400">
<i data-feather="instagram"></i>
</a>
</div>
</div>
<div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-500">
<p>© 2023 Inner Earth Alliance. All rights reserved.</p>
<p class="mt-2">Surface world representation only. Actual headquarters located beneath Mount Assta.</p>
</div>
</div>
</footer>
<script>
// Initialize Vanta.js globe
VANTA.GLOBE({
el: "#vanta-globe",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x4fd1c5,
backgroundColor: 0x09090b,
size: 0.7
});
// Initialize AOS
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true
});
// Feather Icons
feather.replace();
</script>
</body>
</html> |