Next i will like to add the group picture for Human Resources
Browse files- about.html +19 -1
about.html
CHANGED
|
@@ -175,8 +175,26 @@
|
|
| 175 |
</p>
|
| 176 |
</div>
|
| 177 |
</div>
|
| 178 |
-
<!--
|
| 179 |
<div class="w-full mt-16">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 180 |
<h3 class="text-3xl font-bold text-center mb-8 font-['Bebas+Neue'] tracking-wider">
|
| 181 |
<span class="text-yellow-500">QUALITY</span> <span class="text-white">CONTROL</span> <span class="text-red-500">TEAM</span>
|
| 182 |
</h3>
|
|
|
|
| 175 |
</p>
|
| 176 |
</div>
|
| 177 |
</div>
|
| 178 |
+
<!-- Human Resources Team -->
|
| 179 |
<div class="w-full mt-16">
|
| 180 |
+
<h3 class="text-3xl font-bold text-center mb-8 font-['Bebas+Neue'] tracking-wider">
|
| 181 |
+
<span class="text-yellow-500">HUMAN</span> <span class="text-white">RESOURCES</span>
|
| 182 |
+
</h3>
|
| 183 |
+
<div class="relative overflow-hidden rounded-lg border-2 border-yellow-500 mb-4 h-80">
|
| 184 |
+
<img src="https://huggingface.co/spaces/Fazbeeer/mindmaster-vr-arena-clone/resolve/main/images/Screenshot%202025-11-16%20at%208.52.49%E2%80%AFPM.png" alt="Human Resources Team" class="w-full h-full object-cover">
|
| 185 |
+
<div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-70"></div>
|
| 186 |
+
<div class="absolute bottom-0 left-0 p-4">
|
| 187 |
+
<h3 class="text-2xl font-bold text-white">Human Resources Department</h3>
|
| 188 |
+
<p class="text-yellow-500">Building our amazing team</p>
|
| 189 |
+
</div>
|
| 190 |
+
</div>
|
| 191 |
+
<p class="text-gray-300 text-center max-w-3xl mx-auto">
|
| 192 |
+
Our dedicated HR team works tirelessly to recruit and support the talented individuals who make Amplify possible.
|
| 193 |
+
</p>
|
| 194 |
+
</div>
|
| 195 |
+
|
| 196 |
+
<!-- Quality Control Team -->
|
| 197 |
+
<div class="w-full mt-16">
|
| 198 |
<h3 class="text-3xl font-bold text-center mb-8 font-['Bebas+Neue'] tracking-wider">
|
| 199 |
<span class="text-yellow-500">QUALITY</span> <span class="text-white">CONTROL</span> <span class="text-red-500">TEAM</span>
|
| 200 |
</h3>
|