Spaces:
Running
Running
Decrease vertical size - Follow Up Deployment
Browse files- index.html +8 -8
index.html
CHANGED
|
@@ -241,7 +241,7 @@
|
|
| 241 |
</header>
|
| 242 |
|
| 243 |
<!-- Hero Section -->
|
| 244 |
-
<section class="glass-card p-
|
| 245 |
<div class="absolute inset-0 overflow-hidden">
|
| 246 |
<div class="absolute top-0 left-0 w-full h-full bg-gradient-to-br from-neonYellow/5 via-transparent to-neonOrange/5 animate-pulse"></div>
|
| 247 |
<div class="absolute top-0 left-1/4 w-1/2 h-1 bg-gradient-to-r from-transparent via-neonYellow to-transparent animate-pulse"></div>
|
|
@@ -251,14 +251,14 @@
|
|
| 251 |
<div class="flex flex-col items-center relative z-10">
|
| 252 |
<h2 class="text-gray-300 text-lg mb-1 tracking-wider">YOUR CURRENT VIP STATUS</h2>
|
| 253 |
|
| 254 |
-
<div class="tier-badge w-
|
| 255 |
<div class="absolute inset-0 rounded-full bg-gradient-to-br from-neonYellow/20 to-neonOrange/20 animate-pulse"></div>
|
| 256 |
<div class="orbitron text-4xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-neonYellow to-neonOrange animate-pulse">NioGold</div>
|
| 257 |
</div>
|
| 258 |
|
| 259 |
<!-- Circular Progress -->
|
| 260 |
-
<div class="relative mb-
|
| 261 |
-
<svg class="progress-ring w-
|
| 262 |
<circle class="progress-ring__circle" stroke="rgba(40, 40, 50, 0.8)" stroke-width="10" fill="transparent" r="52" cx="60" cy="60"/>
|
| 263 |
<circle class="progress-ring__circle" stroke="url(#gradient)" stroke-width="10" stroke-dasharray="326.56" stroke-dashoffset="130.624" fill="transparent" r="52" cx="60" cy="60"/>
|
| 264 |
<defs>
|
|
@@ -279,7 +279,7 @@
|
|
| 279 |
<span class="bg-clip-text text-transparent bg-gradient-to-r from-neonYellow to-neonOrange">12,600</span>
|
| 280 |
<span class="text-gray-300">XP</span>
|
| 281 |
</div>
|
| 282 |
-
<p class="text-gray-300 mb-
|
| 283 |
|
| 284 |
<button class="neon-button orbitron font-bold py-4 px-10 rounded-full text-darkBg text-lg tracking-wider hover:scale-105 transition-transform duration-300">
|
| 285 |
HOW TO RANK UP <i class="fas fa-arrow-up ml-2"></i>
|
|
@@ -517,7 +517,7 @@
|
|
| 517 |
|
| 518 |
<!-- Claimable Rewards Section -->
|
| 519 |
<section class="glass-card p-6 mb-10 text-center">
|
| 520 |
-
<h2 class="orbitron text-xl mb-4">Claim
|
| 521 |
<p class="text-gray-400 mb-6">Your next bonus is available in:</p>
|
| 522 |
|
| 523 |
<div class="flex justify-center space-x-4 mb-6">
|
|
@@ -534,10 +534,10 @@
|
|
| 534 |
<!-- CTA Panel -->
|
| 535 |
<section class="text-center">
|
| 536 |
<button class="neon-button orbitron font-bold py-4 px-12 rounded-full text-darkBg text-lg mb-4 w-full max-w-md">
|
| 537 |
-
|
| 538 |
</button>
|
| 539 |
<button class="orbitron font-bold py-3 px-8 rounded-full border border-neonYellow text-neonYellow bg-transparent w-full max-w-md">
|
| 540 |
-
|
| 541 |
</button>
|
| 542 |
</section>
|
| 543 |
</div>
|
|
|
|
| 241 |
</header>
|
| 242 |
|
| 243 |
<!-- Hero Section -->
|
| 244 |
+
<section class="glass-card p-6 md:p-4 mb-8 text-center relative overflow-hidden">
|
| 245 |
<div class="absolute inset-0 overflow-hidden">
|
| 246 |
<div class="absolute top-0 left-0 w-full h-full bg-gradient-to-br from-neonYellow/5 via-transparent to-neonOrange/5 animate-pulse"></div>
|
| 247 |
<div class="absolute top-0 left-1/4 w-1/2 h-1 bg-gradient-to-r from-transparent via-neonYellow to-transparent animate-pulse"></div>
|
|
|
|
| 251 |
<div class="flex flex-col items-center relative z-10">
|
| 252 |
<h2 class="text-gray-300 text-lg mb-1 tracking-wider">YOUR CURRENT VIP STATUS</h2>
|
| 253 |
|
| 254 |
+
<div class="tier-badge w-32 h-32 rounded-full bg-gradient-to-br from-gray-800 to-gray-900 flex items-center justify-center mb-6 relative">
|
| 255 |
<div class="absolute inset-0 rounded-full bg-gradient-to-br from-neonYellow/20 to-neonOrange/20 animate-pulse"></div>
|
| 256 |
<div class="orbitron text-4xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-neonYellow to-neonOrange animate-pulse">NioGold</div>
|
| 257 |
</div>
|
| 258 |
|
| 259 |
<!-- Circular Progress -->
|
| 260 |
+
<div class="relative mb-6">
|
| 261 |
+
<svg class="progress-ring w-48 h-48" viewBox="0 0 120 120">
|
| 262 |
<circle class="progress-ring__circle" stroke="rgba(40, 40, 50, 0.8)" stroke-width="10" fill="transparent" r="52" cx="60" cy="60"/>
|
| 263 |
<circle class="progress-ring__circle" stroke="url(#gradient)" stroke-width="10" stroke-dasharray="326.56" stroke-dashoffset="130.624" fill="transparent" r="52" cx="60" cy="60"/>
|
| 264 |
<defs>
|
|
|
|
| 279 |
<span class="bg-clip-text text-transparent bg-gradient-to-r from-neonYellow to-neonOrange">12,600</span>
|
| 280 |
<span class="text-gray-300">XP</span>
|
| 281 |
</div>
|
| 282 |
+
<p class="text-gray-300 mb-6 tracking-wider">ONLY <span class="text-neonOrange font-bold">2,400 XP</span> TO UNLOCK <span class="text-neonOrange font-bold">NioPrime</span></p>
|
| 283 |
|
| 284 |
<button class="neon-button orbitron font-bold py-4 px-10 rounded-full text-darkBg text-lg tracking-wider hover:scale-105 transition-transform duration-300">
|
| 285 |
HOW TO RANK UP <i class="fas fa-arrow-up ml-2"></i>
|
|
|
|
| 517 |
|
| 518 |
<!-- Claimable Rewards Section -->
|
| 519 |
<section class="glass-card p-6 mb-10 text-center">
|
| 520 |
+
<h2 class="orbitron text-xl mb-4">Claim VIP Bonus</h2>
|
| 521 |
<p class="text-gray-400 mb-6">Your next bonus is available in:</p>
|
| 522 |
|
| 523 |
<div class="flex justify-center space-x-4 mb-6">
|
|
|
|
| 534 |
<!-- CTA Panel -->
|
| 535 |
<section class="text-center">
|
| 536 |
<button class="neon-button orbitron font-bold py-4 px-12 rounded-full text-darkBg text-lg mb-4 w-full max-w-md">
|
| 537 |
+
Exclusive VIP Packages
|
| 538 |
</button>
|
| 539 |
<button class="orbitron font-bold py-3 px-8 rounded-full border border-neonYellow text-neonYellow bg-transparent w-full max-w-md">
|
| 540 |
+
Share with Friends
|
| 541 |
</button>
|
| 542 |
</section>
|
| 543 |
</div>
|