File size: 30,488 Bytes
eeab726 |
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 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MUSIC IDO Portal - Web3 Music Revolution</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@splinetool/[email protected]/build/runtime.min.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Exo+2:wght@300;600;900&display=swap" rel="stylesheet">
<style>
:root {
--primary: #6d28d9;
--secondary: #10b981;
--accent: #f59e0b;
--dark: #1e293b;
--light: #f8fafc;
}
body {
font-family: 'Exo 2', sans-serif;
background-color: #0f172a;
color: var(--light);
overflow-x: hidden;
}
.orbitron {
font-family: 'Orbitron', sans-serif;
}
.gradient-text {
background: linear-gradient(90deg, #f59e0b, #6d28d9, #10b981);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.glow {
text-shadow: 0 0 10px rgba(109, 40, 217, 0.7);
}
.card-glass {
background: rgba(30, 41, 59, 0.7);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.1);
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
}
.hover-scale {
transition: transform 0.3s ease;
}
.hover-scale:hover {
transform: scale(1.03);
}
.avatar-container {
perspective: 1000px;
}
.avatar-3d {
transform-style: preserve-3d;
animation: float 6s ease-in-out infinite;
}
@keyframes float {
0%, 100% { transform: translateY(0) rotateY(0); }
50% { transform: translateY(-20px) rotateY(10deg); }
}
.pulse {
animation: pulse 2s infinite;
}
@keyframes pulse {
0% { box-shadow: 0 0 0 0 rgba(109, 40, 217, 0.7); }
70% { box-shadow: 0 0 0 15px rgba(109, 40, 217, 0); }
100% { box-shadow: 0 0 0 0 rgba(109, 40, 217, 0); }
}
.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
</head>
<body class="min-h-screen">
<!-- Spline 3D Scene -->
<div id="spline-background" class="fixed top-0 left-0 w-full h-full -z-10 opacity-20"></div>
<!-- Navigation -->
<nav class="container mx-auto px-6 py-4 flex justify-between items-center">
<div class="flex items-center space-x-2">
<div class="w-10 h-10 rounded-full bg-gradient-to-br from-purple-600 to-amber-500 flex items-center justify-center">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 19V6l12-3v13M9 19c0 1.105-1.343 2-3 2s-3-.895-3-2 1.343-2 3-2 3 .895 3 2zm12-3c0 1.105-1.343 2-3 2s-3-.895-3-2 1.343-2 3-2 3 .895 3 2zM9 10l12-3" />
</svg>
</div>
<span class="orbitron text-xl font-bold gradient-text">MUSIC IDO</span>
</div>
<div class="hidden md:flex space-x-8">
<a href="#about" class="hover:text-purple-400 transition">About</a>
<a href="#token" class="hover:text-purple-400 transition">Token</a>
<a href="#ido" class="hover:text-purple-400 transition">IDO</a>
<a href="#ecosystem" class="hover:text-purple-400 transition">Ecosystem</a>
<a href="#video" class="hover:text-purple-400 transition">Video</a>
</div>
<button class="bg-gradient-to-r from-purple-600 to-amber-500 text-white px-6 py-2 rounded-full hover:opacity-90 transition">
Connect Wallet
</button>
</nav>
<!-- Hero Section -->
<section class="container mx-auto px-6 py-20 md:py-32 flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-12 md:mb-0">
<h1 class="orbitron text-4xl md:text-6xl font-bold mb-6">
<span class="gradient-text glow">Redefining</span> <br>
<span class="gradient-text glow">Music Through</span> <br>
<span class="gradient-text glow">Web3 Innovation</span>
</h1>
<p class="text-lg text-gray-300 mb-8">
The future of music is decentralized. Join the revolution with MUSIC token - your gateway to the Web3 music ecosystem.
</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
<button class="bg-gradient-to-r from-purple-600 to-amber-500 text-white px-8 py-3 rounded-full hover:opacity-90 transition font-bold">
Claim IDO Allocation
</button>
<button class="border border-purple-500 text-purple-400 px-8 py-3 rounded-full hover:bg-purple-900 hover:bg-opacity-30 transition font-bold">
Learn More
</button>
</div>
</div>
<div class="md:w-1/2 avatar-container">
<!-- 3D Music Avatar -->
<div class="w-full max-w-md mx-auto avatar-3d">
<spline-viewer url="https://prod.spline.design/6Wq1Q7OBJQT5Kkf0/scene.splinecode"></spline-viewer>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-20 bg-gradient-to-b from-gray-900 to-gray-800">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="orbitron text-3xl md:text-4xl font-bold mb-4">
<span class="gradient-text">Craft and Customize</span> the Future of Music
</h2>
<p class="max-w-3xl mx-auto text-gray-300">
MUSIC token plays a crucial role in our ecosystem as a utility token enabling various functionalities within the platform.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="card-glass p-8 rounded-xl hover-scale">
<div class="w-16 h-16 bg-purple-900 bg-opacity-50 rounded-full flex items-center justify-center mb-6">
<svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 text-purple-400" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
</div>
<h3 class="orbitron text-xl font-bold mb-3">Token Utility</h3>
<p class="text-gray-300">
MUSIC tokens enable platform functionalities, rewards, and governance in our decentralized music ecosystem.
</p>
</div>
<div class="card-glass p-8 rounded-xl hover-scale">
<div class="w-16 h-16 bg-amber-900 bg-opacity-50 rounded-full flex items-center justify-center mb-6">
<svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 text-amber-400" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 10l4.553-2.276A1 1 0 0121 8.618v6.764a1 1 0 01-1.447.894L15 14M5 18h8a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z" />
</svg>
</div>
<h3 class="orbitron text-xl font-bold mb-3">Engagement Rewards</h3>
<p class="text-gray-300">
Fans earn MUSIC tokens by engaging with content, predicting market trends, and participating in the ecosystem.
</p>
</div>
<div class="card-glass p-8 rounded-xl hover-scale">
<div class="w-16 h-16 bg-emerald-900 bg-opacity-50 rounded-full flex items-center justify-center mb-6">
<svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 text-emerald-400" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 7h8m0 0v8m0-8l-8 8-4-4-6 6" />
</svg>
</div>
<h3 class="orbitron text-xl font-bold mb-3">Market Predictions</h3>
<p class="text-gray-300">
Our platform helps users instantly see market changes and predict future trends in the music industry.
</p>
</div>
</div>
</div>
</section>
<!-- IDO Section -->
<section id="ido" class="py-20 relative overflow-hidden">
<div class="absolute inset-0 bg-gradient-to-br from-purple-900 to-amber-900 opacity-10 -z-10"></div>
<div class="container mx-auto px-6">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-12 md:mb-0">
<h2 class="orbitron text-3xl md:text-4xl font-bold mb-6">
<span class="gradient-text">IDO Disco Dance</span> <br>
Record-Breaking Success
</h2>
<p class="text-lg text-gray-300 mb-8">
Setting the Stage for a Thrilling 2025 with high-quality judging, outstanding performances by the finest dancers in the Web3 space!
</p>
<div class="bg-purple-900 bg-opacity-30 border border-purple-700 rounded-xl p-6 mb-8">
<h3 class="orbitron text-xl font-bold mb-3 text-purple-300">Claim IDO Allocation Rewards</h3>
<p class="text-gray-300 mb-4">
Don't miss this opportunity to launch the IDO event and be part of the Web 3.0 lifestyle revolution.
</p>
<button class="bg-gradient-to-r from-purple-600 to-amber-500 text-white px-6 py-2 rounded-full hover:opacity-90 transition font-bold">
Participate Now
</button>
</div>
</div>
<div class="md:w-1/2">
<div class="card-glass p-6 rounded-xl max-w-md mx-auto hover-scale">
<div class="flex justify-between items-center mb-6">
<h3 class="orbitron text-xl font-bold text-purple-300">IDO Allocation Timeline</h3>
<div class="pulse w-3 h-3 rounded-full bg-purple-500"></div>
</div>
<div class="space-y-4">
<div class="flex items-start">
<div class="flex-shrink-0 h-10 w-10 rounded-full bg-purple-900 flex items-center justify-center mr-4">
<span class="text-purple-300 font-bold">1</span>
</div>
<div>
<h4 class="font-bold text-white">Registration Phase</h4>
<p class="text-sm text-gray-400">Secure your spot in the IDO allocation</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 h-10 w-10 rounded-full bg-amber-900 flex items-center justify-center mr-4">
<span class="text-amber-300 font-bold">2</span>
</div>
<div>
<h4 class="font-bold text-white">KYC Verification</h4>
<p class="text-sm text-gray-400">Complete identity verification process</p>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 h-10 w-10 rounded-full bg-emerald-900 flex items-center justify-center mr-4">
<span class="text-emerald-300 font-bold">3</span>
</div>
<div>
<h4 class="font-bold text-white">Token Distribution</h4>
<p class="text-sm text-gray-400">Receive your MUSIC token allocation</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Token Section -->
<section id="token" class="py-20 bg-gradient-to-b from-gray-800 to-gray-900">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="orbitron text-3xl md:text-4xl font-bold mb-4">
<span class="gradient-text">MUSIC Token</span> Ecosystem
</h2>
<p class="max-w-3xl mx-auto text-gray-300">
A decentralized mining-style approval mechanism that crafts and customizes the space into its captivating universe.
</p>
</div>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
<div>
<div class="mb-8">
<h3 class="orbitron text-2xl font-bold mb-4 text-purple-300">What is an IDO?</h3>
<p class="text-gray-300 mb-6">
An IDO (Initial Decentralized Offering) is one of the newer methods of distribution where entrepreneurs and investors can interact with each other directly on the blockchain.
</p>
<p class="text-gray-300">
Investors line up to get a chance of securing an allocation of tokens prelaunch. Because of this high competition and demand, the industry has developed Launchpads - platforms that set industry standards for distributing allocations.
</p>
</div>
<div>
<h3 class="orbitron text-2xl font-bold mb-4 text-amber-300">Our IDO Platform</h3>
<p class="text-gray-300">
Our IDO platform is known for cross-chain token pools, serving developers and investors looking to thrive in the shifting music industry landscape. We offer motion variability and progressive load systems, allowing users to easily migrate their assets.
</p>
</div>
</div>
<div>
<div class="card-glass p-8 rounded-xl hover-scale">
<div class="flex justify-between items-start mb-8">
<div>
<h3 class="orbitron text-2xl font-bold mb-2">MUSIC Token</h3>
<p class="text-gray-400">Staking Rewards Program</p>
</div>
<div class="bg-purple-900 bg-opacity-50 rounded-full p-3">
<svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 text-purple-300" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
</div>
</div>
<div class="mb-8">
<div class="flex justify-between items-center mb-2">
<span class="text-gray-400">Current APY</span>
<span class="font-bold text-purple-300">127.5%</span>
</div>
<div class="w-full bg-gray-700 rounded-full h-2.5">
<div class="bg-gradient-to-r from-purple-500 to-amber-500 h-2.5 rounded-full" style="width: 85%"></div>
</div>
</div>
<div class="grid grid-cols-2 gap-4 mb-8">
<div class="bg-gray-800 bg-opacity-50 p-4 rounded-lg">
<p class="text-gray-400 text-sm">Total Staked</p>
<p class="font-bold">42.8M MUSIC</p>
</div>
<div class="bg-gray-800 bg-opacity-50 p-4 rounded-lg">
<p class="text-gray-400 text-sm">Your Stake</p>
<p class="font-bold">0 MUSIC</p>
</div>
</div>
<button class="w-full bg-gradient-to-r from-purple-600 to-amber-500 text-white px-6 py-3 rounded-lg hover:opacity-90 transition font-bold">
Stake MUSIC Tokens
</button>
</div>
</div>
</div>
</div>
</section>
<!-- 3D Avatars Section -->
<section id="ecosystem" class="py-20 relative overflow-hidden">
<div class="absolute inset-0 bg-gradient-to-br from-purple-900 to-amber-900 opacity-5 -z-10"></div>
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="orbitron text-3xl md:text-4xl font-bold mb-4">
<span class="gradient-text">Collaboration</span> Redefining Entertainment
</h2>
<p class="max-w-3xl mx-auto text-gray-300">
Through AI and Web3 Innovation, we're creating the next generation of music experiences.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- 3D Avatar 1 -->
<div class="avatar-container">
<div class="card-glass p-6 rounded-xl h-full hover-scale">
<div class="w-full h-64 mb-4 avatar-3d">
<spline-viewer url="https://prod.spline.design/6Wq1Q7OBJQT5Kkf0/scene.splinecode"></spline-viewer>
</div>
<h3 class="orbitron text-xl font-bold mb-2">DJ Web3</h3>
<p class="text-gray-400">The ultimate AI-powered music creator avatar</p>
</div>
</div>
<!-- 3D Avatar 2 -->
<div class="avatar-container">
<div class="card-glass p-6 rounded-xl h-full hover-scale">
<div class="w-full h-64 mb-4 avatar-3d">
<spline-viewer url="https://prod.spline.design/6Wq1Q7OBJQT5Kkf0/scene.splinecode"></spline-viewer>
</div>
<h3 class="orbitron text-xl font-bold mb-2">Token Dancer</h3>
<p class="text-gray-400">Visualizing market movements through dance</p>
</div>
</div>
<!-- 3D Avatar 3 -->
<div class="avatar-container">
<div class="card-glass p-6 rounded-xl h-full hover-scale">
<div class="w-full h-64 mb-4 avatar-3d">
<spline-viewer url="https://prod.spline.design/6Wq1Q7OBJQT5Kkf0/scene.splinecode"></spline-viewer>
</div>
<h3 class="orbitron text-xl font-bold mb-2">IDO Performer</h3>
<p class="text-gray-400">Bringing token launches to life on stage</p>
</div>
</div>
</div>
</div>
</section>
<!-- Video Section -->
<section id="video" class="py-20 bg-gray-900">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="orbitron text-3xl md:text-4xl font-bold mb-4">
<span class="gradient-text">Experience</span> Our Vision
</h2>
<p class="max-w-3xl mx-auto text-gray-300">
Watch our introductory video to understand the MUSIC IDO ecosystem
</p>
</div>
<div class="max-w-4xl mx-auto card-glass overflow-hidden rounded-xl hover-scale">
<div class="video-container">
<iframe src="https://www.youtube.com/embed/0DwJG7Aoz4A?si=JlFTlbgXWZqUc6eC" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 bg-gradient-to-br from-purple-900 to-amber-900">
<div class="container mx-auto px-6 text-center">
<h2 class="orbitron text-3xl md:text-4xl font-bold mb-6">
Ready to Join the <span class="gradient-text glow">Music Revolution</span>?
</h2>
<p class="max-w-2xl mx-auto text-gray-200 mb-8">
Don't miss your chance to be part of the future of music through Web3 technology and decentralized finance.
</p>
<div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4">
<button class="bg-white text-purple-900 px-8 py-3 rounded-full hover:opacity-90 transition font-bold">
Claim Your IDO Allocation
</button>
<button class="border border-white text-white px-8 py-3 rounded-full hover:bg-white hover:bg-opacity-10 transition font-bold">
Connect Wallet
</button>
</div>
</div>
</section>
<!-- Footer -->
<footer class="py-12 bg-gray-900 border-t border-gray-800">
<div class="container mx-auto px-6">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="flex items-center space-x-2 mb-6 md:mb-0">
<div class="w-10 h-10 rounded-full bg-gradient-to-br from-purple-600 to-amber-500 flex items-center justify-center">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 19V6l12-3v13M9 19c0 1.105-1.343 2-3 2s-3-.895-3-2 1.343-2 3-2 3 .895 3 2zm12-3c0 1.105-1.343 2-3 2s-3-.895-3-2 1.343-2 3-2 3 .895 3 2zM9 10l12-3" />
</svg>
</div>
<span class="orbitron text-xl font-bold gradient-text">MUSIC IDO</span>
</div>
<div class="flex space-x-6 mb-6 md:mb-0">
<a href="#" class="text-gray-400 hover:text-purple-400 transition">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24">
<path d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z" />
</svg>
</a>
<a href="#" class="text-gray-400 hover:text-purple-400 transition">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24">
<path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z" />
</svg>
</a>
<a href="#" class="text-gray-400 hover:text-purple-400 transition">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24">
<path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z" />
</svg>
</a>
<a href="#" class="text-gray-400 hover:text-purple-400 transition">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" />
</svg>
</a>
</div>
<div class="text-gray-500 text-sm">
© 2023 MUSIC IDO Portal. All rights reserved.
</div>
</div>
</div>
</footer>
<script>
// Spline 3D Background
const splineBackground = document.getElementById('spline-background');
const spline = new SplineRuntime();
spline.load('https://prod.spline.design/6Wq1Q7OBJQT5Kkf0/scene.splinecode')
.then(scene => {
splineBackground.appendChild(scene);
});
// Smooth scrolling for navigation
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
// Animate elements when they come into view
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('animate-fadeIn');
}
});
}, { threshold: 0.1 });
document.querySelectorAll('.card-glass, .avatar-3d').forEach(el => {
observer.observe(el);
});
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Bujurocks/ido" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |