Spaces:
Running
Running
make it gradient dark red
Browse files- events.html +2 -2
- index.html +3 -3
- results.html +2 -2
events.html
CHANGED
|
@@ -140,8 +140,8 @@
|
|
| 140 |
<div class="flex items-center text-gray-300 text-sm mb-4">
|
| 141 |
<i data-feather="clock" class="mr-2 w-4 h-4"></i> 2:00 PM - 3:30 PM
|
| 142 |
</div>
|
| 143 |
-
<button class="w-full bg-red-
|
| 144 |
-
|
| 145 |
</button>
|
| 146 |
</div>
|
| 147 |
|
|
|
|
| 140 |
<div class="flex items-center text-gray-300 text-sm mb-4">
|
| 141 |
<i data-feather="clock" class="mr-2 w-4 h-4"></i> 2:00 PM - 3:30 PM
|
| 142 |
</div>
|
| 143 |
+
<button class="w-full bg-gradient-to-r from-red-900 via-red-800 to-red-700 hover:from-red-800 hover:via-red-700 hover:to-red-600 text-white font-bold py-2 rounded-lg transition">
|
| 144 |
+
Register Now
|
| 145 |
</button>
|
| 146 |
</div>
|
| 147 |
|
index.html
CHANGED
|
@@ -226,10 +226,10 @@
|
|
| 226 |
<span class="text-yellow-500 font-bold">Own the moment.</span>
|
| 227 |
</p>
|
| 228 |
<div class="flex space-x-4">
|
| 229 |
-
<button class="bg-red-
|
| 230 |
Get Started
|
| 231 |
</button>
|
| 232 |
-
|
| 233 |
Watch Demo <i data-feather="play" class="inline ml-2"></i>
|
| 234 |
</button>
|
| 235 |
</div>
|
|
@@ -410,7 +410,7 @@
|
|
| 410 |
name: 'Subscription Plan',
|
| 411 |
price: 60,
|
| 412 |
description: 'Full suite with AI analysis, custom builds, and coaching - cancel anytime'
|
| 413 |
-
})" class="w-full bg-red-
|
| 414 |
<i data-feather="shopping-cart" class="mr-2"></i> Add to Cart
|
| 415 |
</button>
|
| 416 |
<p class="text-xs text-center text-gray-400">No credit card required</p>
|
|
|
|
| 226 |
<span class="text-yellow-500 font-bold">Own the moment.</span>
|
| 227 |
</p>
|
| 228 |
<div class="flex space-x-4">
|
| 229 |
+
<button class="bg-gradient-to-r from-red-900 via-red-800 to-red-700 hover:from-red-800 hover:via-red-700 hover:to-red-600 text-white font-bold px-8 py-4 rounded-lg text-lg transition transform hover:scale-105">
|
| 230 |
Get Started
|
| 231 |
</button>
|
| 232 |
+
<button class="border-2 border-yellow-500 hover:bg-yellow-500 hover:text-black text-white font-bold px-8 py-4 rounded-lg text-lg transition transform hover:scale-105">
|
| 233 |
Watch Demo <i data-feather="play" class="inline ml-2"></i>
|
| 234 |
</button>
|
| 235 |
</div>
|
|
|
|
| 410 |
name: 'Subscription Plan',
|
| 411 |
price: 60,
|
| 412 |
description: 'Full suite with AI analysis, custom builds, and coaching - cancel anytime'
|
| 413 |
+
})" class="w-full bg-gradient-to-r from-red-900 via-red-800 to-red-700 hover:from-red-800 hover:via-red-700 hover:to-red-600 text-white font-bold py-3 rounded-lg transition mb-2 flex items-center justify-center">
|
| 414 |
<i data-feather="shopping-cart" class="mr-2"></i> Add to Cart
|
| 415 |
</button>
|
| 416 |
<p class="text-xs text-center text-gray-400">No credit card required</p>
|
results.html
CHANGED
|
@@ -225,8 +225,8 @@
|
|
| 225 |
<p class="text-xl mb-12 max-w-2xl mx-auto text-gray-300">
|
| 226 |
Join our next competition and test your mental performance against others
|
| 227 |
</p>
|
| 228 |
-
<button class="bg-gradient-to-r from-
|
| 229 |
-
|
| 230 |
</button>
|
| 231 |
</div>
|
| 232 |
</section>
|
|
|
|
| 225 |
<p class="text-xl mb-12 max-w-2xl mx-auto text-gray-300">
|
| 226 |
Join our next competition and test your mental performance against others
|
| 227 |
</p>
|
| 228 |
+
<button class="bg-gradient-to-r from-red-900 via-red-800 to-red-700 hover:from-red-800 hover:via-red-700 hover:to-red-600 text-white font-bold px-10 py-5 rounded-lg text-xl transition transform hover:scale-105 shadow-lg">
|
| 229 |
+
Join Next Event
|
| 230 |
</button>
|
| 231 |
</div>
|
| 232 |
</section>
|