Spaces:
Running
Running
make the blocks the same width and length
Browse files- about.html +6 -7
- index.html +24 -25
- results.html +4 -5
about.html
CHANGED
|
@@ -96,33 +96,32 @@
|
|
| 96 |
<h2 class="text-4xl font-bold text-center mb-16 font-['Bebas+Neue'] tracking-wider">
|
| 97 |
<span class="text-yellow-500">OUR</span> <span class="text-white">CORE</span> <span class="text-red-500">VALUES</span>
|
| 98 |
</h2>
|
| 99 |
-
|
| 100 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 101 |
<!-- Value 1 -->
|
| 102 |
-
<div class="bg-gradient-to-br from-black to-gray-900 p-8 rounded-xl border border-yellow-500 value-card">
|
| 103 |
<div class="w-16 h-16 bg-yellow-500 rounded-full flex items-center justify-center mb-6 mx-auto">
|
| 104 |
<i data-feather="target" class="text-black text-2xl"></i>
|
| 105 |
</div>
|
| 106 |
<h3 class="text-2xl font-bold text-center mb-4 text-yellow-500">Excellence</h3>
|
| 107 |
-
<p class="text-gray-300 text-center">
|
| 108 |
We strive for excellence in everything we do, from our technology to our customer support.
|
| 109 |
</p>
|
| 110 |
</div>
|
| 111 |
|
| 112 |
<!-- Value 2 -->
|
| 113 |
-
<div class="bg-gradient-to-br from-black to-gray-900 p-8 rounded-xl border border-red-500 value-card">
|
| 114 |
<div class="w-16 h-16 bg-red-500 rounded-full flex items-center justify-center mb-6 mx-auto">
|
| 115 |
<i data-feather="heart" class="text-black text-2xl"></i>
|
| 116 |
</div>
|
| 117 |
<h3 class="text-2xl font-bold text-center mb-4 text-red-500">Empathy</h3>
|
| 118 |
-
<p class="text-gray-300 text-center">
|
| 119 |
We understand our users' challenges and design solutions that truly meet their needs.
|
| 120 |
</p>
|
| 121 |
</div>
|
| 122 |
|
| 123 |
<!-- Value 3 -->
|
| 124 |
-
<div class="bg-gradient-to-br from-black to-gray-900 p-8 rounded-xl border border-yellow-500 value-card">
|
| 125 |
-
|
| 126 |
<i data-feather="zap" class="text-black text-2xl"></i>
|
| 127 |
</div>
|
| 128 |
<h3 class="text-2xl font-bold text-center mb-4 text-yellow-500">Innovation</h3>
|
|
|
|
| 96 |
<h2 class="text-4xl font-bold text-center mb-16 font-['Bebas+Neue'] tracking-wider">
|
| 97 |
<span class="text-yellow-500">OUR</span> <span class="text-white">CORE</span> <span class="text-red-500">VALUES</span>
|
| 98 |
</h2>
|
|
|
|
| 99 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 100 |
<!-- Value 1 -->
|
| 101 |
+
<div class="bg-gradient-to-br from-black to-gray-900 p-8 rounded-xl border border-yellow-500 value-card h-full flex flex-col">
|
| 102 |
<div class="w-16 h-16 bg-yellow-500 rounded-full flex items-center justify-center mb-6 mx-auto">
|
| 103 |
<i data-feather="target" class="text-black text-2xl"></i>
|
| 104 |
</div>
|
| 105 |
<h3 class="text-2xl font-bold text-center mb-4 text-yellow-500">Excellence</h3>
|
| 106 |
+
<p class="text-gray-300 text-center flex-grow">
|
| 107 |
We strive for excellence in everything we do, from our technology to our customer support.
|
| 108 |
</p>
|
| 109 |
</div>
|
| 110 |
|
| 111 |
<!-- Value 2 -->
|
| 112 |
+
<div class="bg-gradient-to-br from-black to-gray-900 p-8 rounded-xl border border-red-500 value-card h-full flex flex-col">
|
| 113 |
<div class="w-16 h-16 bg-red-500 rounded-full flex items-center justify-center mb-6 mx-auto">
|
| 114 |
<i data-feather="heart" class="text-black text-2xl"></i>
|
| 115 |
</div>
|
| 116 |
<h3 class="text-2xl font-bold text-center mb-4 text-red-500">Empathy</h3>
|
| 117 |
+
<p class="text-gray-300 text-center flex-grow">
|
| 118 |
We understand our users' challenges and design solutions that truly meet their needs.
|
| 119 |
</p>
|
| 120 |
</div>
|
| 121 |
|
| 122 |
<!-- Value 3 -->
|
| 123 |
+
<div class="bg-gradient-to-br from-black to-gray-900 p-8 rounded-xl border border-yellow-500 value-card h-full flex flex-col">
|
| 124 |
+
<div class="w-16 h-16 bg-yellow-500 rounded-full flex items-center justify-center mb-6 mx-auto">
|
| 125 |
<i data-feather="zap" class="text-black text-2xl"></i>
|
| 126 |
</div>
|
| 127 |
<h3 class="text-2xl font-bold text-center mb-4 text-yellow-500">Innovation</h3>
|
index.html
CHANGED
|
@@ -255,33 +255,32 @@ Get Started
|
|
| 255 |
<h2 class="text-4xl font-bold text-center mb-16 font-['Bebas+Neue'] tracking-wider">
|
| 256 |
<span class="text-yellow-500">TRAIN</span> <span class="text-red-500">YOUR</span> <span class="text-white">MIND</span>
|
| 257 |
</h2>
|
| 258 |
-
|
| 259 |
-
|
| 260 |
-
|
| 261 |
-
|
| 262 |
-
|
| 263 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
| 264 |
</div>
|
| 265 |
-
|
| 266 |
-
<
|
| 267 |
-
|
| 268 |
-
|
| 269 |
-
|
| 270 |
-
|
| 271 |
-
|
| 272 |
-
|
| 273 |
-
|
| 274 |
-
<
|
| 275 |
</div>
|
| 276 |
-
|
| 277 |
-
<
|
| 278 |
-
|
| 279 |
-
|
| 280 |
-
</div>
|
| 281 |
-
|
| 282 |
-
<!-- Feature 3 -->
|
| 283 |
-
<div class="bg-gradient-to-br from-black to-gray-900 p-8 rounded-xl border border-yellow-500 transform hover:scale-105 transition">
|
| 284 |
-
<div class="w-16 h-16 bg-yellow-500 rounded-full flex items-center justify-center mb-6 mx-auto">
|
| 285 |
<i data-feather="activity" class="text-black text-2xl"></i>
|
| 286 |
</div>
|
| 287 |
<h3 class="text-2xl font-bold text-center mb-4 text-yellow-500">Biometrics</h3>
|
|
|
|
| 255 |
<h2 class="text-4xl font-bold text-center mb-16 font-['Bebas+Neue'] tracking-wider">
|
| 256 |
<span class="text-yellow-500">TRAIN</span> <span class="text-red-500">YOUR</span> <span class="text-white">MIND</span>
|
| 257 |
</h2>
|
| 258 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
| 259 |
+
<!-- Feature 1 -->
|
| 260 |
+
<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">
|
| 261 |
+
<div class="w-16 h-16 bg-yellow-500 rounded-full flex items-center justify-center mb-6 mx-auto">
|
| 262 |
+
<i data-feather="eye" class="text-black text-2xl"></i>
|
| 263 |
+
</div>
|
| 264 |
+
<h3 class="text-2xl font-bold text-center mb-4 text-yellow-500">VR Scenarios</h3>
|
| 265 |
+
<p class="text-gray-300 text-center flex-grow">
|
| 266 |
+
Immersive virtual reality puts you in high-pressure situations before the big moment. Practice speeches, game-winning shots, or important interviews.
|
| 267 |
+
</p>
|
| 268 |
</div>
|
| 269 |
+
|
| 270 |
+
<!-- Feature 2 -->
|
| 271 |
+
<div class="bg-gradient-to-br from-black to-gray-900 p-8 rounded-xl border border-red-500 transform hover:scale-105 transition h-full flex flex-col">
|
| 272 |
+
<div class="w-16 h-16 bg-red-500 rounded-full flex items-center justify-center mb-6 mx-auto">
|
| 273 |
+
<i data-feather="layers" class="text-black text-2xl"></i>
|
| 274 |
+
</div>
|
| 275 |
+
<h3 class="text-2xl font-bold text-center mb-4 text-red-500">AR Training</h3>
|
| 276 |
+
<p class="text-gray-300 text-center flex-grow">
|
| 277 |
+
Augmented reality overlays provide real-time feedback on posture, breathing, and movement during your practice sessions.
|
| 278 |
+
</p>
|
| 279 |
</div>
|
| 280 |
+
|
| 281 |
+
<!-- Feature 3 -->
|
| 282 |
+
<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">
|
| 283 |
+
<div class="w-16 h-16 bg-yellow-500 rounded-full flex items-center justify-center mb-6 mx-auto">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 284 |
<i data-feather="activity" class="text-black text-2xl"></i>
|
| 285 |
</div>
|
| 286 |
<h3 class="text-2xl font-bold text-center mb-4 text-yellow-500">Biometrics</h3>
|
results.html
CHANGED
|
@@ -175,21 +175,20 @@
|
|
| 175 |
<h2 class="text-3xl font-bold mb-6 font-['Bebas+Neue'] tracking-wider">
|
| 176 |
<span class="text-yellow-500">PAST</span> <span class="text-white">COMPETITIONS</span>
|
| 177 |
</h2>
|
| 178 |
-
|
| 179 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
|
| 180 |
-
<div class="bg-gray-900 hover:bg-gray-800 rounded-lg border border-gray-800 p-4 transition cursor-pointer">
|
| 181 |
<h3 class="font-bold text-yellow-500">March 2025</h3>
|
| 182 |
<p class="text-gray-300 text-sm">VR Focus Challenge</p>
|
| 183 |
</div>
|
| 184 |
-
<div class="bg-gray-900 hover:bg-gray-800 rounded-lg border border-gray-800 p-4 transition cursor-pointer">
|
| 185 |
<h3 class="font-bold">February 2025</h3>
|
| 186 |
<p class="text-gray-300 text-sm">Pressure Simulation</p>
|
| 187 |
</div>
|
| 188 |
-
<div class="bg-gray-900 hover:bg-gray-800 rounded-lg border border-gray-800 p-4 transition cursor-pointer">
|
| 189 |
<h3 class="font-bold">January 2025</h3>
|
| 190 |
<p class="text-gray-300 text-sm">Mindset Marathon</p>
|
| 191 |
</div>
|
| 192 |
-
|
| 193 |
</div>
|
| 194 |
|
| 195 |
<!-- Competition Stats -->
|
|
|
|
| 175 |
<h2 class="text-3xl font-bold mb-6 font-['Bebas+Neue'] tracking-wider">
|
| 176 |
<span class="text-yellow-500">PAST</span> <span class="text-white">COMPETITIONS</span>
|
| 177 |
</h2>
|
|
|
|
| 178 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
|
| 179 |
+
<div class="bg-gray-900 hover:bg-gray-800 rounded-lg border border-gray-800 p-4 transition cursor-pointer h-full">
|
| 180 |
<h3 class="font-bold text-yellow-500">March 2025</h3>
|
| 181 |
<p class="text-gray-300 text-sm">VR Focus Challenge</p>
|
| 182 |
</div>
|
| 183 |
+
<div class="bg-gray-900 hover:bg-gray-800 rounded-lg border border-gray-800 p-4 transition cursor-pointer h-full">
|
| 184 |
<h3 class="font-bold">February 2025</h3>
|
| 185 |
<p class="text-gray-300 text-sm">Pressure Simulation</p>
|
| 186 |
</div>
|
| 187 |
+
<div class="bg-gray-900 hover:bg-gray-800 rounded-lg border border-gray-800 p-4 transition cursor-pointer h-full">
|
| 188 |
<h3 class="font-bold">January 2025</h3>
|
| 189 |
<p class="text-gray-300 text-sm">Mindset Marathon</p>
|
| 190 |
</div>
|
| 191 |
+
</div>
|
| 192 |
</div>
|
| 193 |
|
| 194 |
<!-- Competition Stats -->
|