replace this image with this one please make sure no cut off, and the image ius exactaly like the one i sent. Thank you
Browse files- index.html +17 -2
- style.css +15 -0
index.html
CHANGED
|
@@ -109,6 +109,14 @@
|
|
| 109 |
<script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
| 110 |
<!-- Navigation -->
|
| 111 |
<nav class="relative z-10 bg-black bg-opacity-80 border-b border-yellow-500">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 112 |
<div class="container mx-auto px-6 py-4">
|
| 113 |
<div class="flex justify-between items-center">
|
| 114 |
<div class="flex items-center space-x-2 relative">
|
|
@@ -158,7 +166,9 @@
|
|
| 158 |
</div>
|
| 159 |
<div class="md:w-1/2 flex justify-center">
|
| 160 |
<div class="vr-headset pulse-animation relative">
|
| 161 |
-
<img src="https://huggingface.co/spaces/Fazbeeer/mindmaster-vr-arena-clone/resolve/main/images/
|
|
|
|
|
|
|
| 162 |
</div>
|
| 163 |
</div>
|
| 164 |
</div>
|
|
@@ -169,7 +179,12 @@
|
|
| 169 |
<div class="container mx-auto px-6">
|
| 170 |
<h2 class="text-4xl font-bold text-center mb-16 font-['Bebas+Neue'] tracking-wider">
|
| 171 |
<span class="text-red-500">TRAIN</span> <span class="text-green-500">YOUR</span> <span class="text-white">MIND</span>
|
| 172 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 173 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 174 |
<!-- Feature 1 -->
|
| 175 |
<div class="bg-gradient-to-br from-black to-gray-900 p-8 rounded-xl border border-yellow-500 transform hover:scale-105 transition h-full flex flex-col">
|
|
|
|
| 109 |
<script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
|
| 110 |
<!-- Navigation -->
|
| 111 |
<nav class="relative z-10 bg-black bg-opacity-80 border-b border-yellow-500">
|
| 112 |
+
<!-- Christmas Banner -->
|
| 113 |
+
<div class="w-full bg-gradient-to-r from-green-700 via-red-600 to-green-700 text-center py-2 px-4 animate-pulse">
|
| 114 |
+
<div class="flex items-center justify-center space-x-2">
|
| 115 |
+
<i data-feather="gift" class="text-white"></i>
|
| 116 |
+
<span class="text-white font-bold">Happy Holidays! Get 15% off all plans with code HOLIDAY15</span>
|
| 117 |
+
<i data-feather="gift" class="text-white"></i>
|
| 118 |
+
</div>
|
| 119 |
+
</div>
|
| 120 |
<div class="container mx-auto px-6 py-4">
|
| 121 |
<div class="flex justify-between items-center">
|
| 122 |
<div class="flex items-center space-x-2 relative">
|
|
|
|
| 166 |
</div>
|
| 167 |
<div class="md:w-1/2 flex justify-center">
|
| 168 |
<div class="vr-headset pulse-animation relative">
|
| 169 |
+
<img src="https://huggingface.co/spaces/Fazbeeer/mindmaster-vr-arena-clone/resolve/main/images/Screen%20Shot%202025-12-05%20at%209.46.48%20AM%20copy.png" alt="VR Headset" class="rounded-lg shadow-2xl mx-auto w-full h-auto max-w-md object-contain glow-image brightness-125 hover:brightness-150 transition-all duration-300" style="filter: drop-shadow(0 0 30px rgba(220, 38, 38, 0.8))">
|
| 170 |
+
<div class="absolute -top-4 -right-4 text-6xl text-red-500 animate-bounce">🎄</div>
|
| 171 |
+
<div class="absolute -bottom-4 -left-4 text-6xl text-green-500 animate-pulse">🎁</div>
|
| 172 |
</div>
|
| 173 |
</div>
|
| 174 |
</div>
|
|
|
|
| 179 |
<div class="container mx-auto px-6">
|
| 180 |
<h2 class="text-4xl font-bold text-center mb-16 font-['Bebas+Neue'] tracking-wider">
|
| 181 |
<span class="text-red-500">TRAIN</span> <span class="text-green-500">YOUR</span> <span class="text-white">MIND</span>
|
| 182 |
+
<div class="mt-4 text-xl text-yellow-300 flex justify-center items-center">
|
| 183 |
+
<i data-feather="star" class="w-6 h-6 mx-2"></i>
|
| 184 |
+
<span>Holiday Special</span>
|
| 185 |
+
<i data-feather="star" class="w-6 h-6 mx-2"></i>
|
| 186 |
+
</div>
|
| 187 |
+
</h2>
|
| 188 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 189 |
<!-- Feature 1 -->
|
| 190 |
<div class="bg-gradient-to-br from-black to-gray-900 p-8 rounded-xl border border-yellow-500 transform hover:scale-105 transition h-full flex flex-col">
|
style.css
CHANGED
|
@@ -31,6 +31,21 @@ overflow-x: hidden;
|
|
| 31 |
animation-timing-function: linear;
|
| 32 |
animation-iteration-count: infinite;
|
| 33 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
.font-orbitron {
|
| 35 |
font-family: 'Orbitron', sans-serif;
|
| 36 |
}
|
|
|
|
| 31 |
animation-timing-function: linear;
|
| 32 |
animation-iteration-count: infinite;
|
| 33 |
}
|
| 34 |
+
/* Holiday gradient overlay */
|
| 35 |
+
body::after {
|
| 36 |
+
content: "";
|
| 37 |
+
position: fixed;
|
| 38 |
+
top: 0;
|
| 39 |
+
left: 0;
|
| 40 |
+
width: 100%;
|
| 41 |
+
height: 100%;
|
| 42 |
+
background:
|
| 43 |
+
linear-gradient(to bottom,
|
| 44 |
+
rgba(220, 38, 38, 0.15) 0%,
|
| 45 |
+
rgba(22, 163, 74, 0.15) 100%);
|
| 46 |
+
pointer-events: none;
|
| 47 |
+
z-index: -1;
|
| 48 |
+
}
|
| 49 |
.font-orbitron {
|
| 50 |
font-family: 'Orbitron', sans-serif;
|
| 51 |
}
|