Spaces:
Running
Running
make the yellow gradient gold
Browse files- events.html +2 -2
- index.html +1 -1
- login.html +2 -3
- results.html +2 -2
events.html
CHANGED
|
@@ -124,8 +124,8 @@
|
|
| 124 |
<div class="flex items-center text-gray-300 text-sm mb-4">
|
| 125 |
<i data-feather="clock" class="mr-2 w-4 h-4"></i> 10:00 AM - 12:00 PM
|
| 126 |
</div>
|
| 127 |
-
<button class="w-full bg-
|
| 128 |
-
|
| 129 |
</button>
|
| 130 |
</div>
|
| 131 |
|
|
|
|
| 124 |
<div class="flex items-center text-gray-300 text-sm mb-4">
|
| 125 |
<i data-feather="clock" class="mr-2 w-4 h-4"></i> 10:00 AM - 12:00 PM
|
| 126 |
</div>
|
| 127 |
+
<button class="w-full bg-amber-500 hover:bg-amber-600 text-black font-bold py-2 rounded-lg transition">
|
| 128 |
+
Register Now
|
| 129 |
</button>
|
| 130 |
</div>
|
| 131 |
|
index.html
CHANGED
|
@@ -232,7 +232,7 @@
|
|
| 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 |
-
|
| 236 |
</div>
|
| 237 |
<div class="md:w-1/2 flex justify-center">
|
| 238 |
<div class="vr-headset pulse-animation">
|
|
|
|
| 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>
|
| 236 |
</div>
|
| 237 |
<div class="md:w-1/2 flex justify-center">
|
| 238 |
<div class="vr-headset pulse-animation">
|
login.html
CHANGED
|
@@ -83,10 +83,9 @@
|
|
| 83 |
</div>
|
| 84 |
<a href="#" class="text-yellow-500 hover:text-yellow-400 text-sm">Forgot password?</a>
|
| 85 |
</div>
|
| 86 |
-
|
| 87 |
<button type="submit"
|
| 88 |
-
class="w-full bg-
|
| 89 |
-
|
| 90 |
</button>
|
| 91 |
</form>
|
| 92 |
|
|
|
|
| 83 |
</div>
|
| 84 |
<a href="#" class="text-yellow-500 hover:text-yellow-400 text-sm">Forgot password?</a>
|
| 85 |
</div>
|
|
|
|
| 86 |
<button type="submit"
|
| 87 |
+
class="w-full bg-amber-500 hover:bg-amber-600 text-black font-bold py-3 rounded-lg transition flex items-center justify-center">
|
| 88 |
+
Sign In
|
| 89 |
</button>
|
| 90 |
</form>
|
| 91 |
|
results.html
CHANGED
|
@@ -226,9 +226,9 @@
|
|
| 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 |
-
|
| 232 |
</section>
|
| 233 |
|
| 234 |
<!-- Footer -->
|
|
|
|
| 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>
|
| 233 |
|
| 234 |
<!-- Footer -->
|